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

Packages that use JMethodSignature
org.codehaus.modello.plugin.java.javasource   
 

Uses of JMethodSignature in org.codehaus.modello.plugin.java.javasource
 

Methods in org.codehaus.modello.plugin.java.javasource that return JMethodSignature
 JMethodSignature JInterface.getMethod(int index)
          Returns the JMethodSignature at the given index.
 JMethodSignature JInterface.getMethod(java.lang.String name, int startIndex)
          Returns the JMethodSignature with the given name, and occuring at or after the given starting index.
 JMethodSignature[] JInterface.getMethods()
          Returns an array of all the JMethodSignatures of this JInterface.
 JMethodSignature JMethod.getSignature()
          Returns the JMethodSignature for this JMethod.
 

Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JMethodSignature
 void JInterface.addMethod(JMethodSignature jMethodSig)
          Adds the given JMethodSignature to this JClass
 



Copyright © 2001-2011 Codehaus. All Rights Reserved.