Uses of Class
org.reploop.parser.json.tree.Bool
-
Packages that use Bool Package Description org.reploop.parser.json -
-
Uses of Bool in org.reploop.parser.json
Methods in org.reploop.parser.json that return Bool Modifier and Type Method Description BoolJsonAstBuilder. visitFalseValue(JsonBaseParser.FalseValueContext ctx)BoolJsonAstBuilder. visitTrueValue(JsonBaseParser.TrueValueContext ctx)Methods in org.reploop.parser.json with parameters of type Bool Modifier and Type Method Description RAstVisitor. visitBool(Bool bool, C context)
-