Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Interface and Description |
---|---|
interface |
InnerClass
Declaration subinterface for an inner class. |
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 |
---|---|
ClassDeclaration |
ClassDeclaration.addImplements(String type)
Adds the given string to the list of implements clauses.
|
ClassDeclaration |
InnerClass.getParentClass()
Returns the enclosing class.
|
ClassDeclaration |
InnerInterface.getParentClass()
Returns the enclosing class.
|
ClassDeclaration |
ClassDeclaration.isAbstract(boolean value)
Setter method for the isAbstract flag.
|
ClassDeclaration |
ClassDeclaration.setExtends(String type)
Sets the extends clause to the given string.
|
Copyright © 2000–2018 jenesis4java. All rights reserved.