Uses of Class
org.reploop.parser.json.tree.Value
-
Packages that use Value Package Description org.reploop.parser.json org.reploop.parser.json.tree -
-
Uses of Value in org.reploop.parser.json
Methods in org.reploop.parser.json with parameters of type Value Modifier and Type Method Description RAstVisitor. visitValue(Value value, C context) -
Uses of Value in org.reploop.parser.json.tree
Subclasses of Value 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.classFloatValclassIntValclassLongValLong value.classNullNull value.classNumberAll number value.classShortValclassTextString value.Methods in org.reploop.parser.json.tree that return Value Modifier and Type Method Description ValueJson. getValue()ValuePair. getValue()Methods in org.reploop.parser.json.tree that return types with arguments of type Value Modifier and Type Method Description List<Value>Array. getValues()Constructors in org.reploop.parser.json.tree with parameters of type Value Constructor Description Json(Value value)Pair(String key, Value value)Constructor parameters in org.reploop.parser.json.tree with type arguments of type Value Constructor Description Array(List<Value> values)
-