static class InvocationMethodFactory.DescriptorInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
block |
private boolean |
frame |
private int |
max |
private int |
min |
private java.lang.String |
parameterDesc |
private boolean |
rest |
private static boolean |
RICH_NATIVE_METHOD_PARAMETERS |
private boolean |
scope |
| Constructor and Description |
|---|
DescriptorInfo(java.util.List<JavaMethodDescriptor> descs) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMax() |
int |
getMin() |
java.lang.String |
getParameterDesc() |
boolean |
isBacktrace()
Deprecated.
|
boolean |
isBlock() |
boolean |
isFrame() |
boolean |
isRest() |
boolean |
isScope() |
private int min
private int max
private boolean frame
private boolean scope
private boolean rest
private boolean block
private java.lang.String parameterDesc
private static final boolean RICH_NATIVE_METHOD_PARAMETERS
public DescriptorInfo(java.util.List<JavaMethodDescriptor> descs)
@Deprecated public boolean isBacktrace()
public boolean isFrame()
public int getMax()
public int getMin()
public boolean isScope()
public boolean isRest()
public boolean isBlock()
public java.lang.String getParameterDesc()