|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParserListener
Callback interface that can be used to receive information about the
STX instructions created by a Parser
object.
Method Summary | |
---|---|
void |
nodeCreated(NodeBase node)
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. |
Method Detail |
---|
void nodeCreated(NodeBase node)
node
- the instructionvoid parseFinished()
nodeCreated(net.sf.joost.instruction.NodeBase)
have been fully initialized.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |