trait PrintAST extends AnyRef
îˇî
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrintAST
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- î abstract def showAttributes(tree: Global.Tree): String
- î abstract def showDefTreeName(defTree: Global.DefTree): String
- î abstract def showFlags(tree: Global.MemberDef): String
- î abstract def showLiteral(lit: Global.Literal): String
- î abstract def showName(name: Global.Name): String
- î abstract def showNameAndPos(tree: Global.NameTree): String
- î abstract def showPosition(tree: Global.Tree): String
- î abstract def showTypeTree(tt: Global.TypeTree): String
Concrete Value Members
- î
final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef â Any
- î
final def ##: Int
- Definition Classes
- AnyRef â Any
- î def +(other: String): String
- î def ->[B](y: B): (PrintAST, B)
- î
final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef â Any
- î def annotationInfoToString(annot: Global.AnnotationInfo): String
- î def applyCommon(tree: Global.Tree, fun: Global.Tree, args: List[Global.Tree]): Unit
- î
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 emptyOrComment(s: String): String
- î def ensuring(cond: (PrintAST) => Boolean, msg: => Any): PrintAST
- î def ensuring(cond: (PrintAST) => Boolean): PrintAST
- î def ensuring(cond: Boolean, msg: => Any): PrintAST
- î def ensuring(cond: Boolean): PrintAST
- î
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 hashCode(): Int
- Definition Classes
- AnyRef â Any
- Annotations
- @native()
- î
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 printLine(value: String, comment: String): Unit
- î def printModifiers(tree: Global.MemberDef): Unit
- î def printMultiline(prefix: String, comment: String)(body: => Unit): Unit
- î def printMultiline(tree: Global.Tree)(body: => Unit): Unit
- î def printSingle(tree: Global.Tree, name: Global.Name): Unit
- î def println(s: String): Unit
- î def showRefTree(tree: Global.RefTree): String
- î def showRefTreeName(tree: Global.Tree): String
- î def stringify(tree: Global.Tree): String
- î
final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- î
def toString(): String
- Definition Classes
- AnyRef â Any
- î def traverse(tree: Global.Tree): Unit
- î def traverseAny(x: Any): Unit
- î def traverseList(ifEmpty: String, what: String)(trees: List[Global.Tree]): Unit
- î def treePrefix(tree: Global.Tree): String
- î def typeApplyCommon(tree: Global.Tree, fun: Global.Tree, args: List[Global.Tree]): Unit
- î
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()
Deprecated Value Members
- î
def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from PrintAST toStringFormat[PrintAST] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- î
def â[B](y: B): (PrintAST, B)
- Implicit
- This member is added by an implicit conversion from PrintAST toArrowAssoc[PrintAST] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
The Scala compiler and reflection APIs.