Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractMethod
Declaration subinterface for an abstract method. |
interface |
ClassMethod
Declaration subinterface for a method which may occur in a class and
is a Block . |
Modifier and Type | Method and Description |
---|---|
Method |
Method.addThrows(String type)
Adds this string to the list of throws and returns the
Method . |
Method |
Method.isAbstract(boolean value)
Mutator method for the isAbstract flag.
|
Method |
TypeDeclaration.newMethod(String name)
Creates a new method with return type void and the given name.
|
Method |
TypeDeclaration.newMethod(Type type,
String name)
Creates a new method with the given type and name.
|
Method |
Method.setType(Type type)
Sets the (return) type of this method.
|
Copyright © 2000–2018 jenesis4java. All rights reserved.