Uses of Class
com.blazebit.persistence.parser.JPQLNextParser.MacroPathContext
Packages that use JPQLNextParser.MacroPathContext
-
Uses of JPQLNextParser.MacroPathContext in com.blazebit.persistence.parser
Methods in com.blazebit.persistence.parser that return JPQLNextParser.MacroPathContextModifier and TypeMethodDescriptionJPQLNextParser.macroPath()JPQLNextParser.OuterPathContext.macroPath()JPQLNextParser.ParsePathExpressionContext.macroPath()Methods in com.blazebit.persistence.parser with parameters of type JPQLNextParser.MacroPathContextModifier and TypeMethodDescriptionvoidJPQLNextParserBaseListener.enterMacroPath(JPQLNextParser.MacroPathContext ctx) Enter a parse tree produced byJPQLNextParser.macroPath().voidJPQLNextParserListener.enterMacroPath(JPQLNextParser.MacroPathContext ctx) Enter a parse tree produced byJPQLNextParser.macroPath().voidJPQLNextParserBaseListener.exitMacroPath(JPQLNextParser.MacroPathContext ctx) Exit a parse tree produced byJPQLNextParser.macroPath().voidJPQLNextParserListener.exitMacroPath(JPQLNextParser.MacroPathContext ctx) Exit a parse tree produced byJPQLNextParser.macroPath().JPQLNextParserBaseVisitor.visitMacroPath(JPQLNextParser.MacroPathContext ctx) Visit a parse tree produced byJPQLNextParser.macroPath().JPQLNextParserVisitor.visitMacroPath(JPQLNextParser.MacroPathContext ctx) Visit a parse tree produced byJPQLNextParser.macroPath(). -
Uses of JPQLNextParser.MacroPathContext in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression with parameters of type JPQLNextParser.MacroPathContextModifier and TypeMethodDescriptionJPQLNextExpressionVisitorImpl.visitMacroPath(JPQLNextParser.MacroPathContext ctx)