|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IotaToken
A token (also called a symbol or a lexeme) in the Iota language.
| Method Summary | |
|---|---|
boolean |
equals(Object that)
Returns whether two tokens are equal. |
Position |
position()
The position at which this token occurs in the source. |
IotaTokenType |
type()
The type of this token. |
String |
value()
The string of characters comprising the token in the source. |
| Method Detail |
|---|
IotaTokenType type()
Position position()
String value()
boolean equals(Object that)
equals in class Objectthat - the object with which to compare
true iff this and that are equal
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||