public class Tokenizer extends Object implements Iterable<Tokens.Token>, Iterator<Tokens.Token>
| Modifier and Type | Class and Description |
|---|---|
static class |
Tokenizer.TokenizeException |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<Tokens.Token> |
iterator() |
Tokens.Token |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic 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 © 2016 Eclipse NeoSCADA Project. All rights reserved.