ClassWriter
is too
large.
Modifier and Type | Field and Description |
---|---|
private final String | |
private final int | |
private final String | |
private final String | |
private static final long |
Access | Constructor and Description |
---|---|
public | MethodTooLargeException(final String
the internal name of the owner class (see className, final String Type#getInternalName() ).the name of the method. methodName, final String the descriptor of the method. descriptor, final int the size of the method's Code attribute, in bytes. codeSize)Constructs a new |
Modifier and Type | Method and Description |
---|---|
public String | Returns: the internal name of the owner class (seeType#getInternalName() ).Returns the internal name of the owner class. |
public int | Returns: the size of the method's Code attribute, in bytes.Returns the size of the method's Code attribute, in bytes. |
public String | |
public String |
className | back to summary |
---|---|
private final String className |
codeSize | back to summary |
---|---|
private final int codeSize |
descriptor | back to summary |
---|---|
private final String descriptor |
methodName | back to summary |
---|---|
private final String methodName |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
MethodTooLargeException | back to summary |
---|---|
public MethodTooLargeException(final String className, final String methodName, final String descriptor, final int codeSize) Constructs a new
|
getClassName | back to summary |
---|---|
public String getClassName() Returns the internal name of the owner class.
|
getCodeSize | back to summary |
---|---|
public int getCodeSize() Returns the size of the method's Code attribute, in bytes.
|
getDescriptor | back to summary |
---|---|
public String getDescriptor() Returns the descriptor of the method.
|
getMethodName | back to summary |
---|---|
public String getMethodName() Returns the name of the method.
|