All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class moves.EndFinalize

java.lang.Object
   |
   +----moves.EuMove
           |
           +----moves.bracketFamily
                   |
                   +----moves.EndFinalize

public class EndFinalize
extends bracketFamily
implements constants
Implements the LEA command EndFinalize


Constructor Index

 o EndFinalize(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 EndFinalize
 public EndFinalize(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