scalaParser.subscript.ast.Header

FormalOutputParameter

case class FormalOutputParameter(annots: String, name: String, tpe: String, defaultVal: Option[String]) extends Ast.Parameter with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ast.Parameter, Ast.Node, Ast.Communication, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FormalOutputParameter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Parameter
  7. Node
  8. Communication
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FormalOutputParameter(annots: String, name: String, tpe: String, defaultVal: Option[String])

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 annots: String

    Definition Classes
    FormalOutputParameterParameter
  7. def annotsStr: String

    Definition Classes
    Parameter
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compile(implicit t2b: Ast.Context = Map(), b2t: Ast.Output = new CommunicationStackImpl): String

    Definition Classes
    Communication
  11. val defaultVal: Option[String]

    Definition Classes
    FormalOutputParameterParameter
  12. def defaultValStr: String

    Definition Classes
    Parameter
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

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

    Definition Classes
    Any
  17. val name: String

    Definition Classes
    FormalOutputParameterParameter
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. def pureTpeStr: String

    Definition Classes
    Parameter
  22. def push(p: (String, Any)): Unit

    Definition Classes
    Communication
  23. def push(m: Map[String, Any]): Unit

    Definition Classes
    Communication
  24. def rewrite(implicit context: Ast.Context, output: Ast.Output): String

    Definition Classes
    FormalOutputParameterNode
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. val tpe: String

    Definition Classes
    FormalOutputParameterParameter
  27. def tpeStr(transform: (String) ⇒ String): String

    Definition Classes
    Parameter
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def wrappedTpeStr(enclosingType: String): String

    Definition Classes
    Parameter

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ast.Parameter

Inherited from Ast.Node

Inherited from Ast.Communication

Inherited from AnyRef

Inherited from Any

Ungrouped