org.millscript.office.spreadsheet.formula.syntax
Class PercentSyntax
java.lang.Object
org.millscript.millscript.syntax.Syntax
org.millscript.millscript.syntax.PostfixSyntax
org.millscript.office.spreadsheet.formula.syntax.PercentSyntax
- All Implemented Interfaces:
- org.millscript.millscript.syntax.PostfixSyntaxInterface
public final class PercentSyntax
- extends org.millscript.millscript.syntax.PostfixSyntax
This class implements explode(...) syntax.
<expr>...
The left hand side expression will be executed, then it's result will be
exploded. The left hand side expression must return a single result.
- See Also:
ExplodeExpr
|
Method Summary |
PercentExpr |
postfix(java.lang.String sym,
int prec,
org.millscript.millscript.expr.Expr lhs,
org.millscript.millscript.syntax.Parser parser)
|
| Methods inherited from class org.millscript.millscript.syntax.PostfixSyntax |
getPrecedence, setPrec |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PercentSyntax
public PercentSyntax()
postfix
public PercentExpr postfix(java.lang.String sym,
int prec,
org.millscript.millscript.expr.Expr lhs,
org.millscript.millscript.syntax.Parser parser)
- Specified by:
postfix in interface org.millscript.millscript.syntax.PostfixSyntaxInterface- Specified by:
postfix in class org.millscript.millscript.syntax.PostfixSyntax
- See Also:
PostfixSyntaxInterface.postfix(java.lang.String, int, org.millscript.millscript.expr.Expr, org.millscript.millscript.syntax.Parser)
Copyright © 2006-2007 Open World Ltd. All Rights Reserved.