org.stringtemplate.v4
Class InstanceScope
java.lang.Object
org.stringtemplate.v4.InstanceScope
public class InstanceScope
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
public InstanceScope parent
st
public ST st
ret_ip
public int ret_ip
events
public List<InterpEvent> events
childEvalTemplateEvents
public List<EvalTemplateEvent> childEvalTemplateEvents
- All templates evaluated and embedded in this ST. Used
for tree view in STViz.
InstanceScope
public InstanceScope(InstanceScope parent,
ST st)
Copyright © 2011. All Rights Reserved.