| java.lang.Object org.mozilla.javascript.Parser
Parser | public class Parser (Code) | | This class implements the JavaScript parser.
It is based on the C source files jsparse.c and jsparse.h
in the jsref package.
See Also: TokenStream author: Mike McCabe author: Brendan Eich |
CLEAR_TI_MASKTI_AFTER_EOLTI_CHECK_LABEL | final static int CLEAR_TI_MASKTI_AFTER_EOLTI_CHECK_LABEL(Code) | | |
calledByCompileFunction | boolean calledByCompileFunction(Code) | | |
defineSymbol | void defineSymbol(int declType, String name)(Code) | | |
getCurrentLineNumber | public int getCurrentLineNumber()(Code) | | |
insideFunction | boolean insideFunction()(Code) | | |
popScope | void popScope()(Code) | | |
|
|