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