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 JMethodJClass. getMethod(int index)Returns the JMethod located at the specified indexJMethodJClass. getMethod(java.lang.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 voidJClass. addMethod(JMethod jMethod)Adds the given JMethod to this JClassvoidJClass. addMethod(JMethod jMethod, boolean importReturnType)Adds the given JMethod to this JClassvoidJClass. addMethods(JMethod[] jMethods)Adds the given array of JMethods to this JClass
-