Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethod
Packages that use JMethod
-
Uses of JMethod in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource that return JMethodModifier and TypeMethodDescriptionJClass.getMethod
(int index) Returns the JMethod located at the specified indexReturns 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 JMethodModifier and TypeMethodDescriptionvoid
Adds the given JMethod to this JClassvoid
Adds the given JMethod to this JClassvoid
JClass.addMethods
(JMethod[] jMethods) Adds the given array of JMethods to this JClass