| Package | Description |
|---|---|
| org.stekikun.dolmen.syntax |
| Modifier and Type | Field and Description |
|---|---|
PGrammars.Args |
PGrammars.Sort.requiresArgs
Whether this sort requires expressions that expect arguments or
expressions that expect no arguments, or whether everything is
allowed
|
| Modifier and Type | Method and Description |
|---|---|
static PGrammars.Args |
PGrammars.Args.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PGrammars.Args[] |
PGrammars.Args.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|