public static class ClassFile.StackMapTableAttribute.SameFrame extends ClassFile.StackMapTableAttribute.StackMapFrame
same_frame structure; see JVMS8 4.7.4.| Constructor and Description |
|---|
SameFrame(int offsetDelta) |
| 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.