Package | Description |
---|---|
net.sf.jiapi.file.attribute |
This package contains attributes specified in class file specification,
|
Modifier and Type | Class and Description |
---|---|
class |
StackMapTable.AppendFrame
This frame type indicates that the frame has the same locals as
the previous frame except that k additional locals are defined, and that the operand stack is empty.
|
class |
StackMapTable.ChopFrame
This frame type indicates that the frame has the same local variables as
the previous frame except that the last k local variables are absent, and that the operand stack is empty.
|
class |
StackMapTable.FullFrame |
class |
StackMapTable.SameFrame
This frame type indicates that the frame has exactly the same local variables as
the previous frame and that the operand stack is empty. offset_delta is the same as
frame_type (tag: 0-63)
|
class |
StackMapTable.SameFrameExtended
This frame type indicates that the frame has exactly the same local variables as
the previous frame and that the operand stack is empty. offset_delta is given
explicitly.
|
class |
StackMapTable.SameLocals1StackItemFrame
This frame type indicates that the frame has exactly the same local variables as
the previous frame and that the operand stack has one entry.
|
class |
StackMapTable.SameLocals1StackItemFrameExtended
This frame type indicates that the frame has exactly the same local variables as
the previous frame and that the operand stack has one entry.
|
Modifier and Type | Method and Description |
---|---|
StackMapTable.StackMapFrame |
StackMapTable.StackMapFrame.getPreviousFrame()
Get the previous StackMapFrame, or null if this frame is the first one.
|
Modifier and Type | Method and Description |
---|---|
List<StackMapTable.StackMapFrame> |
StackMapTable.getEntries() |
Copyright © 2017. All rights reserved.