Represents a variable scope. This is primarily used to determine variable sharing across method and closure boundaries.
Constructor and description |
---|
VariableScope
() |
VariableScope
(VariableScope parent) |
Non-null iff this scope corresponds to a class; as opposed to a method, "if" statement, block statement, etc.
Gets a map containing the class variables referenced by this scope. This not can not be modified.
Gets an iterator for the referenced class variables. The remove operation is not supported.
Returns true iff this scope corresponds to a class; as opposed to a method, "if" statement, block statement, etc.
Copyright © 2003-2014 The Codehaus. All rights reserved.