Class: State
State
()
class that encapsulates the parsers input and output of a parser. The input is the current position of the parser and the text that is being parsed The returned output is an object that represents the parsed value:
Constructor
new State
()
Source:
prs.js
,
line 28
Home
Classes
State
Global
formatParserError
getSkipWhitespaceFunction
makeAlternativeParser
makeConsumeAll
makeForwarder
makeOptParser
makeRegexParser
makeRepetitionParser
makeRepetitionRecClause
makeSequenceParser
makeTokenParser
makeTransformer
parseString
setKeepLocationWithToken
setSkipWhitespaceFunction
setTrace