public class Tokens extends Object
Constructor and Description |
---|
Tokens () |
Modifier and Type | Method and Description |
---|---|
void |
add (TokenEntry tokenEntry) |
int |
getLineCount (TokenEntry mark,
Match match) |
List<TokenEntry> |
getTokens () |
Iterator<TokenEntry> |
iterator () |
int |
size () |
public Tokens()
public void add(TokenEntry tokenEntry)
public Iterator<TokenEntry> iterator()
public int size()
public int getLineCount(TokenEntry mark, Match match)
public List<TokenEntry> getTokens()
Copyright © 2002-2014 InfoEther. All Rights Reserved.