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 STSTGroup.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 inoand return its value.(package private) voidprotected voidInterpreter.map(InstanceScope scope, Object attr, ST st) protected voidInterpreter.setFirstArgument(InstanceScope scope, ST st, Object attr) (package private) voidInterpreter.storeArgs(InstanceScope scope, int nargs, ST st) (package private) voidprotected ST.AttributeListInterpreter.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 voidInterpreter.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 TypeMethodDescriptionvoidJTreeScopeStackModel.addAttributeDescriptions(ST st, JTreeScopeStackModel.StringTree node, Set<String> names) -
Uses of ST in org.stringtemplate.v4.misc
Classes in org.stringtemplate.v4.misc that implement interfaces with type arguments of type STFields in org.stringtemplate.v4.misc declared as STModifier and TypeFieldDescriptionSTMessage.selfif 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) voidErrorManager.internalError(ST self, String msg, Throwable e) voidvoidConstructors in org.stringtemplate.v4.misc with parameters of type STModifierConstructorDescription