|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegexTable | |
|---|---|
| fr.umlv.tatoo.runtime.lexer.rules | |
| fr.umlv.tatoo.runtime.regex | |
| Uses of RegexTable in fr.umlv.tatoo.runtime.lexer.rules |
|---|
| Methods in fr.umlv.tatoo.runtime.lexer.rules that return RegexTable | |
|---|---|
RegexTable |
RuleData.getFollowRegex()
Returns the regular expression that must follow the main regular expression associated with this rule. |
RegexTable |
RuleData.getMainRegex()
Returns the main regular expression associated with this rule. |
RegexTable |
DFA.getTable()
Returns the automaton table. |
| Methods in fr.umlv.tatoo.runtime.lexer.rules with parameters of type RegexTable | |
|---|---|
void |
DFA.reset(RegexTable table)
Reuse the current DFA with a new automaton. |
| Constructors in fr.umlv.tatoo.runtime.lexer.rules with parameters of type RegexTable | |
|---|---|
DFA(RegexTable table)
Creates a DFA. |
|
RuleData(RegexTable main,
RegexTable follow,
int priority,
boolean beginningOfLineRequired)
Creates a data structure that will be associated with a rule and that defined the regular expression. |
|
| Uses of RegexTable in fr.umlv.tatoo.runtime.regex |
|---|
| Classes in fr.umlv.tatoo.runtime.regex that implement RegexTable | |
|---|---|
class |
CharRegexTable
A RegexTable implementation for DFA which uses all unicode characters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||