|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.constant.Constant
public abstract class Constant
This abstract class represents an entry in the ConstantPool. Specific types of entries are subclassed from it.
| Field Summary | |
|---|---|
java.lang.Object |
visitorInfo
An extra field in which visitors can store information. |
| Constructor Summary | |
|---|---|
Constant()
|
|
| Method Summary | |
|---|---|
abstract void |
accept(Clazz clazz,
ConstantVisitor constantVisitor)
Accepts the given visitor. |
abstract int |
getTag()
Returns the constant pool info tag that specifies the entry type. |
java.lang.Object |
getVisitorInfo()
Gets the visitor information of the visitor accepter. |
void |
setVisitorInfo(java.lang.Object visitorInfo)
Sets the visitor information of the visitor accepter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Object visitorInfo
| Constructor Detail |
|---|
public Constant()
| Method Detail |
|---|
public abstract int getTag()
public abstract void accept(Clazz clazz,
ConstantVisitor constantVisitor)
public java.lang.Object getVisitorInfo()
VisitorAccepter
getVisitorInfo in interface VisitorAccepterpublic void setVisitorInfo(java.lang.Object visitorInfo)
VisitorAccepter
setVisitorInfo in interface VisitorAccepter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||