All Packages Class Hierarchy This Package Previous Next Index
Interface edu.gac.max.mcs388.s2000.compiler_support.Declaration
- public interface Declaration
The Declaration interface specifies what is needed for an object to
be registered with the declare method of the ScopedIdentifier class. In
particular, it provides a callback method that the ScopedIdentifier class
expects.
-
leavingScope()
- The leavingScope method is a callback method that the ScopedIdentifier
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 ScopedIdentifier
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