class TreePrinter extends SymbolTable.TreePrinter
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TreePrinter
- TreePrinter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TreePrinter(out: PrintWriter)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
comment(body: ⇒ Unit): Unit
- Attributes
- protected
-
val
commentsRequired: Boolean
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indent(): Unit
-
var
indentMargin: Int
- Attributes
- protected
-
val
indentStep: Int
- Attributes
- protected
-
var
indentString: String
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parenthesize(condition: Boolean = true, open: String = "(", close: String = ")")(body: ⇒ Unit): Unit
- Attributes
- protected
-
def
print(args: Any*): Unit
- Definition Classes
- TreePrinter → TreePrinter
- def printAnnotations(tree: SymbolTable.MemberDef): Unit
-
def
printBlock(stats: List[SymbolTable.Tree], expr: SymbolTable.Tree): Unit
- Attributes
- protected
- def printBlock(tree: SymbolTable.Tree): Unit
-
def
printCaseDef(tree: SymbolTable.CaseDef): Unit
- Attributes
- protected
- def printColumn(ts: List[SymbolTable.Tree], start: String, sep: String, end: String): Unit
-
def
printDefDef(tree: SymbolTable.DefDef, resultName: ⇒ String)(printTypeSignature: ⇒ Unit)(printRhs: ⇒ Unit): Unit
- Attributes
- protected
- def printFlags(flags: Long, privateWithin: String): Unit
-
def
printFunction(tree: SymbolTable.Function)(printValueParams: ⇒ Unit): Unit
- Attributes
- protected
-
val
printIds: Boolean
- Attributes
- protected
- Definition Classes
- TreePrinter
-
def
printImplicitInParamsList(vds: List[SymbolTable.ValDef]): Unit
- Attributes
- protected
-
def
printImport(tree: SymbolTable.Import, resSelect: ⇒ String): Unit
- Attributes
- protected
-
val
printKinds: Boolean
- Attributes
- protected
- Definition Classes
- TreePrinter
- def printLabelParam(p: SymbolTable.Ident): Unit
- def printLabelParams(ps: List[SymbolTable.Ident]): Unit
-
val
printMirrors: Boolean
- Attributes
- protected
- Definition Classes
- TreePrinter
- def printModifiers(tree: SymbolTable.Tree, mods: SymbolTable.Modifiers): Unit
- def printOpt(prefix: String, tree: SymbolTable.Tree): Unit
-
val
printOwners: Boolean
- Attributes
- protected
- Definition Classes
- TreePrinter
-
def
printPackageDef(tree: SymbolTable.PackageDef, separator: String): Unit
- Attributes
- protected
- def printParam(tree: SymbolTable.Tree): Unit
- def printPosition(tree: SymbolTable.Tree): Unit
-
val
printPositions: Boolean
- Attributes
- protected
- Definition Classes
- TreePrinter
- def printRow(ts: List[SymbolTable.Tree], sep: String): Unit
- def printRow(ts: List[SymbolTable.Tree], start: String, sep: String, end: String): Unit
- def printSeq[a](ls: List[a])(printelem: (a) ⇒ Unit)(printsep: ⇒ Unit): Unit
-
def
printSuper(tree: SymbolTable.Super, resultName: ⇒ String, checkSymbol: Boolean = true): Unit
- Attributes
- protected
-
def
printThis(tree: SymbolTable.This, resultName: ⇒ String): Unit
- Attributes
- protected
- def printTree(tree: SymbolTable.Tree): Unit
-
def
printTypeDef(tree: SymbolTable.TypeDef, resultName: ⇒ String): Unit
- Attributes
- protected
- def printTypeParams(ts: List[SymbolTable.TypeDef]): Unit
-
val
printTypes: Boolean
- Attributes
- protected
- Definition Classes
- TreePrinter
-
def
printTypesInfo(tree: SymbolTable.Tree): Unit
- Attributes
- protected
-
def
printValDef(tree: SymbolTable.ValDef, resultName: ⇒ String)(printTypeSignature: ⇒ Unit)(printRhs: ⇒ Unit): Unit
- Attributes
- protected
- def printValueParams(ts: List[SymbolTable.ValDef], inParentheses: Boolean = true): Unit
- def println(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def undent(): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withIds: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withKinds: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withMirrors: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withOwners: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withPositions: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withTypes: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withoutIds: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withoutKinds: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withoutMirrors: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withoutOwners: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withoutPositions: TreePrinter.this.type
- Definition Classes
- TreePrinter
-
def
withoutTypes: TreePrinter.this.type
- Definition Classes
- TreePrinter