public class BindingInputStream extends LangEngine implements Iterator<Binding>, Closeable
Summary:
Constructor and Description |
---|
BindingInputStream(InputStream in) |
BindingInputStream(Tokenizer tokenizer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
Binding |
next() |
void |
remove() |
List<Var> |
vars() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public BindingInputStream(InputStream in)
public BindingInputStream(Tokenizer tokenizer)
Licenced under the Apache License, Version 2.0