|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.syntax.TokenizerImpl
org.millscript.millscript.syntax.ConfigurationParserImpl
org.millscript.office.spreadsheet.formula.FormulaParserImpl
public class FormulaParserImpl
This class implements the MillScript parser.
| Field Summary |
|---|
| Fields inherited from class org.millscript.millscript.syntax.TokenizerImpl |
|---|
config, interpolationMap |
| Fields inherited from interface org.millscript.millscript.syntax.Parser |
|---|
ARITH_PREC, COMMA_PREC, COMMA_PREC1, LOW_PREC, NOT_PREC, RELOP_PREC, TIGHT_PREC |
| Constructor Summary | |
|---|---|
FormulaParserImpl(java.lang.String origin,
java.io.Reader r,
org.millscript.millscript.conf.Configuration c)
Constructs a new ParserImpl with the specified origin, source,
interactive prompt and end of line comment status. |
|
| Method Summary |
|---|
| Methods inherited from class org.millscript.millscript.syntax.ConfigurationParserImpl |
|---|
getEnclosingClass, makeInterpolatedExpr, put, readAttributeName, readBlock, readBlockTo, readExpr, readExprComma, readExprPrec, readExprTo, readName, readOptExpr, readOptExprPrec, readOptPrimary, readPrimary, readStmnts, readStmntsTo, readSymbol, readTagName |
| Methods inherited from class org.millscript.millscript.syntax.TokenizerImpl |
|---|
checkWhere, dropToken, getAttributeName, getErrorString, getInt, getLineNumber, getName, getOrigin, getQuoteChar, getString, getStringNoQuotes, getStringNoQuotes, getTagName, makePattern, markReader, mustRead, nextToken, peekRead, peekToken, resetReader, setContext, setLineNumber, setOrigin, setWhere, tryRead |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.millscript.millscript.syntax.Tokenizer |
|---|
checkWhere, dropToken, getAttributeName, getErrorString, getInt, getLineNumber, getName, getOrigin, getQuoteChar, getString, getStringNoQuotes, getStringNoQuotes, getTagName, makePattern, markReader, mustRead, nextToken, peekRead, peekToken, resetReader, setWhere, tryRead |
| Methods inherited from interface org.millscript.commons.alert.AlertOrigin |
|---|
setContext, setLineNumber, setOrigin |
| Constructor Detail |
|---|
public FormulaParserImpl(java.lang.String origin,
java.io.Reader r,
org.millscript.millscript.conf.Configuration c)
ParserImpl with the specified origin, source,
interactive prompt and end of line comment status.
origin - the origin message for this tokenizerr - the character source to tokenizeeolc - flag indicating if end of line comments are supportedc - the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||