Package | Description |
---|---|
org.glassfish.pfl.dynamic.codegen.impl | |
org.glassfish.pfl.dynamic.codegen.spi |
Modifier and Type | Class and Description |
---|---|
class |
MethodGenerator |
class |
MethodInfoBase |
class |
MethodInfoReflectiveImpl
Implementation of MethodInfo interface for actual Method.
|
Modifier and Type | Method and Description |
---|---|
MethodInfo |
ClassInfoBase.findConstructorInfo(Signature sig) |
MethodInfo |
ClassInfoBase.findMethodInfo(String name,
Signature sig) |
Modifier and Type | Method and Description |
---|---|
Set<MethodInfo> |
ClassInfoBase.constructorInfo() |
Set<MethodInfo> |
ClassGeneratorImpl.constructorInfo() |
Map<String,Set<MethodInfo>> |
ClassInfoBase.methodInfoByName() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClassInfoBase.addConstructorInfo(MethodInfo cinfo) |
protected void |
ClassInfoBase.addMethodInfo(MethodInfo minfo) |
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableMethod
Modify an existing method.
|
Modifier and Type | Method and Description |
---|---|
MethodInfo |
ClassInfo.findConstructorInfo(Signature sig)
Find the MethodInfo (if any) for a Constructor with the given
Signature in this ClassInfo.
|
MethodInfo |
ClassInfo.findMethodInfo(String name,
Signature sig)
Find the method (if any) with the given name and Signature
in this ClassInfo, or in any superType of this ClassInfo.
|
static MethodInfo |
Utility.getMethodInfo(Method method) |
MethodInfo |
ModifiableFieldReference.method() |
Modifier and Type | Method and Description |
---|---|
Set<MethodInfo> |
ClassInfo.constructorInfo() |
Map<String,Set<MethodInfo>> |
ClassInfo.methodInfoByName()
Return methodInfo for all methods defined on this class.
|
Copyright © 2017 Oracle. All rights reserved.