| xtc.typical.Scope
Scope | public class Scope extends Variant,Pair>> (Code) | | The predefined scope structure.
author: Anh Le version: $Revision: 1.4 $ |
Scope | public Scope(ScopeKind> member1, Pair<Node> member2)(Code) | | Create a new scope construct.
Parameters: member1 - The kind of the new scope. Parameters: member2 - A list of nodes that have this scope. |
isScope | public boolean isScope()(Code) | | Test if this constructor is a scope.
true if scope, false otherwise. |
|
|