Package org.objectweb.asm.tree.analysis
Interface Value
- 
- All Known Implementing Classes:
- BasicValue,- SourceValue
 
 public interface ValueAn immutable symbolic value for the semantic interpretation of bytecode.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSize()Returns the size of this value in 32 bits words.
 
-