o

io.github.scalats.ast

BooleanRef

object BooleanRef extends SimpleTypeRef with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SimpleTypeRef, TypeRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BooleanRef
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimpleTypeRef
  7. TypeRef
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def equals(that: Any): Boolean
    Definition Classes
    SimpleTypeRef → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    SimpleTypeRef → AnyRef → Any
  3. val name: String

    The type name

    The type name

    Definition Classes
    SimpleTypeRef → TypeRef
  4. def requires: ListSet[TypeRef]
    Definition Classes
    SimpleTypeRef → TypeRef
    Annotations
    @inline()
  5. def toString(): String
    Definition Classes
    SimpleTypeRef → AnyRef → Any
    Annotations
    @inline()