public class StackMapTableAttribute.StackMapFrame
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
SAME_FRAME |
Modifier and Type | Method and Description |
---|---|
int |
getAbsentLocalsCount()
Only relevant to frame type CHOP_FRAME.
|
byte |
getFrameType() |
StackMapTableAttribute.VerificationTypeInfo[] |
getLocals() |
short |
getOffsetDelta() |
StackMapTableAttribute.VerificationTypeInfo[] |
getStack() |
public static final byte SAME_FRAME
public int getAbsentLocalsCount()
public byte getFrameType()
public StackMapTableAttribute.VerificationTypeInfo[] getLocals()
public short getOffsetDelta()
public StackMapTableAttribute.VerificationTypeInfo[] getStack()
Copyright © 2001. Documenation generated February 9 2016.