Packages

class NullaryFunction extends TypeProduct

For a NullaryMethod, in = TypeEmpty; for MethodType(Nil, _) in = TypeNil

Source
TypeStrings.scala
Linear Supertypes
TypeProduct, Serializable, java.io.Serializable, Product, Equals, TypeNode, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullaryFunction
  2. TypeProduct
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. TypeNode
  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

Instance Constructors

  1. new NullaryFunction(out: TypeNode)

Value Members

  1. def emptyTypeName: String
    Definition Classes
    TypeProduct
  2. def grouping: Grouping
    Definition Classes
    TypeProductTypeNode
  3. def label: String
    Definition Classes
    TypeNode
  4. val nodes: List[TypeNode]
    Definition Classes
    TypeProductTypeNode
  5. def show(): String
    Definition Classes
    TypeNode
  6. def show(indent: Int): String
    Definition Classes
    TypeNode
  7. def show(indent: Int, showLabel: Boolean): String
    Definition Classes
    TypeNode
  8. def toString(): String
    Definition Classes
    TypeNode → AnyRef → Any
  9. def typeName: String
    Definition Classes
    NullaryFunctionTypeProductTypeNode
  10. def withLabel(l: String): NullaryFunction.this.type
    Definition Classes
    TypeNode
  11. def withType(t: String): NullaryFunction.this.type
    Definition Classes
    TypeNode