|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Tokenizer.Token
public static class Tokenizer.Token
Field Summary | |
---|---|
int |
type
The type of token. |
String |
value
The value of the token, or null for tokens without values. |
Method Summary | |
---|---|
boolean |
isEOL()
Indicates whether this token contains an EOL or EOF. |
boolean |
isString()
Indicates whether this token contains a string. |
String |
toString()
Converts the token to a string containing a representation useful for debugging. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int type
public String value
Method Detail |
---|
public String toString()
toString
in class Object
public boolean isString()
public boolean isEOL()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |