Top Description Methods
jdk.internal.org.objectweb.asm.tree.analysis

public Interface Value

Known Direct Implementers
jdk.internal.org.objectweb.asm.tree.analysis.BasicValue, jdk.internal.org.objectweb.asm.tree.analysis.SourceValue

An immutable symbolic value for the semantic interpretation of bytecode.
Author
Eric Bruneton

Method Summary

Modifier and TypeMethod and Description
public int

Returns:

either 1 or 2.
getSize
()

Returns the size of this value in 32 bits words.

Method Detail

getSizeback to summary
public 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.

Returns:int

either 1 or 2.