Package polyglot.ext.covarRet

Covariant return extension.

See:
          Description

Class Summary
CovarRetClassBody_c A ClassBody represents the body of a class or interface declaration or the body of an anonymous class.
CovarRetMethodInstance_c A MethodInstance represents the type information for a Java method.
CovarRetNodeFactory  
CovarRetRewriter This visitor rewrites the AST to translate from Java with covariant returns to standard Java.
CovarRetTypeSystem  
ExtensionInfo  
Version  
 

Package polyglot.ext.covarRet Description

Covariant return extension. Method return types may vary covariantly in subtypes.