CollectAst

io.getquill.ast.CollectAst
See theCollectAst companion class
object CollectAst

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CollectAst.type

Members list

Value members

Concrete methods

def apply[T](a: Ast)(p: PartialFunction[Ast, T]): Queue[T]
def byType[T : ClassTag](a: Ast): Queue[T]