public class Primitives
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Primitives.BooleanConstant
An AST node representing a boolean constant
|
static interface |
Primitives.BooleanExpression
An AST node for an expression of boolean type
|
static class |
Primitives.BooleanVariable
An AST node representing a boolean variable
|
static class |
Primitives.DoubleConstant
An AST node representing a double constant
|
static interface |
Primitives.DoubleExpression
An AST node for an expression of double type
|
static class |
Primitives.DoubleVariable
An AST node representing a double variable
|
static class |
Primitives.StringConstant
An AST node representing a string constant
|
static interface |
Primitives.StringExpression
An AST node for an expression of String type
|
static class |
Primitives.StringVariable
An AST node representing a string variable
|
Constructor and Description |
---|
Primitives() |