Modifier and Type | Field and Description |
---|---|
static Value |
DOUBLE_VALUE |
static Value |
FLOAT_VALUE |
static Value |
INT_VALUE |
static Value |
LONG_VALUE |
static Value |
REFERENCE_VALUE |
static Value |
RETURNADDRESS_VALUE |
static Value |
UNINITIALIZED_VALUE |
Constructor and Description |
---|
BasicValue(Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
int |
getSize()
Returns the size of this value in words.
|
Type |
getType() |
int |
hashCode() |
boolean |
isReference() |
String |
toString() |
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 static final Value RETURNADDRESS_VALUE
public BasicValue(Type type)
Copyright © 2018. All rights reserved.