public class SimpleValue extends Special
| Modifier and Type | Field and Description |
|---|---|
static SimpleValue |
FALSE |
static SimpleValue |
NULL |
static SimpleValue |
TRUE |
static SimpleValue |
UNDEFINED |
| Constructor and Description |
|---|
SimpleValue(int value) |
SimpleValue(SimpleValueType simpleValueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
SimpleValueType |
getSimpleValueType() |
int |
getValue() |
int |
hashCode() |
getSpecialType, toStringassertTrue, getMajorTypepublic static final SimpleValue FALSE
public static final SimpleValue TRUE
public static final SimpleValue NULL
public static final SimpleValue UNDEFINED
public SimpleValue(SimpleValueType simpleValueType)
public SimpleValue(int value)
Copyright © 2014. All Rights Reserved.