trait AstInfo[T <: Ast] extends ClassTag[T]

Annotations
@implicitNotFound( ... )
Linear Supertypes
ClassTag[T], Equals, ClassManifestDeprecatedApis[T], OptManifest[T], Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AstInfo
  2. ClassTag
  3. Equals
  4. ClassManifestDeprecatedApis
  5. OptManifest
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def quasi(rank: Int, tree: Tree): T
  2. abstract def runtimeClass: Class[T]
    Definition Classes
    AstInfo → ClassTag

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AstInfo[T] to any2stringadd[AstInfo[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AstInfo[T], B)
    Implicit
    This member is added by an implicit conversion from AstInfo[T] to ArrowAssoc[AstInfo[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def argString: String
    Attributes
    protected
    Definition Classes
    ClassManifestDeprecatedApis
  7. def arrayClass[T](tp: Class[_]): Class[Array[T]]
    Attributes
    protected
    Definition Classes
    ClassManifestDeprecatedApis
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def canEqual(x: Any): Boolean
    Definition Classes
    ClassTag → Equals → ClassManifestDeprecatedApis
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def ensuring(cond: (AstInfo[T]) ⇒ Boolean, msg: ⇒ Any): AstInfo[T]
    Implicit
    This member is added by an implicit conversion from AstInfo[T] to Ensuring[AstInfo[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (AstInfo[T]) ⇒ Boolean): AstInfo[T]
    Implicit
    This member is added by an implicit conversion from AstInfo[T] to Ensuring[AstInfo[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): AstInfo[T]
    Implicit
    This member is added by an implicit conversion from AstInfo[T] to Ensuring[AstInfo[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): AstInfo[T]
    Implicit
    This member is added by an implicit conversion from AstInfo[T] to Ensuring[AstInfo[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(x: Any): Boolean
    Definition Classes
    ClassTag → Equals → AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AstInfo[T] to StringFormat[AstInfo[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    ClassTag → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newArray(len: Int): Array[T]
    Definition Classes
    ClassTag → ClassManifestDeprecatedApis
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    ClassTag → AnyRef → Any
  28. def unapply(x: Any): Option[T]
    Definition Classes
    ClassTag
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  32. def wrap: ClassTag[Array[T]]
    Definition Classes
    ClassTag
  33. def [B](y: B): (AstInfo[T], B)
    Implicit
    This member is added by an implicit conversion from AstInfo[T] to ArrowAssoc[AstInfo[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def <:<(that: ClassManifest[_]): Boolean
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag for subtype checking instead

  2. def >:>(that: ClassManifest[_]): Boolean
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag for subtype checking instead

  3. def arrayManifest: ClassManifest[Array[T]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap instead

  4. def erasure: Class[_]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use runtimeClass instead

  5. def newArray2(len: Int): Array[Array[T]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.newArray instead

  6. def newArray3(len: Int): Array[Array[Array[T]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.newArray instead

  7. def newArray4(len: Int): Array[Array[Array[Array[T]]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.wrap.newArray instead

  8. def newArray5(len: Int): Array[Array[Array[Array[Array[T]]]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.wrap.wrap.newArray instead

  9. def newArrayBuilder(): ArrayBuilder[T]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use ArrayBuilder.make(this) instead

  10. def newWrappedArray(len: Int): WrappedArray[T]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) create WrappedArray directly instead

  11. def typeArguments: List[OptManifest[_]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag to capture type structure instead

Inherited from ClassTag[T]

Inherited from Equals

Inherited from ClassManifestDeprecatedApis[T]

Inherited from OptManifest[T]

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AstInfo[T] to any2stringadd[AstInfo[T]]

Inherited by implicit conversion StringFormat from AstInfo[T] to StringFormat[AstInfo[T]]

Inherited by implicit conversion Ensuring from AstInfo[T] to Ensuring[AstInfo[T]]

Inherited by implicit conversion ArrowAssoc from AstInfo[T] to ArrowAssoc[AstInfo[T]]

Ungrouped