Package org.objectweb.asm.tree.analysis
Interface Value
-
- All Known Implementing Classes:
BasicValue,SourceValue
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface 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.
-