Uses of Interface
org.reploop.parser.json.base.JsonBaseVisitor
-
Packages that use JsonBaseVisitor Package Description org.reploop.parser.json org.reploop.parser.json.base -
-
Uses of JsonBaseVisitor in org.reploop.parser.json
Classes in org.reploop.parser.json that implement JsonBaseVisitor Modifier and Type Class Description classJsonAstBuilderJson AST builder. -
Uses of JsonBaseVisitor in org.reploop.parser.json.base
Classes in org.reploop.parser.json.base that implement JsonBaseVisitor Modifier and Type Class Description classJsonBaseBaseVisitor<T>This class provides an empty implementation ofJsonBaseVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-