Module org.eclipse.persistence.asm
Interface Value
-
- All Known Implementing Classes:
BasicValue,SourceValue
public interface ValueAn immutable symbolic value for the semantic interpretation of bytecode.- Author:
- Eric Bruneton
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSize()Returns the size of this value in 32 bits words.
-