| Package | Description |
|---|---|
| me.jaimegarza.syntax.env | |
| me.jaimegarza.syntax.model.graph | |
| me.jaimegarza.syntax.util |
| Modifier and Type | Method and Description |
|---|---|
List<Dfa> |
RuntimeData.getRegularExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeData.addRegularExpression(Dfa dfa)
Add a regular expression DFA
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeData.setRegularExpressions(List<Dfa> regularExpressions) |
| Constructor and Description |
|---|
DfaNode(Dfa graph,
Set<NfaNode> closure)
Constructor including precomputed ε-closure
|
| Modifier and Type | Method and Description |
|---|---|
static Dfa |
NfaUtil.finalize(Nfa graph,
String regex,
Construct c)
Create a new dfa out of a nfa
|
Copyright © 2017. All rights reserved.