public static final class Compiler.Output extends Object
Modifier and Type | Method and Description |
---|---|
int |
getAccessFlags() |
byte[] |
getCode() |
int[] |
getInstructionOffsets() |
int |
getMaxLocals() |
int |
getMaxStack() |
String |
getMethodName() |
String |
getMethodSignature() |
int[] |
getNewBytecodesToOldBytecodes() |
int[] |
getRawHandlers() |
boolean |
isStatic() |
public byte[] getCode()
public int[] getInstructionOffsets()
public String getMethodName()
public String getMethodSignature()
public int getAccessFlags()
public int[] getRawHandlers()
public boolean isStatic()
public int[] getNewBytecodesToOldBytecodes()
public int getMaxStack()
public int getMaxLocals()