| Package | Description |
|---|---|
| me.jaimegarza.syntax.model.graph | |
| me.jaimegarza.syntax.model.graph.symbol |
| Modifier and Type | Method and Description |
|---|---|
RegexSymbol |
Transition.getSymbol() |
| Modifier and Type | Method and Description |
|---|---|
Set<RegexSymbol> |
DfaNode.getTransitionSymbols()
Get all symbols transitioning out given the ε-closure
|
| Modifier and Type | Method and Description |
|---|---|
Set<NfaNode> |
DfaNode.getNfaTransitions(RegexSymbol symbol)
Given a symbol, what nfa nodes are being transitioned to
|
| Constructor and Description |
|---|
Transition(Node from,
Node to,
RegexSymbol symbol)
The default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyCharacter
Symbol that matches any character
|
class |
Character
Symbol that matches one specific character
|
class |
CharacterClass
A character class symbol.
|
class |
Epsilon
An ε symbol
|
Copyright © 2017. All rights reserved.