public static class ClassFile.StackMapTableAttribute.ChopFrame extends ClassFile.StackMapTableAttribute.StackMapFrame
chop_frame structure; see JVMS8 4.7.4.| Modifier and Type | Field and Description |
|---|---|
int |
k |
| Constructor and Description |
|---|
ChopFrame(int offsetDelta,
int k) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ClassFile.StackMapTableAttribute.StackMapFrameVisitor<T> smfv)
Invokes the "right"
visit...() method of the ClassFile.StackMapTableAttribute.StackMapFrameVisitor. |
void |
store(DataOutputStream dos) |
String |
toString() |
public void store(DataOutputStream dos) throws IOException
store in class ClassFile.StackMapTableAttribute.StackMapFrameIOExceptionpublic <T> T accept(ClassFile.StackMapTableAttribute.StackMapFrameVisitor<T> smfv)
ClassFile.StackMapTableAttribute.StackMapFramevisit...() method of the ClassFile.StackMapTableAttribute.StackMapFrameVisitor.accept in class ClassFile.StackMapTableAttribute.StackMapFrameCopyright © 2019. All rights reserved.