Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethod

Packages that use JMethod
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
 JMethod JClass.getMethod(int index)
          Returns the JMethod located at the specified index
 JMethod JClass.getMethod(java.lang.String name, int startIndex)
          Returns the first occurance of the method with the given name, starting from the specified index.
 JMethod[] JClass.getMethods()
          Returns an array of all the JMethods of this JClass
 

Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JMethod
 void JClass.addMethod(JMethod jMethod)
          Adds the given JMethod to this JClass
 void JClass.addMethod(JMethod jMethod, boolean importReturnType)
          Adds the given JMethod to this JClass
 void JClass.addMethods(JMethod[] jMethods)
          Adds the given array of JMethods to this JClass
 



Copyright © 2001-2011 Codehaus. All Rights Reserved.