Uses of Class
org.stringtemplate.v4.Interpreter
-
Packages that use Interpreter Package Description org.stringtemplate.v4 org.stringtemplate.v4.gui org.stringtemplate.v4.misc -
-
Uses of Interpreter in org.stringtemplate.v4
Methods in org.stringtemplate.v4 with parameters of type Interpreter Modifier and Type Method Description protected STSTGroup. getEmbeddedInstanceOf(Interpreter interp, InstanceScope scope, String name)ObjectModelAdaptor. getProperty(Interpreter interp, ST self, T model, Object property, String propertyName)Lookup property name inoand return its value. -
Uses of Interpreter in org.stringtemplate.v4.gui
Fields in org.stringtemplate.v4.gui declared as Interpreter Modifier and Type Field Description InterpreterJTreeSTModel. interpInterpreterSTViz. interpConstructors in org.stringtemplate.v4.gui with parameters of type Interpreter Constructor Description JTreeSTModel(Interpreter interp, EvalTemplateEvent root)STViz(ErrorManager errMgr, EvalTemplateEvent root, String output, Interpreter interp, List<String> trace, List<STMessage> errors) -
Uses of Interpreter in org.stringtemplate.v4.misc
Methods in org.stringtemplate.v4.misc with parameters of type Interpreter Modifier and Type Method Description ObjectAggregateModelAdaptor. getProperty(Interpreter interp, ST self, Aggregate o, Object property, String propertyName)ObjectMapModelAdaptor. getProperty(Interpreter interp, ST self, Map<?,?> model, Object property, String propertyName)ObjectObjectModelAdaptor. getProperty(Interpreter interp, ST self, T model, Object property, String propertyName)ObjectSTModelAdaptor. getProperty(Interpreter interp, ST self, ST model, Object property, String propertyName)voidErrorManager. runTimeError(Interpreter interp, InstanceScope scope, ErrorType error)voidErrorManager. runTimeError(Interpreter interp, InstanceScope scope, ErrorType error, Object arg)voidErrorManager. runTimeError(Interpreter interp, InstanceScope scope, ErrorType error, Object arg, Object arg2)voidErrorManager. runTimeError(Interpreter interp, InstanceScope scope, ErrorType error, Object arg, Object arg2, Object arg3)voidErrorManager. runTimeError(Interpreter interp, InstanceScope scope, ErrorType error, Throwable e, Object arg)Constructors in org.stringtemplate.v4.misc with parameters of type Interpreter Constructor Description STRuntimeMessage(Interpreter interp, ErrorType error, int ip)STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope)STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope, Object arg)STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope, Throwable e, Object arg)STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope, Throwable e, Object arg, Object arg2)STRuntimeMessage(Interpreter interp, ErrorType error, int ip, InstanceScope scope, Throwable e, Object arg, Object arg2, Object arg3)
-