Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.techtrader.modules.tools.bytecode.lowlevel
Interface ConstantEntry  view ConstantEntry download ConstantEntry.java

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)