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 TypeMethodDescriptionvoidAnnotationBuilder.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 JMethodAbstractJClass.getMethod(int index) Returns the JMethod located at the specified index.final JMethodReturns 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 voidAdds the given JMethod to this JClass.final voidAdds the given JMethod to this JClass.voidAdds the given JMethod to this JEnumConstant.voidAdds the given JMethod to this JEnumConstant.final voidAbstractJClass.addMethods(JMethod[] jMethods) Adds the given array of JMethods to this JClass.voidJEnumConstant.addMethods(JMethod[] jMethods) Adds the given array of JMethods to this JEnumConstant.final booleanAbstractJClass.removeMethod(JMethod method) Removes the given method from this JClass.