serp.bytecode.lowlevel
public interface ConstantEntry
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getConstant()
Return the value of the constant held by this entry.
|
void |
setConstant(java.lang.Object value)
Set the value of the constant held by this entry.
|