Package | Description |
---|---|
com.caucho.amber.field | |
com.caucho.bytecode | |
com.caucho.loader.enhancer |
Modifier and Type | Method and Description |
---|---|
void |
EntityMapField.setMapMethod(JMethod method)
Sets the map method.
|
Constructor and Description |
---|
StubMethod(JMethod method) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JMethod |
JClass.getConstructor(JClass[] param)
Returns a matching constructor.
|
JMethod[] |
JClassArray.getConstructors()
Returns the constructors
|
JMethod[] |
JavaClass.getConstructors()
Returns the array of declared methods.
|
JMethod[] |
JClassWrapper.getConstructors()
Returns the public constructors.
|
abstract JMethod[] |
JClass.getConstructors()
Returns the constructors.
|
JMethod[] |
JClassArray.getDeclaredMethods()
Returns the declared methods
|
JMethod[] |
JType.getDeclaredMethods()
Returns the declared methods
|
JMethod[] |
JavaClass.getDeclaredMethods()
Returns the array of declared methods.
|
JMethod[] |
JClassWrapper.getDeclaredMethods()
Returns the declared methods.
|
JMethod[] |
JTypeWrapper.getDeclaredMethods()
Returns the declared methods
|
JMethod[] |
JavaParameterizedType.getDeclaredMethods()
Returns the declared methods
|
abstract JMethod[] |
JClass.getDeclaredMethods()
Returns the declared methods
|
JMethod |
JClassArray.getMethod(java.lang.String name,
JClass[] param)
Returns the matching method.
|
JMethod |
JType.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 |
JClassWrapper.getMethod(java.lang.String name,
JClass[] types)
Returns the matching methods.
|
JMethod |
JTypeWrapper.getMethod(java.lang.String name,
JClass[] param)
Returns the matching method.
|
JMethod |
JavaParameterizedType.getMethod(java.lang.String name,
JClass[] param)
Returns the matching method.
|
abstract JMethod |
JClass.getMethod(java.lang.String name,
JClass[] param)
Returns the matching method.
|
JMethod[] |
JClassArray.getMethods()
Returns the public methods
|
JMethod[] |
JType.getMethods()
Returns the public methods
|
JMethod[] |
JavaClass.getMethods()
Returns the matching method
|
JMethod[] |
JClassWrapper.getMethods()
Returns the public methods.
|
JMethod[] |
JTypeWrapper.getMethods()
Returns the public methods
|
JMethod[] |
JavaParameterizedType.getMethods()
Returns the public methods
|
abstract JMethod[] |
JClass.getMethods()
Returns the public methods
|
Modifier and Type | Method and Description |
---|---|
void |
MethodEnhancer.enhance(GenClass genClass,
JMethod jMethod,
JAnnotation jAnn)
Enhances the method.
|