| Package | Description |
|---|---|
| me.jaimegarza.syntax.algorithm | |
| me.jaimegarza.syntax.env | |
| me.jaimegarza.syntax.language | |
| me.jaimegarza.syntax.model.parser |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SlrAlgorithmicSupport.addLookaheadsToState(State[] I,
int state,
List<Dot> dots) |
boolean |
LalrAlgorithmicSupport.addLookaheadsToState(State[] I,
int state,
List<Dot> dots) |
boolean |
AlgorithmicSupport.addLookaheadsToState(State[] I,
int state,
List<Dot> dots)
For algorithms that support look ahead per state, this method will
add all the lookaheads of the passed dots into the state's dots.
|
| Modifier and Type | Method and Description |
|---|---|
State[] |
RuntimeData.getStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeData.setStates(State[] i) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseLanguageSupport.getErrorMessage(State I) |
| Modifier and Type | Method and Description |
|---|---|
State |
Dot.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dot.setState(State state) |
| Constructor and Description |
|---|
Dot(State state,
Rule rule,
RuleItem item)
Construct a dot
|
Copyright © 2017. All rights reserved.