|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.syntax.Syntax
org.millscript.millscript.syntax.PostfixSyntax
org.millscript.millscript.syntax.SimplePostfixSyntax
org.millscript.millscript.syntax.AppendSyntax
public final class AppendSyntax
This class implements ++ syntax.
<expr> ++ <expr>
The results of the two expressions will be joined together, with the right hand side being appended onto the left hand side, to form a single result.
AppendExpr| Constructor Summary | |
|---|---|
AppendSyntax()
|
|
| Method Summary | |
|---|---|
Expr |
simple(Expr lhs,
Expr rhs)
Returns the expression for this simple postfix syntax, which is made by combining the left and right hand side expressions. |
| Methods inherited from class org.millscript.millscript.syntax.SimplePostfixSyntax |
|---|
postfix |
| 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 |
| Constructor Detail |
|---|
public AppendSyntax()
| Method Detail |
|---|
public Expr simple(Expr lhs,
Expr rhs)
SimplePostfixSyntax
lhs - the expression on the left hand side of this syntaxrhs - the expression on the right hand side of this syntax
SimplePostfixSyntax.simple(org.millscript.millscript.expr.Expr, org.millscript.millscript.expr.Expr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||