Class TokenList
java.lang.Object
io.github.protasm.jvmud.compiler.token.TokenList
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TokenList
public TokenList()
-
-
Method Details
-
reset
public void reset() -
size
public int size() -
add
-
get
-
get
-
current
-
peek
-
previous
-
advance
public void advance() -
advanceThrough
-
consume
-
check
-
match
-
isAtEnd
public boolean isAtEnd() -
toString
-