Uses of Class
org.exolab.javasource.JMethod

Packages that use JMethod
org.exolab.castor.builder Castor XML code generator 
org.exolab.castor.builder.factory   
org.exolab.javasource 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 JMethod
 void 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 JMethod
 JMethod[] 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 JMethod
 JMethod JEnumConstant.getMethod(int index)
          Returns the JMethod located at the specified index.
 JMethod AbstractJClass.getMethod(int index)
          Returns the JMethod located at the specified index.
 JMethod JEnumConstant.getMethod(String name, int startIndex)
          Returns the first occurance of the method with the given name, starting from the specified index.
 JMethod AbstractJClass.getMethod(String name, int startIndex)
          Returns the first occurance of the method with the given name, starting from the specified index.
 JMethod[] JEnumConstant.getMethods()
          Returns an array of all the JMethods of this JEnumConstant.
 JMethod[] AbstractJClass.getMethods()
          Returns an array of all the JMethods of this JClass.
 

Methods in org.exolab.javasource with parameters of type JMethod
 void JEnumConstant.addMethod(JMethod jMethod)
          Adds the given JMethod to this JEnumConstant.
 void AbstractJClass.addMethod(JMethod jMethod)
          Adds the given JMethod to this JClass.
 void JEnumConstant.addMethod(JMethod jMethod, boolean importReturnType)
          Adds the given JMethod to this JEnumConstant.
 void AbstractJClass.addMethod(JMethod jMethod, boolean importReturnType)
          Adds the given JMethod to this JClass.
 void JEnumConstant.addMethods(JMethod[] jMethods)
          Adds the given array of JMethods to this JEnumConstant.
 void AbstractJClass.addMethods(JMethod[] jMethods)
          Adds the given array of JMethods to this JClass.
 boolean AbstractJClass.removeMethod(JMethod method)
          Removes the given method from this JClass.
 



Copyright © 2012. All Rights Reserved.