Uses of Class
io.opsit.explang.parser.alg.AlgParserParser.Quote_exprContext
-
Packages that use AlgParserParser.Quote_exprContext Package Description io.opsit.explang.parser.alg -
-
Uses of AlgParserParser.Quote_exprContext in io.opsit.explang.parser.alg
Methods in io.opsit.explang.parser.alg with parameters of type AlgParserParser.Quote_exprContext Modifier and Type Method Description ObjectAlgParser.ExprVisitor. visitQuote_expr(AlgParserParser.Quote_exprContext ctx)Parse and transpile quoted expression (:expr).TAlgParserBaseVisitor. visitQuote_expr(AlgParserParser.Quote_exprContext ctx)Visit a parse tree produced by thequote_exprlabeled alternative inAlgParserParser.expr().TAlgParserVisitor. visitQuote_expr(AlgParserParser.Quote_exprContext ctx)Visit a parse tree produced by thequote_exprlabeled alternative inAlgParserParser.expr().
-