Uses of Class
org.teatrove.tea.compiler.Scope

Packages that use Scope
org.teatrove.tea.compiler   
 

Uses of Scope in org.teatrove.tea.compiler
 

Methods in org.teatrove.tea.compiler that return Scope
 Scope[] Scope.getChildren()
          Returns an empty array if this scope has no children.
 Scope Scope.getEnclosingScope(Scope scope)
          Returns the innermost enclosing scope of this and the one given.
 Scope Scope.getParent()
          Returns null if this scope has no parent.
 

Methods in org.teatrove.tea.compiler with parameters of type Scope
 Scope Scope.getEnclosingScope(Scope scope)
          Returns the innermost enclosing scope of this and the one given.
 Variable[] Scope.intersect(Scope scope)
          Returns the intersection of this scope against the one given.
 boolean Scope.isEnclosing(Scope scope)
          Returns true if this scope is the same as or a parent of the one given.
 

Constructors in org.teatrove.tea.compiler with parameters of type Scope
Scope(Scope parent)
           
 



Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.