Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethodSignature
-
Packages that use JMethodSignature Package Description org.codehaus.modello.plugin.java org.codehaus.modello.plugin.java.javasource -
-
Uses of JMethodSignature in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type JMethodSignature Modifier and Type Method Description private voidJavaModelloGenerator. addParameter(JMethodSignature jMethod, java.lang.String type, java.lang.String name, java.lang.String comment) -
Uses of JMethodSignature in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JMethodSignature Modifier and Type Field Description private JMethodSignatureJMethod. _signatureThe signature for this method.Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JMethodSignature Modifier and Type Field Description private java.util.List<JMethodSignature>JInterface. methodsThe list of methods of this JInterfaceMethods in org.codehaus.modello.plugin.java.javasource that return JMethodSignature Modifier and Type Method Description JMethodSignatureJInterface. getMethod(int index)Returns the JMethodSignature at the given index.JMethodSignatureJInterface. 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.JMethodSignatureJMethod. getSignature()Returns the JMethodSignature for this JMethod.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JMethodSignature Modifier and Type Method Description voidJInterface. addMethod(JMethodSignature jMethodSig)Adds the given JMethodSignature to this JClass
-