Uses of Class
org.stringtemplate.v4.Interpreter
Packages that use Interpreter
-
Uses of Interpreter in org.stringtemplate.v4
Methods in org.stringtemplate.v4 with parameters of type InterpreterModifier and TypeMethodDescriptionprotected STSTGroup.getEmbeddedInstanceOf(Interpreter interp, InstanceScope scope, String name) ModelAdaptor.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 InterpreterConstructors in org.stringtemplate.v4.gui with parameters of type InterpreterModifierConstructorDescriptionJTreeSTModel(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
Fields in org.stringtemplate.v4.misc declared as InterpreterModifier and TypeFieldDescription(package private) final InterpreterSTRuntimeMessage.interpWhich interpreter was executing? Ifnull, can be IO error or bad URL etc...Methods in org.stringtemplate.v4.misc with parameters of type InterpreterModifier 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.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 InterpreterModifierConstructorDescriptionSTRuntimeMessage(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)