|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.attrs.Annotation.EnumConstValue
public static class Annotation.EnumConstValue
Container class used to store enum_const_value structure.
Field Summary | |
---|---|
String |
constName
|
String |
typeName
|
Constructor Summary | |
---|---|
Annotation.EnumConstValue(String typeName,
String constName)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String typeName
public String constName
Constructor Detail |
---|
public Annotation.EnumConstValue(String typeName, String constName)
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |