| Package | Description |
|---|---|
| me.jaimegarza.syntax.generator | |
| me.jaimegarza.syntax.model.parser |
| Modifier and Type | Field and Description |
|---|---|
protected Associativity |
AbstractCodeParser.ruleAssociativity |
| Modifier and Type | Method and Description |
|---|---|
protected Terminal |
AbstractCodeParser.declareOneTerminal(String id,
boolean isErrorToken,
Associativity associativity,
int precedence,
Type type,
int tokenNumber,
String fullName)
Declare a token
|
| Modifier and Type | Field and Description |
|---|---|
protected Associativity |
Symbol.associativity
The associativity of a given symbol.
|
| Modifier and Type | Method and Description |
|---|---|
Associativity |
Symbol.getAssociativity() |
static Associativity |
Associativity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Associativity[] |
Associativity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Symbol.setAssociativity(Associativity associativity) |
Copyright © 2017. All rights reserved.