Package ucar.unidata.util
Interface Tokenizer
public interface Tokenizer
- Author:
- Unidata
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Class EmptyTokenstatic interface
Token -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Tokenizer.Token
_more_static final Tokenizer.Token
Tag interface for Tokens. -
Method Summary
-
Field Details
-
TK_NONE
Tag interface for Tokens. Typically, Token implementations extend ByteString. Not all ByteStrings are Tokens tho. -
TK_EOF
_more_
-
-
Method Details
-
nextToken
_more_- Returns:
- _more_
- Throws:
IOException
-