Uses of Class
org.stringtemplate.v4.InstanceScope

Packages that use InstanceScope
org.stringtemplate.v4   
org.stringtemplate.v4.debug   
org.stringtemplate.v4.gui   
org.stringtemplate.v4.misc   
 

Uses of InstanceScope in org.stringtemplate.v4
 

Fields in org.stringtemplate.v4 declared as InstanceScope
 InstanceScope Interpreter.currentScope
          Stack of enclosing instances (scopes).
 InstanceScope InstanceScope.parent
           
 

Methods in org.stringtemplate.v4 that return types with arguments of type InstanceScope
static java.util.List<InstanceScope> Interpreter.getScopeStack(InstanceScope scope, boolean topdown)
           
 

Methods in org.stringtemplate.v4 with parameters of type InstanceScope
static java.util.List<ST> Interpreter.getEnclosingInstanceStack(InstanceScope scope, boolean topdown)
           
static java.lang.String Interpreter.getEnclosingInstanceStackString(InstanceScope scope)
          If an instance of x is enclosed in a y which is in a z, return a String of these instance names in order from topmost to lowest; here that would be "[z y x]".
static java.util.List<EvalTemplateEvent> Interpreter.getEvalTemplateEventStack(InstanceScope scope, boolean topdown)
           
static java.util.List<InstanceScope> Interpreter.getScopeStack(InstanceScope scope, boolean topdown)
           
 

Constructors in org.stringtemplate.v4 with parameters of type InstanceScope
InstanceScope(InstanceScope parent, ST st)
           
 

Uses of InstanceScope in org.stringtemplate.v4.debug
 

Fields in org.stringtemplate.v4.debug declared as InstanceScope
 InstanceScope InterpEvent.scope
           
 

Constructors in org.stringtemplate.v4.debug with parameters of type InstanceScope
EvalExprEvent(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar)
           
EvalTemplateEvent(InstanceScope scope, int exprStartChar, int exprStopChar)
           
IndentEvent(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar)
           
InterpEvent(InstanceScope scope, int outputStartChar, int outputStopChar)
           
 

Uses of InstanceScope in org.stringtemplate.v4.gui
 

Fields in org.stringtemplate.v4.gui declared as InstanceScope
 InstanceScope STViz.currentScope
           
 

Methods in org.stringtemplate.v4.gui with parameters of type InstanceScope
protected  void STViz.updateAttributes(InstanceScope scope, STViewFrame m)
           
protected  void STViz.updateStack(InstanceScope scope, STViewFrame m)
           
 

Constructors in org.stringtemplate.v4.gui with parameters of type InstanceScope
JTreeScopeStackModel(InstanceScope scope)
           
 

Uses of InstanceScope in org.stringtemplate.v4.misc
 

Fields in org.stringtemplate.v4.misc declared as InstanceScope
 InstanceScope STRuntimeMessage.scope
           
 InstanceScope STNoSuchAttributeException.scope
           
 



Copyright © 2011. All Rights Reserved.