Uses of Class
com.caucho.bytecode.JMethod

Packages that use JMethod
com.caucho.amber.field   
com.caucho.bytecode   
com.caucho.loader.enhancer   
 

Uses of JMethod in com.caucho.amber.field
 

Methods in com.caucho.amber.field with parameters of type JMethod
 void EntityMapField.setMapMethod(JMethod method)
          Sets the map method.
 

Constructors in com.caucho.amber.field with parameters of type JMethod
StubMethod(JMethod method)
           
 

Uses of JMethod in com.caucho.bytecode
 

Subclasses of JMethod in com.caucho.bytecode
 class JavaMethod
          Represents a java field.
 class JConstructorWrapper
          Wrapper around the Java Constructor for a JMethod.
 class JMethodWrapper
          Wrapper around the Java Method for a JMethod.
 

Methods in com.caucho.bytecode that return JMethod
 JMethod JClass.getConstructor(JClass[] param)
          Returns a matching constructor.
abstract  JMethod[] JClass.getConstructors()
          Returns the constructors.
 JMethod[] JClassArray.getConstructors()
          Returns the constructors
 JMethod[] JClassWrapper.getConstructors()
          Returns the public constructors.
 JMethod[] JavaClass.getConstructors()
          Returns the array of declared methods.
abstract  JMethod[] JClass.getDeclaredMethods()
          Returns the declared methods
 JMethod[] JClassArray.getDeclaredMethods()
          Returns the declared methods
 JMethod[] JClassWrapper.getDeclaredMethods()
          Returns the declared methods.
 JMethod[] JType.getDeclaredMethods()
          Returns the declared methods
 JMethod[] JTypeWrapper.getDeclaredMethods()
          Returns the declared methods
 JMethod[] JavaClass.getDeclaredMethods()
          Returns the array of declared methods.
 JMethod[] JavaParameterizedType.getDeclaredMethods()
          Returns the declared methods
abstract  JMethod JClass.getMethod(java.lang.String name, JClass[] param)
          Returns the matching method.
 JMethod JClassArray.getMethod(java.lang.String name, JClass[] param)
          Returns the matching method.
 JMethod JClassWrapper.getMethod(java.lang.String name, JClass[] types)
          Returns the matching methods.
 JMethod JType.getMethod(java.lang.String name, JClass[] param)
          Returns the matching method.
 JMethod JTypeWrapper.getMethod(java.lang.String name, JClass[] param)
          Returns the matching method.
 JMethod JavaClass.getMethod(java.lang.String name, JClass[] paramTypes)
          Returns the matching method
 JMethod JavaParameterizedType.getMethod(java.lang.String name, JClass[] param)
          Returns the matching method.
abstract  JMethod[] JClass.getMethods()
          Returns the public methods
 JMethod[] JClassArray.getMethods()
          Returns the public methods
 JMethod[] JClassWrapper.getMethods()
          Returns the public methods.
 JMethod[] JType.getMethods()
          Returns the public methods
 JMethod[] JTypeWrapper.getMethods()
          Returns the public methods
 JMethod[] JavaClass.getMethods()
          Returns the matching method
 JMethod[] JavaParameterizedType.getMethods()
          Returns the public methods
 

Uses of JMethod in com.caucho.loader.enhancer
 

Methods in com.caucho.loader.enhancer with parameters of type JMethod
 void MethodEnhancer.enhance(GenClass genClass, JMethod jMethod, JAnnotation jAnn)
          Enhances the method.