TechTrader Bytecode Toolkit

com.techtrader.modules.tools.bytecode.lowlevel
Interface ConstantEntry

All Known Implementing Classes:
IntEntry, FloatEntry, LongEntry, StringEntry, DoubleEntry

public interface ConstantEntry
extends Entry

Interface implemented by Entries representing constant values to generically access/mutate the constant value.

Author:
Abe White

Method Summary
 Object getConstantValue()
           
 void setConstantValue(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 Object getConstantValue()

setConstantValue

public void setConstantValue(Object value)

TechTrader Bytecode Toolkit