Package polyglot.frontend.passes

This package contains the various passes needed to implement the Java front end.

See:
          Description

Class Summary
AddMembersPass This pass sets members of parsed classes, i.e., fields, methods, constructors, and nested classes.
CheckFieldConstantsPass  
ClassFilePass  
ConstantCheckPass Comment for DisambiguationPass
DisambiguateSignaturesPass  
ResolveSuperTypesPass A pass that resolves the supertype and interfaces of every parsed class type.
TypeExistsPass  
 

Package polyglot.frontend.passes Description

This package contains the various passes needed to implement the Java front end.

See Also:
Pass, AbstractPass