|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.util.expression.AbstractToken
public abstract class AbstractToken
Utility ancestor for the Token classes.
| Constructor Summary | |
|---|---|
AbstractToken(net.sf.doolin.util.expression.TokenType type)
Constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Close. |
net.sf.doolin.util.expression.TokenType |
getType()
Gets the type. |
boolean |
isClosed()
Checks if is closed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.doolin.util.expression.Token |
|---|
add, addText, evaluate, isVariable, supportAdd, visitTokensWith |
| Constructor Detail |
|---|
public AbstractToken(net.sf.doolin.util.expression.TokenType type)
type - Type of token.| Method Detail |
|---|
public void close()
Token
close in interface Tokenpublic boolean isClosed()
Token
isClosed in interface Tokenpublic net.sf.doolin.util.expression.TokenType getType()
Token
getType in interface Token
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||