jef.dna.constantInfo
Interface UnusableEntry

All Superinterfaces:
java.lang.Cloneable, ConstantInfo
All Known Implementing Classes:
UnusableCPTEntry

@ClosingCpInfo
public interface UnusableEntry
extends ConstantInfo

This interface defines the methods every class designed for representing constant pool table's unusable entries has to expose. The JVM official specification states that every CONSTANT_Fload_info or CONSTANT_Double_info must be followed by an unusable entry. This interface represents those antries. Real implementation are required to provide empty fromStream() and toStream() methods implementation.

Author:
Francesco Russo frusso@dev.java.net

Method Summary
 
Methods inherited from interface jef.dna.constantInfo.ConstantInfo
clone, fromStream, getCpt, getTag, getType, setCpt, setTag, toStream, updateRefs, validate