public class JSONParserAntlr extends antlr.LLkParser implements JSONParserAntlrTokenTypes
| Modifier and Type | Field and Description |
|---|---|
static String[] |
_tokenNames |
| Modifier | Constructor and Description |
|---|---|
|
JSONParserAntlr(antlr.ParserSharedInputState state) |
|
JSONParserAntlr(antlr.TokenBuffer tokenBuf) |
protected |
JSONParserAntlr(antlr.TokenBuffer tokenBuf,
int k) |
|
JSONParserAntlr(antlr.TokenStream lexer) |
protected |
JSONParserAntlr(antlr.TokenStream lexer,
int k) |
| Modifier and Type | Method and Description |
|---|---|
JSONArray |
array(String aStreamName) |
JSONValue |
atomic(String aStreamName) |
JSONObject |
object(String aStreamName) |
JSONValue |
value(String aStreamName) |
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndentpublic static final String[] _tokenNames
protected JSONParserAntlr(antlr.TokenBuffer tokenBuf,
int k)
public JSONParserAntlr(antlr.TokenBuffer tokenBuf)
protected JSONParserAntlr(antlr.TokenStream lexer,
int k)
public JSONParserAntlr(antlr.TokenStream lexer)
public JSONParserAntlr(antlr.ParserSharedInputState state)
public final JSONValue value(String aStreamName) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final JSONObject object(String aStreamName) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionpublic final JSONArray array(String aStreamName) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionExceptionantlr.TokenStreamExceptionCopyright © 2013. All Rights Reserved.