Package org.stringtemplate.v4
Class InstanceScope
java.lang.Object
org.stringtemplate.v4.InstanceScope
-
Field Summary
FieldsModifier and TypeFieldDescriptionAll templates evaluated and embedded in thisST.booleanIncludes theEvalTemplateEventfor this template.intCurrent instruction pointer.final InstanceScopeTemplate that invoked us.final STTemplate we're executing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
Template that invoked us. -
st
Template we're executing. -
ip
public int ipCurrent instruction pointer. -
events
Includes theEvalTemplateEventfor this template. This is a subset ofInterpreter.eventsfield. The finalEvalTemplateEventis stored in 3 places:- In
parent'schildEvalTemplateEventslist - In this list
- In the
Interpreter.eventslist
EvalTemplateEventin its list.All events get added to the
parent's event list. - In
-
childEvalTemplateEvents
-
earlyEval
public boolean earlyEval
-
-
Constructor Details
-
InstanceScope
-