scala.scalanative.nir.parser

Type

object Type extends Base[Type]

Linear Supertypes
Base[Type], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Type
  2. Base
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Array: fastparse.all.Parser[Type.Array]

  7. val Bool: fastparse.all.Parser[Type.Bool.type]

  8. val Byte: fastparse.all.Parser[Type.Byte.type]

  9. val Class: fastparse.all.Parser[Class]

  10. val Double: fastparse.all.Parser[Type.Double.type]

  11. val Float: fastparse.all.Parser[Type.Float.type]

  12. val Function: fastparse.all.Parser[Type.Function]

  13. val Int: fastparse.all.Parser[Type.Int.type]

  14. val Long: fastparse.all.Parser[Type.Long.type]

  15. val Module: fastparse.all.Parser[Module]

  16. val None: fastparse.all.Parser[Type.None.type]

  17. val NoneStruct: fastparse.all.Parser[Struct]

  18. val Nothing: fastparse.all.Parser[Type.Nothing.type]

  19. val Ptr: fastparse.all.Parser[Type.Ptr.type]

  20. val Short: fastparse.all.Parser[Type.Short.type]

  21. val Struct: fastparse.all.Parser[Struct]

  22. val Trait: fastparse.all.Parser[Trait]

  23. val Unit: fastparse.all.Parser[Type.Unit.type]

  24. val Vararg: fastparse.all.Parser[Type.Vararg.type]

  25. val Void: fastparse.all.Parser[Type.Void.type]

  26. final def apply(nir: String): Parsed[Type, Char, String]

    Definition Classes
    Base
  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. val parser: fastparse.all.P[Type]

    Definition Classes
    TypeBase
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Base[Type]

Inherited from AnyRef

Inherited from Any

Ungrouped