public class Step
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Var,java.lang.Object> |
values
The step declared variables values.
|
protected java.util.Map<java.lang.Integer,Var> |
variables
The step declared variables.
|
Constructor and Description |
---|
Step(int line,
int finalLine)
Constructor.
|
Step(Step step)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,Var> |
getArguments()
Return the step arguments.
|
int |
getFinalLine()
Return the step final line.
|
int |
getLine()
Return the step initial line.
|
java.util.Map<Var,java.lang.Object> |
getValues()
Set the step arguments values.
|
void |
setArguments(java.util.Map<java.lang.Integer,Var> arguments)
Set the step arguments.
|
java.util.Map<Var,java.lang.Object> |
stop(java.lang.Object... arguments)
Stop at the step line.
|
protected java.util.Map<java.lang.Integer,Var> variables
protected java.util.Map<Var,java.lang.Object> values
public Step(Step step)
step
- the steppublic Step(int line, int finalLine)
line
- the step initial linefinalLine
- the step final linepublic int getLine()
public int getFinalLine()
public void setArguments(java.util.Map<java.lang.Integer,Var> arguments)
arguments
- the argumentspublic java.util.Map<java.lang.Integer,Var> getArguments()
public java.util.Map<Var,java.lang.Object> stop(java.lang.Object... arguments)
arguments
- the arguments valuespublic java.util.Map<Var,java.lang.Object> getValues()
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence