Package serp.bytecode.lowlevel
Interface ConstantEntry
-
- All Known Implementing Classes:
ClassEntry,DoubleEntry,FloatEntry,IntEntry,LongEntry,StringEntry,UTF8Entry
public interface ConstantEntryInterface implemented by entries representing constant values. Allows generic access the constant value regardless of type.- Author:
- Abe White
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetConstant()Return the value of the constant held by this entry.voidsetConstant(java.lang.Object value)Set the value of the constant held by this entry.
-