Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethodSignature
Packages that use JMethodSignature
-
Uses of JMethodSignature in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource that return JMethodSignatureModifier and TypeMethodDescriptionJInterface.getMethod
(int index) Returns the JMethodSignature at the given index.Returns the JMethodSignature with the given name, and occuring at or after the given starting index.JInterface.getMethods()
Returns an array of all the JMethodSignatures of this JInterface.JMethod.getSignature()
Returns the JMethodSignature for this JMethod.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JMethodSignatureModifier and TypeMethodDescriptionvoid
JInterface.addMethod
(JMethodSignature jMethodSig) Adds the given JMethodSignature to this JClass