public class DescriptorInfo extends Object
Constructor and Description |
---|
DescriptorInfo(List<? extends MethodDescriptor> descs) |
DescriptorInfo(MethodDescriptor... descs) |
Modifier and Type | Method and Description |
---|---|
int |
getMax() |
int |
getMin() |
String |
getParameterDesc() |
boolean |
isBacktrace()
Deprecated.
|
boolean |
isBlock() |
boolean |
isFrame() |
boolean |
isRest() |
boolean |
isScope() |
public DescriptorInfo(MethodDescriptor... descs)
public DescriptorInfo(List<? extends MethodDescriptor> descs)
@Deprecated public boolean isBacktrace()
public boolean isFrame()
public int getMax()
public int getMin()
public boolean isScope()
public boolean isRest()
public boolean isBlock()
public String getParameterDesc()
Copyright © 2001-2016 JRuby. All Rights Reserved.