Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethod
-
Packages that use JMethod Package Description org.codehaus.modello.plugin.java.javasource -
-
Uses of JMethod in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource that return JMethod Modifier and Type Method Description JMethod
JClass. getMethod(int index)
Returns the JMethod located at the specified indexJMethod
JClass. getMethod(String name, int startIndex)
Returns the first occurrence of the method with the given name, starting from the specified index.JMethod[]
JClass. getMethods()
Returns an array of all the JMethods of this JClassMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JMethod Modifier and Type Method Description void
JClass. addMethod(JMethod jMethod)
Adds the given JMethod to this JClassvoid
JClass. addMethod(JMethod jMethod, boolean importReturnType)
Adds the given JMethod to this JClassvoid
JClass. addMethods(JMethod[] jMethods)
Adds the given array of JMethods to this JClass
-