接口 Value
- 所有已知实现类:
BasicValue,SourceValue
public interface Value
An immutable symbolic value for the semantic interpretation of bytecode.
- 作者:
- Eric Bruneton
-
方法概要
-
方法详细资料
-
getSize
int getSize()Returns the size of this value in 32 bits words. This size should be 1 for byte, boolean, char, short, int, float, object and array types, and 2 for long and double.- 返回:
- either 1 or 2.
-