Uses of Class
org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.TransactionPartContext
-
Packages that use GremlinParser.TransactionPartContext Package Description org.apache.tinkerpop.gremlin.language.grammar org.apache.tinkerpop.gremlin.language.translator -
-
Uses of GremlinParser.TransactionPartContext in org.apache.tinkerpop.gremlin.language.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return GremlinParser.TransactionPartContext Modifier and Type Method Description GremlinParser.TransactionPartContextGremlinParser.QueryContext. transactionPart()GremlinParser.TransactionPartContextGremlinParser. transactionPart() -
Uses of GremlinParser.TransactionPartContext in org.apache.tinkerpop.gremlin.language.translator
Methods in org.apache.tinkerpop.gremlin.language.translator with parameters of type GremlinParser.TransactionPartContext Modifier and Type Method Description VoidTranslateVisitor. visitTransactionPart(GremlinParser.TransactionPartContext ctx)
-