|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.cyberiantiger.mudclient.parser.ANSIParser
| Field Summary | |
static int |
ANSI1
|
static int |
ANSI2
|
static int |
ANSI3
|
static int |
ANSI4
|
static int |
ELECLIENT
|
static int |
NONE
|
static int |
TEXT
|
| Constructor Summary | |
ANSIParser()
|
|
| Method Summary | |
boolean |
changeParser()
Should we change the parser |
void |
flush(ConsoleWriter client)
Tell this parser to flush it's output to client. |
java.lang.String |
getName()
Get the name of this parser |
Parser |
getNewParser()
Get the new parser in the event that it should be changed. |
void |
putChar(char ch)
Push a character to this parser. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NONE
public static final int ELECLIENT
public static final int TEXT
public static final int ANSI1
public static final int ANSI2
public static final int ANSI3
public static final int ANSI4
| Constructor Detail |
public ANSIParser()
| Method Detail |
public void putChar(char ch)
Parser
putChar in interface Parserpublic void flush(ConsoleWriter client)
Parser
flush in interface Parserpublic java.lang.String getName()
Parser
getName in interface Parserpublic boolean changeParser()
Parser
changeParser in interface Parserpublic Parser getNewParser()
Parser
getNewParser in interface Parser
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||