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 ST
STGroup.getEmbeddedInstanceOf
(Interpreter interp, InstanceScope scope, String name) ModelAdaptor.getProperty
(Interpreter interp, ST self, T model, Object property, String propertyName) Lookup property name ino
and 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 Interpreter
STRuntimeMessage.interp
Which 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) void
ErrorManager.runTimeError
(Interpreter interp, InstanceScope scope, ErrorType error) void
ErrorManager.runTimeError
(Interpreter interp, InstanceScope scope, ErrorType error, Object arg) void
ErrorManager.runTimeError
(Interpreter interp, InstanceScope scope, ErrorType error, Object arg, Object arg2) void
ErrorManager.runTimeError
(Interpreter interp, InstanceScope scope, ErrorType error, Object arg, Object arg2, Object arg3) void
ErrorManager.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)