|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.action.Action
org.millscript.millscript.action.BinaryOpAction
org.millscript.millscript.action.AppendAction
public final class AppendAction
This class implements the action for a ++ append expression.
AppendExpr,
AppendSyntax| Constructor Summary | |
|---|---|
AppendAction(Action a,
Action b)
Constructs a new ++ action, with the specified actions for
the left and right hand side. |
|
| Method Summary | |
|---|---|
java.lang.Object |
perform(java.lang.Object x,
java.lang.Object y)
Performs this binary action on the specified left and right hand side values. |
| Methods inherited from class org.millscript.millscript.action.BinaryOpAction |
|---|
action |
| Methods inherited from class org.millscript.millscript.action.Action |
|---|
act, act1, getLineNumber, getOrigin, predAct, setContext, setLineNumber, setOrigin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppendAction(Action a,
Action b)
++ action, with the specified actions for
the left and right hand side.
a - the action for the left hand side of the expressionb - the action for the right hand side of the expression| Method Detail |
|---|
public java.lang.Object perform(java.lang.Object x,
java.lang.Object y)
BinaryOpAction
perform in class BinaryOpActionx - the left hand side valuey - the right hand side value
BinaryOpAction.perform(java.lang.Object, java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||