|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.classfile.Attribute
com.sun.tools.classfile.DefaultAttribute
public class DefaultAttribute
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.tools.classfile.Attribute |
|---|
Attribute.Factory, Attribute.Visitor<R,P> |
| Field Summary | |
|---|---|
byte[] |
info
|
| Constructor Summary | |
|---|---|
DefaultAttribute(ClassReader cr,
int name_index,
byte[] data)
|
|
DefaultAttribute(ConstantPool constant_pool,
int name_index,
byte[] info)
|
|
| Method Summary | ||
|---|---|---|
|
accept(Attribute.Visitor<R,P> visitor,
P p)
|
|
| Methods inherited from class com.sun.tools.classfile.Attribute |
|---|
getName, read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final byte[] info
| Constructor Detail |
|---|
DefaultAttribute(ClassReader cr,
int name_index,
byte[] data)
public DefaultAttribute(ConstantPool constant_pool,
int name_index,
byte[] info)
| Method Detail |
|---|
public <R,P> R accept(Attribute.Visitor<R,P> visitor,
P p)
accept in class Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||