Uses of Class
org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.BooleanLiteralContext
Packages that use GremlinParser.BooleanLiteralContext
Package
Description
-
Uses of GremlinParser.BooleanLiteralContext in org.apache.tinkerpop.gremlin.language.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return GremlinParser.BooleanLiteralContextModifier and TypeMethodDescriptionGremlinParser.BooleanArgumentContext.booleanLiteral()GremlinParser.booleanLiteral()GremlinParser.DurationLiteralContext.booleanLiteral()GremlinParser.GenericLiteralContext.booleanLiteral()GremlinParser.TraversalMethod_valueMap_boolean_StringContext.booleanLiteral()GremlinParser.TraversalSourceSelfMethod_withBulkContext.booleanLiteral()Methods in org.apache.tinkerpop.gremlin.language.grammar with parameters of type GremlinParser.BooleanLiteralContextModifier and TypeMethodDescriptionvoidGremlinBaseListener.enterBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Enter a parse tree produced byGremlinParser.booleanLiteral().voidGremlinListener.enterBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Enter a parse tree produced byGremlinParser.booleanLiteral().voidGremlinBaseListener.exitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Exit a parse tree produced byGremlinParser.booleanLiteral().voidGremlinListener.exitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Exit a parse tree produced byGremlinParser.booleanLiteral().booleanGenericLiteralVisitor.parseBoolean(GremlinParser.BooleanLiteralContext booleanLiteral) Parse a boolean literal context and return the boolean literalDefaultGremlinBaseVisitor.visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Visit a parse tree produced byGremlinParser.booleanLiteral().GenericLiteralVisitor.visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Visit a parse tree produced byGremlinParser.booleanLiteral().GremlinBaseVisitor.visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Visit a parse tree produced byGremlinParser.booleanLiteral().GremlinVisitor.visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) Visit a parse tree produced byGremlinParser.booleanLiteral(). -
Uses of GremlinParser.BooleanLiteralContext in org.apache.tinkerpop.gremlin.language.translator
Methods in org.apache.tinkerpop.gremlin.language.translator with parameters of type GremlinParser.BooleanLiteralContextModifier and TypeMethodDescriptionAnonymizedTranslatorVisitor.visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) PythonTranslateVisitor.visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx) TranslateVisitor.visitBooleanLiteral(GremlinParser.BooleanLiteralContext ctx)