|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.api.Executor.AbstractExecutor<java.lang.Object>
com.codemesh.terp.eval.executors.LvalueIncrement
public class LvalueIncrement
The increment operator.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.codemesh.terp.api.Executor |
|---|
Executor.AbstractExecutor<T>, Executor.ForMethod |
| Constructor Summary | |
|---|---|
LvalueIncrement(java.lang.String op)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(java.util.List<java.lang.Object> args,
TerpEvaluator eval,
TerpContext ctx)
Performs the executor's action on the given arguments in the given context. |
boolean |
matches(java.util.List args)
Returns true if the executor applies to the given arguments. |
| Methods inherited from class com.codemesh.terp.api.Executor.AbstractExecutor |
|---|
execute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LvalueIncrement(java.lang.String op)
| Method Detail |
|---|
public boolean matches(java.util.List args)
Executor
args - the arguments passed to the executor.
public java.lang.Object execute(java.util.List<java.lang.Object> args,
TerpEvaluator eval,
TerpContext ctx)
Executor
args - the arguments.eval - the evaluator to use. Can frequently be null.ctx - the context in which the execution occurs. Can frequently be null.
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||