|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractREVisitor | |
---|---|
laser.regularlanguage.regularexpression.util | Utility classes commonly useful for REs. |
laser.regularlanguage.util | Utility classes commonly useful for regular languages (RLs). |
Uses of AbstractREVisitor in laser.regularlanguage.regularexpression.util |
---|
Subclasses of AbstractREVisitor in laser.regularlanguage.regularexpression.util | |
---|---|
class |
AbstractREConverter<L extends LabelInterface>
The AbstractREConverter class allows the given old RE to be converted to the corresponding new RE. |
class |
ExtendedREToREConverter<L extends LabelInterface>
The ExtendedREToREConverter class converts from an extended RE to a (basic) RE. |
class |
REPrinter<L extends LabelInterface>
The REPrinter class prints out the given RE to the specified Writer. |
class |
RESimplifier<L extends LabelInterface>
The RESimplifier class simplifies the given RE by applying identities to remove terms. |
class |
StringREtoREConverter<L extends LabelInterface>
The StringREtoREConverter class converts from an input RE that uses StringLabels to the corresponding output RE that uses the specified Labels. |
Uses of AbstractREVisitor in laser.regularlanguage.util |
---|
Subclasses of AbstractREVisitor in laser.regularlanguage.util | |
---|---|
class |
AbstractREtoDFAVisitor<L extends LabelInterface>
The AbstractREtoDFAVisitor class allows an RE with a right end MarkerNode to be visited. |
class |
REtoDFABuilder<L extends LabelInterface>
The REtoDFABuilder class builds a Deterministic Finite State Automaton (DFA) from the given (basic) Regular Expresion (RE). |
class |
REtoDFAInfoPrinter<L extends LabelInterface>
The REtoDFAInfoPrinter class for each TreeNode within the RE parse tree prints out its associated REToDFAInfo Object. |
class |
REtoNFAConverter<L extends LabelInterface>
The REtoNFAConverter class converts from a basic Regular Expression (RE) to a Non-Deterministic Finite State Automaton (NFA). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |