|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.slurm.gf.GFParserCallback | +--com.slurm.gf.SimpleGFParserCallback
Simple concrete implementation of GFParserCallback that can be used for testing a GFParser.
GFParserCallback
,
GFParser
Constructor Summary | |
SimpleGFParserCallback()
|
Method Summary | |
void |
badGF(java.lang.String msg)
respond to an error from which the parser cannot recover |
void |
error(java.lang.String msg)
|
void |
handleBOCCommand(BOCCommand c)
respond to a boc command |
void |
handleCharLocCommand(CharLocCommand c)
respond to a charloc command |
void |
handleEOCCommand(EOCCommand c)
respond to an eoc command |
void |
handleNewRowCommand(NewRowCommand c)
respond to a newrow command |
void |
handleNoOpCommand(NoOpCommand c)
respond to a noop command |
void |
handlePaintCommand(PaintCommand c)
respond to a paint command |
void |
handlePostCommand(PostCommand c)
respond to a post command |
void |
handlePostPostCommand(PostPostCommand c)
respond to a postpost command |
void |
handlePreCommand(PreCommand c)
respond to a pre command |
void |
handleSkipCommand(SkipCommand c)
respond to a skip command |
void |
handleUndefinedCommand(UndefinedCommand c)
respond to an undefined command |
void |
handleXXXCommand(XXXCommand c)
respond to an xxx command |
void |
handleYYYCommand(YYYCommand c)
respond to a yyy command |
Methods inherited from class com.slurm.gf.GFParserCallback |
error,
handleCommand,
startSpecialCommands |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SimpleGFParserCallback()
Method Detail |
public void badGF(java.lang.String msg) throws GFFileFormatException
public void error(java.lang.String msg)
public void handlePaintCommand(PaintCommand c)
public void handleBOCCommand(BOCCommand c)
public void handleEOCCommand(EOCCommand c)
public void handleSkipCommand(SkipCommand c)
public void handleNewRowCommand(NewRowCommand c)
public void handleXXXCommand(XXXCommand c)
public void handleYYYCommand(YYYCommand c)
public void handleNoOpCommand(NoOpCommand c)
public void handleCharLocCommand(CharLocCommand c)
public void handlePreCommand(PreCommand c)
public void handlePostCommand(PostCommand c)
public void handlePostPostCommand(PostPostCommand c)
public void handleUndefinedCommand(UndefinedCommand c)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |