Uses of Class
io.opsit.explang.parser.alg.AlgParserParser.Dict_exprContext
-
Packages that use AlgParserParser.Dict_exprContext Package Description io.opsit.explang.parser.alg -
-
Uses of AlgParserParser.Dict_exprContext in io.opsit.explang.parser.alg
Methods in io.opsit.explang.parser.alg with parameters of type AlgParserParser.Dict_exprContext Modifier and Type Method Description ObjectAlgParser.ExprVisitor. visitDict_expr(AlgParserParser.Dict_exprContext ctx)Parse and transpile dictionary definition (JSON like syntax { x : y, ...}).TAlgParserBaseVisitor. visitDict_expr(AlgParserParser.Dict_exprContext ctx)Visit a parse tree produced by thedict_exprlabeled alternative inAlgParserParser.expr().TAlgParserVisitor. visitDict_expr(AlgParserParser.Dict_exprContext ctx)Visit a parse tree produced by thedict_exprlabeled alternative inAlgParserParser.expr().
-