O object

Tree

extends Object

Supertypes

Object

Members

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 ) : Boolean

Does this tree represent a valid expression?

Does this tree represent a valid expression?

def 

extension_pos

( tree: Tree ) ( implicit  ctx: Context ) : Position

Position in the source code

Position in the source code

def 

extension_show

( tree: Tree ) ( implicit  ctx: Context ) : String

Shows the tree as fully typed source code

Shows the tree as fully typed source code

def 

extension_showExtractors

( tree: Tree ) ( implicit  ctx: Context ) : String

Shows the tree as extractors

Shows the tree as extractors

def 

extension_showWith

( tree: Tree ) ( syntaxHighlight: SyntaxHighlight ) ( implicit  ctx: Context ) : String

Shows the tree as fully typed source code

Shows the tree as fully typed source code

def 

extension_symbol

( tree: Tree ) ( implicit  ctx: Context ) : Symbol

Symbol of defined or referred by this tree

Symbol of defined or referred by this tree