public interface IToken
Modifier and Type | Method and Description |
---|---|
Object |
getData()
Return a data attached to this token.
|
boolean |
isEOF()
Return whether this token represents End Of File.
|
boolean |
isOther()
Return whether this token is neither undefined, nor whitespace, nor EOF.
|
boolean |
isUndefined()
Return whether this token is undefined.
|
boolean |
isWhitespace()
Return whether this token represents a whitespace.
|
boolean isUndefined()
true
if this token is undefinedboolean isWhitespace()
true
if this token represents a whitespaceboolean isEOF()
true
if this token represents EOFboolean isOther()
true
if this token is not undefined, not a whitespace, and not EOFObject getData()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.