Package org.stringtemplate.v4
Class InstanceScope
java.lang.Object
org.stringtemplate.v4.InstanceScope
-
Field Summary
FieldsModifier and TypeFieldDescriptionAll templates evaluated and embedded in thisST
.boolean
Includes theEvalTemplateEvent
for this template.int
Current instruction pointer.final InstanceScope
Template that invoked us.final ST
Template 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 theEvalTemplateEvent
for this template. This is a subset ofInterpreter.events
field. The finalEvalTemplateEvent
is stored in 3 places:- In
parent
'schildEvalTemplateEvents
list - In this list
- In the
Interpreter.events
list
EvalTemplateEvent
in its list.All events get added to the
parent
's event list. - In
-
childEvalTemplateEvents
-
earlyEval
public boolean earlyEval
-
-
Constructor Details
-
InstanceScope
-