|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.constant.Constant
proguard.classfile.constant.IntegerConstant
public class IntegerConstant
This Constant represents a integer constant in the constant pool.
| Field Summary | |
|---|---|
int |
u4value
|
| Fields inherited from class proguard.classfile.constant.Constant |
|---|
visitorInfo |
| Constructor Summary | |
|---|---|
IntegerConstant()
Creates an uninitialized IntegerConstant. |
|
IntegerConstant(int value)
Creates a new IntegerConstant with the given integer value. |
|
| Method Summary | |
|---|---|
void |
accept(Clazz clazz,
ConstantVisitor constantVisitor)
Accepts the given visitor. |
int |
getTag()
Returns the constant pool info tag that specifies the entry type. |
int |
getValue()
Returns the integer value of this IntegerConstant. |
void |
setValue(int value)
Sets the integer value of this IntegerConstant. |
| Methods inherited from class proguard.classfile.constant.Constant |
|---|
getVisitorInfo, setVisitorInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int u4value
| Constructor Detail |
|---|
public IntegerConstant()
public IntegerConstant(int value)
| Method Detail |
|---|
public int getValue()
public void setValue(int value)
public int getTag()
Constant
getTag in class Constant
public void accept(Clazz clazz,
ConstantVisitor constantVisitor)
Constant
accept in class Constant
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||