| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.ast |
The fully resolved abstract syntax tree (AST) representation of the constraint language.
|
| Modifier and Type | Method and Description |
|---|---|
NRLDataType.Type |
NRLDataType.getType() |
static NRLDataType.Type |
NRLDataType.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NRLDataType.Type[] |
NRLDataType.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NRLDataType.setType(NRLDataType.Type type) |
| Constructor and Description |
|---|
NRLDataType(NRLDataType.Type type) |
NRLDataType(NRLDataType.Type type,
boolean collection,
boolean enumeration) |
Copyright © 2006-2013. All Rights Reserved.