|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.scanner.type.tokens.Tokens
org.extex.scanner.type.tokens.ImmutableTokens
public class ImmutableTokens
This class presents a
Tokens register where
all setters are disabled. This means that its value can not be altered once
it has been created.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Fields inherited from class org.extex.scanner.type.tokens.Tokens |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
ImmutableTokens()
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
add(Token t)
Add another token to the end of the Tokens. |
void |
add(Tokens toks)
Add another token list to the end of the Tokens. |
| Methods inherited from class org.extex.scanner.type.tokens.Tokens |
|---|
clear, equals, get, hashCode, insert, iterator, length, pop, push, removeFirst, removeLast, show, toString, toString, toString, toText, toText |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public ImmutableTokens()
| Method Detail |
|---|
public void add(Token t)
add in class Tokenst - The token to addTokens.add(
org.extex.scanner.type.token.Token)public void add(Tokens toks)
add in class Tokenstoks - the tokens to addTokens.add(
org.extex.scanner.type.tokens.Tokens)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||