Package ucar.unidata.ui.test
Class Json.Parser
java.lang.Object
ucar.unidata.ui.test.Json.Parser
- Enclosing class:
Json
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
parseArray
(StreamTokenizer tokens) protected Object
parseAtomic
(StreamTokenizer tokens) protected Object
parseMap
(StreamTokenizer tokens) protected Object
parseR
(StreamTokenizer tokens)
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
parse
- Throws:
IOException
-
parseR
- Throws:
IOException
-
parseAtomic
- Throws:
IOException
-
parseArray
- Throws:
IOException
-
parseMap
- Throws:
IOException
-