sleep.parser

Class TokenList

public class TokenList extends Object

Field Summary
protected String[]sarray
protected Token[]tarray
protected LinkedListterms
Method Summary
voidadd(Token temp)
LinkedListgetList()
String[]getStrings()
Token[]getTokens()
StringtoString()

Field Detail

sarray

protected String[] sarray

tarray

protected Token[] tarray

terms

protected LinkedList terms

Method Detail

add

public void add(Token temp)

getList

public LinkedList getList()

getStrings

public String[] getStrings()

getTokens

public Token[] getTokens()

toString

public String toString()