| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.language.grammar | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultGremlinBaseVisitor<T>This class provides implementation of  GremlinVisitor, where each method will throwUnsupportedOperationException. | 
| class  | GenericLiteralVisitorVisitor class to handle generic literal. | 
| class  | GraphTraversalSourceVisitorThis class implements the  GraphTraversalSourceproducing methods of Gremlin grammar. | 
| class  | GremlinAntlrToJavaThis is the entry point for converting the Gremlin Antlr grammar into Java. | 
| class  | GremlinBaseVisitor<T>This class provides an empty implementation of  GremlinVisitor,
 which can be extended to create a visitor which only needs to handle a subset
 of the available methods. | 
| class  | GremlinStringConstantsVisitorCovers  Stringoriented constants used as arguments toGraphTraversal.with(String)steps. | 
| class  | NestedTraversalSourceListVisitorThis class implements Gremlin grammar's nested-traversal-list methods that returns a  Traversal[]to the callers. | 
| class  | NoOpTerminalVisitorThis is the entry point for converting the Gremlin Antlr grammar into Java. | 
| class  | StructureElementVisitor | 
| class  | TerminalMethodToBytecodeVisitorHandles terminal steps for  Bytecodeas they are not added this way naturally. | 
| class  | TraversalFunctionVisitorTraversal Function parser parses Function enums. | 
| class  | TraversalMethodVisitorSpecific case of TraversalRootVisitor where all TraversalMethods returns
 a GraphTraversal object. | 
| class  | TraversalPredicateVisitor | 
| class  | TraversalRootVisitor<G extends Traversal>This visitor handles the cases when a new traversal is getting started. | 
| class  | TraversalSourceSelfMethodVisitorA  GraphTraversalSourceself method visitor. | 
| class  | TraversalSourceSpawnMethodVisitorUse a  GraphTraversalSourceas the source and returns aGraphTraversalobject. | 
| class  | TraversalSourceTxVisitorHandles transactions via calls to  tx(). | 
| class  | TraversalStrategyVisitor | 
| class  | TraversalTerminalMethodVisitorTraversal terminal method visitor | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | GremlinQueryParser. parse(String query,
     GremlinVisitor<Object> visitor) | 
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.