Package org.reploop.parser.json.tree
Class Json
- java.lang.Object
-
- org.reploop.parser.json.Node
-
- org.reploop.parser.json.tree.Json
-
public class Json extends Node
A json.- Since:
- 2016-10-14 20
- Author:
- George Cao(georgecao@outlook.com)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)booleanequals(Object o)ValuegetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Json
public Json(Value value)
-
-
Method Detail
-
getValue
public Value getValue()
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
-
-