|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> bytecode >> [ lowlevel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.techtrader.modules.tools.bytecode.lowlevel
Interface ConstantEntry

- All Superinterfaces:
- Entry, com.techtrader.modules.tools.bytecode.visitor.VisitAcceptor
- All Known Implementing Classes:
- DoubleEntry, FloatEntry, IntEntry, LongEntry, StringEntry
- public interface ConstantEntry
- extends Entry
Interface implemented by Entries representing constant values to generically access/mutate the constant value.
| Method Summary | |
java.lang.Object |
getConstantValue()
|
void |
setConstantValue(java.lang.Object value)
|
| Methods inherited from interface com.techtrader.modules.tools.bytecode.lowlevel.Entry |
getKey, getType, readData, writeData |
| Methods inherited from interface com.techtrader.modules.tools.bytecode.visitor.VisitAcceptor |
acceptVisit |
| Method Detail |
getConstantValue
public java.lang.Object getConstantValue()
setConstantValue
public void setConstantValue(java.lang.Object value)
|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> bytecode >> [ lowlevel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC