org.apache.tools.ant.taskdefs.optional.depend.constantpool
public abstract class ConstantCPInfo extends ConstantPoolEntry
| Constructor Summary | |
|---|---|
| protected | ConstantCPInfo(int tagValue, int entries)
Initialise the constant entry.
|
| Method Summary | |
|---|---|
| Object | getValue()
Get the value of the constant.
|
| void | setValue(Object newValue)
Set the constant value.
|
Parameters: tagValue the constant pool entry type to be used. entries the number of constant pool entry slots occupied by this entry.
Returns: the value of the constant (untyped).
Parameters: newValue the new untyped value of this constant.