co.streamx.fluent.extree.Queryable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ex-tree Show documentation
Show all versions of ex-tree Show documentation
Build AST from the bytecode
The newest version!
package co.streamx.fluent.extree;
import co.streamx.fluent.extree.expression.*;
/*public*/ interface Queryable extends Iterable {
Class getElementType();
Expression getExpression();
QueryableFactory getFactory();
Iterable iterable();
S single();
}