O object

TreeOps

extends Object with Serializable

Members of Tree

Supertypes

Object, Serializable

Members

def 

pos

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

Position in the source code

Position in the source code

def 

show

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

Shows the tree as fully typed source code

Shows the tree as fully typed source code

def 

showExtractors

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

Shows the tree as extractors

Shows the tree as extractors

def 

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 

symbol

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

Symbol of defined or referred by this tree

Symbol of defined or referred by this tree