co.streamx.fluent.extree.QueryableFactory 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 QueryableFactory {
Queryable createQueryable(Class type, Expression e);
}