public class Value extends Object implements org.objectweb.asm.tree.analysis.Value
| Modifier and Type | Field and Description |
|---|---|
static Value |
DOUBLE_VALUE |
static Value |
FLOAT_VALUE |
Set<org.objectweb.asm.tree.AbstractInsnNode> |
insns |
static Value |
INT_VALUE |
static Value |
LONG_VALUE |
static Value |
REFERENCE_VALUE |
org.objectweb.asm.Type |
type |
static Value |
UNINITIALIZED_VALUE |
| Constructor and Description |
|---|
Value(org.objectweb.asm.Type type) |
Value(org.objectweb.asm.Type type,
Set<org.objectweb.asm.tree.AbstractInsnNode> insns) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getSize() |
Set<Variable> |
getVariables() |
int |
hashCode() |
String |
toString() |
Value |
with(org.objectweb.asm.tree.AbstractInsnNode insn) |
public static final Value UNINITIALIZED_VALUE
public static final Value INT_VALUE
public static final Value FLOAT_VALUE
public static final Value LONG_VALUE
public static final Value DOUBLE_VALUE
public static final Value REFERENCE_VALUE
public final org.objectweb.asm.Type type
public final Set<org.objectweb.asm.tree.AbstractInsnNode> insns
public Value(org.objectweb.asm.Type type)
public Value(org.objectweb.asm.Type type,
Set<org.objectweb.asm.tree.AbstractInsnNode> insns)
public Value with(org.objectweb.asm.tree.AbstractInsnNode insn)
public int getSize()
getSize in interface org.objectweb.asm.tree.analysis.ValueCopyright © 2014. All rights reserved.