Interface EDU.gac.max.MC97.S97.compiler_support.Declaration
All Packages Class Hierarchy This Package Previous Next Index
Interface EDU.gac.max.MC97.S97.compiler_support.Declaration
- public interface Declaration
- extends Object
The Declaration interface specifies what is needed for an object to
be registered with the declare method of the Identifier class. In
particular, it provides a callback method that the Identifier class
expects.
-
leavingScope()
- The leavingScope method is a callback method that the Identifier class
uses to notfiy the Declaration that the scope in which it was declared
is now being exited.
leavingScope
public abstract void leavingScope()
- The leavingScope method is a callback method that the Identifier class
uses to notfiy the Declaration that the scope in which it was declared
is now being exited.
All Packages Class Hierarchy This Package Previous Next Index