|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FixedTokens
This interface describes the features of a
Tokens
which do not modify the value.
| Method Summary | |
|---|---|
Token |
get(int i)
Get a specified token from the tokens register. |
int |
length()
Getter for the length of the token register, this is the number of elements contained. |
java.lang.String |
toString()
Return a String, which shows all tokens in the list. |
java.lang.String |
toText()
Return a String, which shows all tokens (in text format) in the list. |
java.lang.String |
toText(UnicodeChar esc)
Return a String, which shows all tokens (in text format) in the list. |
| Method Detail |
|---|
Token get(int i)
i - the index for the token to get
null if i is out of
boundsint length()
java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toText()
java.lang.String toText(UnicodeChar esc)
esc - the escape character to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||