Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassDeclaration
Declaration subinterface for the class declaration heirarchy. |
interface |
InnerClass
Declaration subinterface for an inner class. |
interface |
InnerInterface
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. |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
CompilationUnit.getTopLevelType()
Gets the top level class or interface.
|
Modifier and Type | Method and Description |
---|---|
List<TypeDeclaration> |
CompilationUnit.getTypes()
Returns a list of types members as an list of
TypeDeclaration . |
Copyright © 2000–2018 jenesis4java. All rights reserved.