Uses of Interface
org.inxar.jenesis.TypeDeclaration

Packages that use TypeDeclaration
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of TypeDeclaration in org.inxar.jenesis
 

Subinterfaces of TypeDeclaration in org.inxar.jenesis
 interface ClassDeclaration
          Declaration subinterface for the class declaration heirarchy.
 interface InnerClass
          Declaration subinterface for an inner class.
 interface Interface
          Declaration subinterface for interfaces.
 interface LocalClass
          Declaration subinterface for a local class.
 interface NewAnonymousClass
          Declaration subinterface for an anonymous class.
 interface PackageClass
          Declaration subinterface for the class declaration heirarchy.
 

Methods in org.inxar.jenesis that return TypeDeclaration
 TypeDeclaration CompilationUnit.getTopLevelType()
          Gets the top level class or interface.