public class InstanceScope
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<EvalTemplateEvent> |
childEvalTemplateEvents
All templates evaluated and embedded in this ST.
|
java.util.List<InterpEvent> |
events |
InstanceScope |
parent |
int |
ret_ip |
ST |
st |
Constructor and Description |
---|
InstanceScope(InstanceScope parent,
ST st) |
public InstanceScope parent
public ST st
public int ret_ip
public java.util.List<InterpEvent> events
public java.util.List<EvalTemplateEvent> childEvalTemplateEvents
public InstanceScope(InstanceScope parent, ST st)