|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.joost.stx.TestListener
Callback interface that can be used to receive information about the
STX instructions created by a Parser
object.
Constructor Summary | |
TestListener()
|
Method Summary | |
void |
nodeCreated(NodeBase inst)
Send a notification that the parser has created an internal representation of an STX instruction |
void |
parseFinished()
Send a notification that the parser has finished its parsing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestListener()
Method Detail |
public void nodeCreated(NodeBase inst)
ParserListener
nodeCreated
in interface ParserListener
inst
- the instructionpublic void parseFinished()
ParserListener
ParserListener.nodeCreated(net.sf.joost.instruction.NodeBase)
have been fully initialized.
parseFinished
in interface ParserListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |