com.mindbright.terminal.tandem6530
Class Parser

java.lang.Object
  extended bycom.mindbright.terminal.tandem6530.Parser
All Implemented Interfaces:
AsciiCodes

public class Parser
extends java.lang.Object
implements AsciiCodes


Field Summary
static int COLS
           
static char IGNORE
           
static int ROWS
           
 
Fields inherited from interface com.mindbright.terminal.tandem6530.AsciiCodes
BELL, BS, CR, DC1, DC2, DC3, DC4, ENQ, EOT, ESC, ETX, FS, GS, HT, LF, LRC, NUL, SOH
 
Constructor Summary
Parser()
           
 
Method Summary
 ActionHandler getActionHandler()
           
 char parse(char inC)
           
 void reset()
           
 void setActionHandler(ActionHandler actionHandler)
           
 void setBlockMode()
           
 void setConversationalMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORE

public static final char IGNORE
See Also:
Constant Field Values

ROWS

public static final int ROWS
See Also:
Constant Field Values

COLS

public static final int COLS
See Also:
Constant Field Values
Constructor Detail

Parser

public Parser()
Method Detail

setActionHandler

public void setActionHandler(ActionHandler actionHandler)

getActionHandler

public ActionHandler getActionHandler()

setBlockMode

public void setBlockMode()

setConversationalMode

public void setConversationalMode()

reset

public void reset()

parse

public char parse(char inC)
           throws ParseException
Throws:
ParseException