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