public abstract static class ClassFile.StackMapTableAttribute.StackMapFrame extends Object
ClassFile.StackMapTableAttribute.| 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)
Serializes this record and writes it to the given
DataOutputStream. |
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
DataOutputStream.IOExceptionCopyright © 2022. All rights reserved.