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


Constructor Index

 o BeginFinalize(EuWrapper, EuWrapper, EuArguments, int)
The constructor checks that no input, argument or beacon is passed, and that there is no output

Method Index

 o ex(int, EuLab)
 o name()
 o number()

Constructors

 o 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

Methods

 o ex
 protected int ex(int segment,
                  EuLab lab) throws LeaException
Overrides:
ex in class bracketFamily
 o name
 public String name()
Overrides:
name in class EuMove
 o number
 public int number()
Overrides:
number in class EuMove

All Packages  Class Hierarchy  This Package  Previous  Next  Index