Uses of Class
org.stringtemplate.v4.ST
Packages that use ST
-
Uses of ST in org.stringtemplate.v4
Fields in org.stringtemplate.v4 declared as STMethods in org.stringtemplate.v4 that return STModifier and TypeMethodDescriptionInject an attribute (name/value pair).SplitaggrName.{propName1,propName2}
into list[propName1, propName2]
and theaggrName
.STGroup.createSingleton
(org.antlr.runtime.Token templateToken) Create singleton template for use with dictionary values.STGroup.createStringTemplate
(CompiledST impl) STGroup.createStringTemplateInternally
(CompiledST impl) Differentiate so we can avoid having creation events for regions, map operations, and other implicit "new ST" events during rendering.STGroup.createStringTemplateInternally
(ST proto) protected ST
STGroup.getEmbeddedInstanceOf
(Interpreter interp, InstanceScope scope, String name) STGroup.getInstanceOf
(String name) The primary means of getting an instance of a template from this group.Methods in org.stringtemplate.v4 that return types with arguments of type STModifier and TypeMethodDescriptionInterpreter.getEnclosingInstanceStack
(InstanceScope scope, boolean topdown) Interpreter.rot_map_iterator
(InstanceScope scope, Iterator<?> attr, List<ST> prototypes) Methods in org.stringtemplate.v4 with parameters of type STModifier and TypeMethodDescriptionSTGroup.createStringTemplateInternally
(ST proto) ModelAdaptor.getProperty
(Interpreter interp, ST self, T model, Object property, String propertyName) Lookup property name ino
and return its value.(package private) void
protected void
Interpreter.map
(InstanceScope scope, Object attr, ST st) protected void
Interpreter.setFirstArgument
(InstanceScope scope, ST st, Object attr) (package private) void
Interpreter.storeArgs
(InstanceScope scope, int nargs, ST st) (package private) void
protected ST.AttributeList
Interpreter.zip_map
(InstanceScope scope, List<Object> exprs, ST prototype) Renders expressions of the form<names,phones:{n,p | ...}>
or<a,b:t()>
.Method parameters in org.stringtemplate.v4 with type arguments of type STModifier and TypeMethodDescriptionprotected void
Interpreter.rot_map
(InstanceScope scope, Object attr, List<ST> prototypes) Renders expressions of the form<names:a()>
or<names:a(),b()>
.Interpreter.rot_map_iterator
(InstanceScope scope, Iterator<?> attr, List<ST> prototypes) Constructors in org.stringtemplate.v4 with parameters of type STModifierConstructorDescriptionInstanceScope
(InstanceScope parent, ST st) Clone a prototype template. -
Uses of ST in org.stringtemplate.v4.gui
Methods in org.stringtemplate.v4.gui with parameters of type STModifier and TypeMethodDescriptionvoid
JTreeScopeStackModel.addAttributeDescriptions
(ST st, JTreeScopeStackModel.StringTree node, Set<String> names) -
Uses of ST in org.stringtemplate.v4.misc
Fields in org.stringtemplate.v4.misc declared as STModifier and TypeFieldDescriptionSTMessage.self
if in debug mode, has created instance, add attr events and eval template events.Methods in org.stringtemplate.v4.misc with parameters of type STModifier and TypeMethodDescriptionAggregateModelAdaptor.getProperty
(Interpreter interp, ST self, Aggregate o, Object property, String propertyName) MapModelAdaptor.getProperty
(Interpreter interp, ST self, Map<?, ?> model, Object property, String propertyName) ObjectModelAdaptor.getProperty
(Interpreter interp, ST self, T model, Object property, String propertyName) STModelAdaptor.getProperty
(Interpreter interp, ST self, ST model, Object property, String propertyName) void
ErrorManager.internalError
(ST self, String msg, Throwable e) void
void
Constructors in org.stringtemplate.v4.misc with parameters of type STModifierConstructorDescription