Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethodSignature
Packages that use JMethodSignature
-
Uses of JMethodSignature in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type JMethodSignatureModifier and TypeMethodDescriptionprivate void
JavaModelloGenerator.addParameter
(JMethodSignature jMethod, String type, String name, String comment) -
Uses of JMethodSignature in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JMethodSignatureModifier and TypeFieldDescriptionprivate JMethodSignature
JMethod._signature
The signature for this method.Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JMethodSignatureModifier and TypeFieldDescriptionprivate List
<JMethodSignature> JInterface.methods
The list of methods of this JInterfaceMethods 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