public class GotoOperation extends RuntimeOperation
CalculateOperation class describes GOTO operation.| Constructor and Description |
|---|
GotoOperation(String label)
Create an instance of
GotoOperation. |
| Modifier and Type | Method and Description |
|---|---|
Result |
execute(TBasicContextHolderEnv environment,
Object param)
Run operation in specified context.
|
getNameForDebug, getSourceCode, invoke, setNameForDebug, setSourceCodepublic GotoOperation(String label)
GotoOperation.label - The label to jump to.public Result execute(TBasicContextHolderEnv environment, Object param)
RuntimeOperationexecute in class RuntimeOperationenvironment - Environment for execution.param - Argument for execution.Copyright © 2004–2019 OpenL Tablets. All rights reserved.