abstract class NodePrinters extends AnyRef
The object nodePrinter
converts the internal tree
representation to a string.
- Source
- NodePrinters.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
ξ·
ξ
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodePrinters
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- ξ new NodePrinters()
Concrete Value Members
-
ξ
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
##(): Int
- Definition Classes
- AnyRef β Any
-
ξ
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from NodePrinters to any2stringadd[NodePrinters] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
ξ
def
->[B](y: B): (NodePrinters, B)
- Implicit
- This member is added by an implicit conversion from NodePrinters to ArrowAssoc[NodePrinters] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
def
ensuring(cond: (NodePrinters) β Boolean, msg: β Any): NodePrinters
- Implicit
- This member is added by an implicit conversion from NodePrinters to Ensuring[NodePrinters] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: (NodePrinters) β Boolean): NodePrinters
- Implicit
- This member is added by an implicit conversion from NodePrinters to Ensuring[NodePrinters] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean, msg: β Any): NodePrinters
- Implicit
- This member is added by an implicit conversion from NodePrinters to Ensuring[NodePrinters] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean): NodePrinters
- Implicit
- This member is added by an implicit conversion from NodePrinters to Ensuring[NodePrinters] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
ξ
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from NodePrinters to StringFormat[NodePrinters] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
-
ξ
def
hashCode(): Int
- Definition Classes
- AnyRef β Any
- ξ var infolevel: InfoLevel.Value
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- ξ def nodeToString: (Global.Tree) β String
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- ξ def printAll(): Unit
- ξ def printUnit(unit: Global.CompilationUnit): Unit
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
toString(): String
- Definition Classes
- AnyRef β Any
-
ξ
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( ... )
-
ξ
def
β[B](y: B): (NodePrinters, B)
- Implicit
- This member is added by an implicit conversion from NodePrinters to ArrowAssoc[NodePrinters] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- ξ object InfoLevel extends Enumeration
- ξ object nodeToRegularString extends DefaultPrintAST with (Global.Tree) β String
The Scala compiler and reflection APIs.