Uses of Class
org.exolab.javasource.JMethod
Packages that use JMethod
Package
Description
Castor XML code generator
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JMethod in org.exolab.castor.builder
Methods in org.exolab.castor.builder with parameters of type JMethodModifier and TypeMethodDescriptionvoid
AnnotationBuilder.addFieldGetterAnnotations
(FieldInfo fieldInfo, JMethod method) add annotations to a getter of a property. -
Uses of JMethod in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory that return JMethodModifier and TypeMethodDescriptionJMethod[]
IdentityMemberAndAccessorFactory.createAccessMethods
(FieldInfo fieldInfo) Creats the getter/setter and getReferenceId methods. -
Uses of JMethod in org.exolab.javasource
Methods in org.exolab.javasource that return JMethodModifier and TypeMethodDescriptionfinal JMethod
AbstractJClass.getMethod
(int index) Returns the JMethod located at the specified index.final JMethod
Returns the first occurance of the method with the given name, starting from the specified index.JEnumConstant.getMethod
(int index) Returns the JMethod located at the specified index.Returns the first occurance of the method with the given name, starting from the specified index.final JMethod[]
AbstractJClass.getMethods()
Returns an array of all the JMethods of this JClass.JMethod[]
JEnumConstant.getMethods()
Returns an array of all the JMethods of this JEnumConstant.Methods in org.exolab.javasource with parameters of type JMethodModifier and TypeMethodDescriptionfinal void
Adds the given JMethod to this JClass.final void
Adds the given JMethod to this JClass.void
Adds the given JMethod to this JEnumConstant.void
Adds the given JMethod to this JEnumConstant.final void
AbstractJClass.addMethods
(JMethod[] jMethods) Adds the given array of JMethods to this JClass.void
JEnumConstant.addMethods
(JMethod[] jMethods) Adds the given array of JMethods to this JEnumConstant.final boolean
AbstractJClass.removeMethod
(JMethod method) Removes the given method from this JClass.