Uses of Class
org.reploop.parser.json.Node
-
Packages that use Node Package Description org.reploop.parser.json org.reploop.parser.json.tree -
-
Uses of Node in org.reploop.parser.json
Methods in org.reploop.parser.json that return types with arguments of type Node Modifier and Type Method Description protected org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Node>JsonParser. visitor(org.antlr.v4.runtime.CommonTokenStream tokenStream)Methods in org.reploop.parser.json with parameters of type Node Modifier and Type Method Description RAstVisitor. process(Node node, C context)abstract RAstVisitor. visitNode(Node node, C context) -
Uses of Node in org.reploop.parser.json.tree
Subclasses of Node in org.reploop.parser.json.tree Modifier and Type Class Description classArrayJson Array Value.classBoolBoolean value.classByteValclassDoubleValDouble value.classEntityA object entity contains multiple key-value pairs.classFloatValclassIntValclassJsonA json.classLongValLong value.classNullNull value.classNumberAll number value.classPairKey-value pair.classShortValclassTextString value.classValueAll json components are values.
-