public abstract class Constant extends Object implements Comparable<Constant>
| Modifier and Type | Class and Description |
|---|---|
static class |
Constant.Array |
static class |
Constant.Bool |
static class |
Constant.Byte |
static class |
Constant.FunctionOrMethod
Represents a named function or method.
|
static class |
Constant.Integer |
static class |
Constant.Null |
static class |
Constant.Record |
static class |
Constant.Type |
| Modifier and Type | Field and Description |
|---|---|
static Constant.Bool |
False
The Bool false constant
|
static Constant.Null |
Null
The Null constant value
|
static Constant.Bool |
True
The Bool true constant
|
| Constructor and Description |
|---|
Constant() |
| Modifier and Type | Method and Description |
|---|---|
static Constant.Bool |
Bool(boolean f)
Get the appropriate Bool constant corresponding to a Java boolean.
|
abstract Type |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic static final Constant.Null Null
public static final Constant.Bool True
public static final Constant.Bool False
public static final Constant.Bool Bool(boolean f)
f - public abstract Type type()
Copyright © 2017. All rights reserved.