public interface JavascriptParser extends Parser
Parser for the time being,
it simply exposes the states in which the Javascript parser may be in.
Note: These are the exact states exposed in the original C++ Parser.
| Modifier and Type | Field and Description |
|---|---|
static ExternalState |
STATE_COMMENT |
static ExternalState |
STATE_DQ |
static ExternalState |
STATE_Q |
static ExternalState |
STATE_REGEXP |
static ExternalState |
STATE_TEXT |
STATE_ERRORgetColumnNumber, getLineNumber, getState, parse, parse, reset, setColumnNumber, setLineNumberstatic final ExternalState STATE_TEXT
static final ExternalState STATE_Q
static final ExternalState STATE_DQ
static final ExternalState STATE_REGEXP
static final ExternalState STATE_COMMENT
Copyright © 2010-2012 Google. All Rights Reserved.