Uses of Class
org.codehaus.modello.plugin.java.javasource.JMethod
Packages that use JMethod
Package
Description
-
Uses of JMethod in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j that return JMethod -
Uses of JMethod in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that return JMethodModifier and TypeMethodDescriptionprivate JMethod
JavaModelloGenerator.createGetter
(JField field, ModelField modelField) private JMethod
JavaModelloGenerator.createSetter
(JField field, ModelField modelField) private JMethod
JavaModelloGenerator.createSetter
(JField field, ModelField modelField, boolean isBuilderMethod) private JMethod[]
JavaModelloGenerator.generateClone
(ModelClass modelClass, ModelClass locationClass) private JMethod
JavaModelloGenerator.generateEquals
(ModelClass modelClass) private JMethod
JavaModelloGenerator.generateHashCode
(ModelClass modelClass) private JMethod
JavaModelloGenerator.generateToString
(ModelClass modelClass, boolean onlyIdentifierFields) -
Uses of JMethod in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JMethodMethods in org.codehaus.modello.plugin.java.javasource that return JMethodModifier and TypeMethodDescriptionJClass.getMethod
(int index) Returns the JMethod located at the specified indexReturns the first occurrence of the method with the given name, starting from the specified index.JMethod[]
JClass.getMethods()
Returns an array of all the JMethods of this JClassMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JMethodModifier and TypeMethodDescriptionvoid
Adds the given JMethod to this JClassvoid
Adds the given JMethod to this JClassvoid
JClass.addMethods
(JMethod[] jMethods) Adds the given array of JMethods to this JClass -
Uses of JMethod in org.codehaus.modello.plugin.jdom
Methods in org.codehaus.modello.plugin.jdom that return JMethodModifier and TypeMethodDescriptionprivate JMethod[]
JDOMWriterGenerator.generateDomMethods()
private JMethod[]
JDOMWriterGenerator.generateUtilityMethods()
private JMethod
JDOMWriterGenerator.generateWriteModel2
(String root, String rootElement) private JMethod
JDOMWriterGenerator.generateWriteModel3
(String root, String rootElement) -
Uses of JMethod in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax that return JMethod -
Uses of JMethod in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 that return JMethodModifier and TypeMethodDescriptionprivate JMethod
Xpp3ReaderGenerator.convertNumericalType
(String methodName, JType returnType, String expression, String typeDesc) private JMethod
Xpp3ReaderGenerator.getBooleanValue2Method()
private JMethod
Xpp3ReaderGenerator.getBooleanValueMethod()
private JMethod
Xpp3ReaderGenerator.getCharacterValueMethod()
private JMethod
Xpp3ReaderGenerator.getCheckFieldWithDuplicateMethod()
private JMethod
Xpp3ReaderGenerator.getCheckUnknonwElement2Method()
private JMethod
Xpp3ReaderGenerator.getCheckUnknownAttributeMethod()
private JMethod
Xpp3ReaderGenerator.getDateValue2Method()
private JMethod
Xpp3ReaderGenerator.getDateValueMethod()
private JMethod
Xpp3ReaderGenerator.getInterpolatedTrimmed()
private JMethod
Xpp3ReaderGenerator.getNextTagMethod()
private JMethod
Xpp3ReaderGenerator.getRequiredAttributeValueMethod()
private JMethod
Xpp3ReaderGenerator.getTrimmedValueMethod()
Methods in org.codehaus.modello.plugin.xpp3 with parameters of type JMethodModifier and TypeMethodDescriptionprivate void
Xpp3ReaderGenerator.addTrackingParameters
(JMethod method)