| Package | Description |
|---|---|
| org.babyfish.persistence.path.spi |
| Modifier and Type | Method and Description |
|---|---|
QueryPathParser.FetchPathContext |
QueryPathParser.fetchPath() |
QueryPathParser.FetchPathContext |
QueryPathParser.QueryPathContext.fetchPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryPathListener.enterFetchPath(QueryPathParser.FetchPathContext ctx)
Enter a parse tree produced by
QueryPathParser.fetchPath(). |
void |
QueryPathBaseListener.enterFetchPath(QueryPathParser.FetchPathContext ctx)
Enter a parse tree produced by
QueryPathParser.fetchPath(). |
void |
QueryPathListener.exitFetchPath(QueryPathParser.FetchPathContext ctx)
Exit a parse tree produced by
QueryPathParser.fetchPath(). |
void |
QueryPathBaseListener.exitFetchPath(QueryPathParser.FetchPathContext ctx)
Exit a parse tree produced by
QueryPathParser.fetchPath(). |
T |
QueryPathVisitor.visitFetchPath(QueryPathParser.FetchPathContext ctx)
Visit a parse tree produced by
QueryPathParser.fetchPath(). |
T |
QueryPathBaseVisitor.visitFetchPath(QueryPathParser.FetchPathContext ctx)
Visit a parse tree produced by
QueryPathParser.fetchPath(). |
Copyright © 2015. All rights reserved.