public abstract static class ClassFile.StackMapTableAttribute.StackMapFrame extends Object
| Constructor and Description |
|---|
StackMapFrame(int offsetDelta) |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
accept(ClassFile.StackMapTableAttribute.StackMapFrameVisitor<T> smfv)
Invokes the "right"
visit...() method of the ClassFile.StackMapTableAttribute.StackMapFrameVisitor. |
abstract void |
store(DataOutputStream dos) |
public abstract <T> T accept(ClassFile.StackMapTableAttribute.StackMapFrameVisitor<T> smfv)
visit...() method of the ClassFile.StackMapTableAttribute.StackMapFrameVisitor.public abstract void store(DataOutputStream dos) throws IOException
IOExceptionCopyright © 2019. All rights reserved.