Uses of Class
org.apache.tinkerpop.gremlin.gql.GQLParser.MatchClauseContext
Packages that use GQLParser.MatchClauseContext
-
Uses of GQLParser.MatchClauseContext in org.apache.tinkerpop.gremlin.gql
Methods in org.apache.tinkerpop.gremlin.gql that return GQLParser.MatchClauseContextMethods in org.apache.tinkerpop.gremlin.gql with parameters of type GQLParser.MatchClauseContextModifier and TypeMethodDescriptionvoidGQLBaseListener.enterMatchClause(GQLParser.MatchClauseContext ctx) Enter a parse tree produced byGQLParser.matchClause().voidGQLListener.enterMatchClause(GQLParser.MatchClauseContext ctx) Enter a parse tree produced byGQLParser.matchClause().voidGQLBaseListener.exitMatchClause(GQLParser.MatchClauseContext ctx) Exit a parse tree produced byGQLParser.matchClause().voidGQLListener.exitMatchClause(GQLParser.MatchClauseContext ctx) Exit a parse tree produced byGQLParser.matchClause().GQLBaseVisitor.visitMatchClause(GQLParser.MatchClauseContext ctx) Visit a parse tree produced byGQLParser.matchClause().GQLVisitor.visitMatchClause(GQLParser.MatchClauseContext ctx) Visit a parse tree produced byGQLParser.matchClause().