| Interface | Description |
|---|---|
| RegexListener |
This interface defines a complete listener for a parse tree produced by
RegexParser. |
| RegexVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
RegexParser. |
| Class | Description |
|---|---|
| RegexBaseListener |
This class provides an empty implementation of
RegexListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
| RegexBaseVisitor<T> |
This class provides an empty implementation of
RegexVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
| RegexLexer | |
| RegexParser | |
| RegexParser.ExpressionContext | |
| RegexParser.Group0Context | |
| RegexParser.GroupContext | |
| RegexParser.GroupNContext | |
| RegexParser.LiteralContext | |
| RegexParser.PatternContext | |
| RegexParser.SequenceContext |
Copyright © 2014 Kaazing, Inc. All Rights Reserved.