All Packages Class Hierarchy This Package Previous Next Index
Class moves.BeginFinalize
java.lang.Object
|
+----moves.EuMove
|
+----moves.bracketFamily
|
+----moves.BeginFinalize
- public class BeginFinalize
- extends bracketFamily
- implements constants
Implements the LEA command BeginFinalize
-
BeginFinalize(EuWrapper, EuWrapper, EuArguments, int)
- The constructor checks that no input, argument or beacon is passed,
and that there is no output
-
ex(int, EuLab)
-
-
name()
-
-
number()
-
BeginFinalize
public BeginFinalize(EuWrapper in,
EuWrapper out,
EuArguments args,
int beacon) throws LeaSyntaxException
- The constructor checks that no input, argument or beacon is passed,
and that there is no output
- Parameters:
- in - the input @see EuWrapper
- out - the output @see EuWrapper
- args - arguments
- beacon - a beacon, or 0 if no such was requested
ex
protected int ex(int segment,
EuLab lab) throws LeaException
- Overrides:
- ex in class bracketFamily
name
public String name()
- Overrides:
- name in class EuMove
number
public int number()
- Overrides:
- number in class EuMove
All Packages Class Hierarchy This Package Previous Next Index