Tree
extends ObjectSupertypes
ObjectMembers
def
extension_asExprOf
[T] ( tree: Tree ) ( implicit x$1: Type[T] ) ( implicit x$2: QuoteContext ) : Expr[T]Convert this tree to an quoted.Expr[T]
if the tree is a valid expression or throws
Convert this tree to an quoted.Expr[T]
if the tree is a valid expression or throws
def
extension_isExpr
( tree: Tree ) ( implicit ctx: Context ) : BooleanDoes this tree represent a valid expression?
Does this tree represent a valid expression?
def
extension_pos
( tree: Tree ) ( implicit ctx: Context ) : PositionPosition in the source code
Position in the source code
def
extension_show
( tree: Tree ) ( implicit ctx: Context ) : StringShows the tree as fully typed source code
Shows the tree as fully typed source code
def
extension_showExtractors
( tree: Tree ) ( implicit ctx: Context ) : StringShows the tree as extractors
Shows the tree as extractors
def
extension_showWith
( tree: Tree ) ( syntaxHighlight: SyntaxHighlight ) ( implicit ctx: Context ) : StringShows the tree as fully typed source code
Shows the tree as fully typed source code