class IRTreePrinter extends IndentationManager
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IRTreePrinter
- IndentationManager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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(classOf[java.lang.CloneNotSupportedException]) @native()
- def complete(): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getIndentMargin(): Int
- Attributes
- protected
- Definition Classes
- IndentationManager
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indent(): Unit
- Attributes
- protected
- Definition Classes
- IndentationManager
- 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()
- val out: Writer
- Attributes
- protected
- Definition Classes
- IRTreePrinter → IndentationManager
- def print(flags: ApplyFlags)(implicit dummy1: DummyImplicit, dummy2: DummyImplicit): Unit
- def print(optimizerHints: OptimizerHints)(implicit dummy: DummyImplicit): Unit
- def print(c: Int): Unit
- def print(s: String): Unit
- def print(spec: JSNativeLoadSpec): Unit
- def print(originalName: OriginalName): Unit
- def print(name: MethodName): Unit
- def print(name: Name): Unit
- def print(ident: ClassIdent): Unit
- def print(ident: MethodIdent): Unit
- def print(ident: FieldIdent): Unit
- def print(ident: LabelIdent): Unit
- def print(ident: LocalIdent): Unit
- def print(tpe: Type): Unit
- def print(typeRef: TypeRef): Unit
- def print(topLevelExportDef: TopLevelExportDef): Unit
- def print(memberDef: MemberDef): Unit
- def print(classDef: ClassDef): Unit
- def print(spread: JSSpread): Unit
- def print(tree: Tree): Unit
- def print(paramDef: ParamDef): Unit
- def printAnyNode(node: IRNode): Unit
- def printArgs(args: List[TreeOrJSSpread]): Unit
- def printBlock(tree: Tree): Unit
- Attributes
- protected
- final def printColumn(ts: List[IRNode], start: String, sep: String, end: String): Unit
- Attributes
- protected
- def printJSMemberName(name: Tree): Unit
- final def printRow(ts: List[IRNode], start: String, sep: String, end: String): Unit
- Attributes
- protected
- def printSig(args: List[ParamDef], restParam: Option[ParamDef], resultType: Type): Unit
- Attributes
- protected
- def println(): Unit
- Definition Classes
- IRTreePrinter → IndentationManager
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def undent(): Unit
- Attributes
- protected
- Definition Classes
- IndentationManager
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()