|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A source interpretor.
Method Summary | |
void |
addLast(Interpretor in)
Add the given interpretor at the end of this interpretor chain. |
Interpretor |
getNextInterpretor()
Get the next interpretor. |
boolean |
isInside(Interpretor in)
Check whether the given interpretor is already in the interpretor chain. |
void |
sendString(Source s,
java.lang.String str)
Send the given string to the server. |
void |
setNextInterpretor(Interpretor next)
Set the next interpretor. |
Method Detail |
public void sendString(Source s, java.lang.String str)
s
- the source.str
- the string to send.public void setNextInterpretor(Interpretor next)
next
- interpretor to use. May be null.public Interpretor getNextInterpretor()
public boolean isInside(Interpretor in)
in
- the interpretor to check.
public void addLast(Interpretor in)
in
- interpretor to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |