public class Tokenizer extends Object implements Iterable<Tokens.Token>, Iterator<Tokens.Token>
| Modifier and Type | Class and Description |
|---|---|
static class |
Tokenizer.TokenizeException |
public Tokenizer(String toParse)
public Iterator<Tokens.Token> iterator()
iterator in interface Iterable<Tokens.Token>public boolean hasNext()
hasNext in interface Iterator<Tokens.Token>public Tokens.Token next()
next in interface Iterator<Tokens.Token>public void remove()
remove in interface Iterator<Tokens.Token>Copyright © 2015 Eclipse SCADA Project. All rights reserved.