trait UntypedTreeInfo
extends TreeInfo

Constructors

Members

def isFunctionWithUnknownParamType ( tree: Tree ) : Boolean
def isImplicitClosure ( tree: Tree ) ( implicit ctx: Context ) : Boolean

Is tree an implicit function or closure, possibly nested in a block?

Is tree an implicit function or closure, possibly nested in a block?

def lacksDefinition ( mdef: MemberDef ) ( implicit ctx: Context ) : Boolean

True iff definition is a val or def with no right-hand-side, or it is an abstract typoe declaration

True iff definition is a val or def with no right-hand-side, or it is an abstract typoe declaration