Packages

case class Bindfix(delim: Delimiter, impl: Int, expl: Int, assoc: Boolean) extends SimpleFixity with Product with Serializable

delimiter followed by first and second (explicit) argument with . in between

assoc

merge with nested bindings using the same binder; currently ignored assumes arguments are one variable and one scope; expl must be 1

Source
NotationExtension.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bindfix
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimpleFixity
  7. Fixity
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Bindfix(delim: Delimiter, impl: Int, expl: Int, assoc: Boolean)

    assoc

    merge with nested bindings using the same binder; currently ignored assumes arguments are one variable and one scope; expl must be 1

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addInitialImplicits(n: Int): Bindfix
    Definition Classes
    BindfixFixity
  5. def argsWithOp(beforeOp: Int): List[Marker]

    ImplicitArgs Args1 Delim Args2 with Args1.length == beforeOp

    ImplicitArgs Args1 Delim Args2 with Args1.length == beforeOp

    Attributes
    protected
    Definition Classes
    SimpleFixity
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asString: (String, String)

    the string representation to use when serializing notations pair of "fixity type" and type-specific argument(s)

    the string representation to use when serializing notations pair of "fixity type" and type-specific argument(s)

    Definition Classes
    BindfixFixity
  8. val assoc: Boolean
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val delim: Delimiter

    the delimiter to use

    the delimiter to use

    Definition Classes
    BindfixSimpleFixity
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val expl: Int

    expl number of subsequent explicit arguments (needed to trigger notation during parsing, rendered by printer)

    expl number of subsequent explicit arguments (needed to trigger notation during parsing, rendered by printer)

    Definition Classes
    BindfixSimpleFixity
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val impl: Int

    number of initial implicit arguments (inferred by parser, skipped by printer)

    number of initial implicit arguments (inferred by parser, skipped by printer)

    Definition Classes
    BindfixSimpleFixity
  16. def implArgs: List[ImplicitArg]
    Attributes
    protected
    Definition Classes
    SimpleFixity
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isRelative: Boolean

    true if this notation can be used for multiple constants without ambiguity because it contains placeholders

    true if this notation can be used for multiple constants without ambiguity because it contains placeholders

    Definition Classes
    Fixity
  19. def markers: List[Marker]

    the elaboration into markers

    the elaboration into markers

    Definition Classes
    BindfixFixity
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def relativize: Option[Fixity]

    wrap first delimiter in instance name

    wrap first delimiter in instance name

    Definition Classes
    Fixity
  24. def simpleArgs: String
    Attributes
    protected
    Definition Classes
    SimpleFixity
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimpleFixity

Inherited from Fixity

Inherited from AnyRef

Inherited from Any

Ungrouped