|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
public abstract static class StackMapTable_attribute.stack_map_frame
| Nested Class Summary | |
|---|---|
static interface |
StackMapTable_attribute.stack_map_frame.Visitor<R,P>
|
| Field Summary | |
|---|---|
int |
frame_type
|
| Constructor Summary | |
|---|---|
protected |
StackMapTable_attribute.stack_map_frame(int frame_type)
|
| Method Summary | ||
|---|---|---|
abstract
|
accept(StackMapTable_attribute.stack_map_frame.Visitor<R,D> visitor,
D data)
|
|
int |
length()
|
|
(package private) static StackMapTable_attribute.stack_map_frame |
read(ClassReader cr)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int frame_type
| Constructor Detail |
|---|
protected StackMapTable_attribute.stack_map_frame(int frame_type)
| Method Detail |
|---|
static StackMapTable_attribute.stack_map_frame read(ClassReader cr)
throws java.io.IOException,
StackMapTable_attribute.InvalidStackMap
java.io.IOException
StackMapTable_attribute.InvalidStackMappublic int length()
public abstract <R,D> R accept(StackMapTable_attribute.stack_map_frame.Visitor<R,D> visitor,
D data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||