| Interface | Description |
|---|---|
| QueryPathListener |
This interface defines a complete listener for a parse tree produced by
QueryPathParser. |
| QueryPathVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
QueryPathParser. |
| Class | Description |
|---|---|
| QueryPathBaseListener |
This class provides an empty implementation of
QueryPathListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
| QueryPathBaseVisitor<T> |
This class provides an empty implementation of
QueryPathVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
| QueryPathLexer | |
| QueryPathParser | |
| QueryPathParser.FetchNodeContext | |
| QueryPathParser.FetchPathContext | |
| QueryPathParser.MainContext | |
| QueryPathParser.OrderNodeContext | |
| QueryPathParser.QueryPathContext | |
| QueryPathParser.SimpleOrderPathContext | |
| QueryPathParser.SingleOrderPathContext |
Copyright © 2015. All rights reserved.