Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Method and Description |
---|---|
ClassMethod |
ClassMethod.isNative(boolean value)
Setter method for the
isNative flag. |
ClassMethod |
ClassMethod.isSynchronized(boolean value)
Setter method for the
isSynchronized flag. |
ClassMethod |
ClassDeclaration.newMethod(String name)
Creates a new void method in this class with the given type and name.
|
ClassMethod |
ClassDeclaration.newMethod(Type type,
String name)
Creates a new method in this class with the given type and name.
|
Modifier and Type | Method and Description |
---|---|
List<ClassMethod> |
ClassDeclaration.getMethods()
Gets the list of method as an list of
ClassMethod . |
List<ClassMethod> |
ClassDeclaration.getMethods(String methodName)
Returns a list containing all
ClassMethod s of the underlying
ClassDeclaration with the specified name. |
Copyright © 2000–2018 jenesis4java. All rights reserved.