public class ObjectModelParser extends JsonParser
| Constructor and Description |
|---|
ObjectModelParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
__json_objectmodel_ObjectModelParser_constructor__()
Method to duplicate the default constructor.
|
void |
__json_objectmodel_ObjectModelParser_execute__()
Default external procedure method which exists to ensure that any
long lived resources can be initialized properly.
|
private void |
handleError(java.lang.Exception exc) |
object<? extends JsonConstruct> |
parse(character _source)
Reads the JSON content from the given source, parses it and returns the top level
construct.
|
object<? extends JsonConstruct> |
parse(handle _str)
Reads the JSON content from the given source, parses it and returns the top level
construct.
|
object<? extends JsonConstruct> |
parse(longchar _source)
Reads the JSON content from the given source, parses it and returns the top level construct.
|
object<? extends JsonConstruct> |
parse(memptr _source)
Reads the JSON content from the given source, parses it and returns the top level
construct.
|
object<? extends JsonConstruct> |
parseFile(character _fname)
Reads the JSON content from the given source, parses it and returns the top level
construct.
|
__json_JsonParser_constructor__, __json_JsonParser_execute__, getIgnoreComments, setIgnoreComments__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedpublic void __json_objectmodel_ObjectModelParser_execute__()
public void __json_objectmodel_ObjectModelParser_constructor__()
public object<? extends JsonConstruct> parse(handle _str)
_str - The stream handle source from which to read.public object<? extends JsonConstruct> parse(longchar _source)
_source - The longchar source from which to read.public object<? extends JsonConstruct> parse(memptr _source)
_source - The memptr source from which to read.public object<? extends JsonConstruct> parse(character _source)
_source - The character source from which to read.public object<? extends JsonConstruct> parseFile(character _fname)
_fname - The filename from which to read the JSON.private void handleError(java.lang.Exception exc)