org.stringtemplate.v4
Class InstanceScope

java.lang.Object
  extended by org.stringtemplate.v4.InstanceScope

public class InstanceScope
extends java.lang.Object


Field Summary
 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 Summary
InstanceScope(InstanceScope parent, ST st)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public InstanceScope parent

st

public ST st

ret_ip

public int ret_ip

events

public java.util.List<InterpEvent> events

childEvalTemplateEvents

public java.util.List<EvalTemplateEvent> childEvalTemplateEvents
All templates evaluated and embedded in this ST. Used for tree view in STViz.

Constructor Detail

InstanceScope

public InstanceScope(InstanceScope parent,
                     ST st)


Copyright © 2011. All Rights Reserved.