implicit object patInfixContext extends InfixContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- patInfixContext
- InfixContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Unfinished extends AnyRef
- Attributes
- protected
- Definition Classes
- InfixContext
- type Op = Term.Name
- Definition Classes
- patInfixContext → InfixContext
- type Typ = Pat
- Definition Classes
- patInfixContext → InfixContext
- case class UnfinishedInfix(lhs: Typ, op: Op) extends Unfinished with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def finishInfixExpr(unf: UnfinishedInfix, rhs: Typ, rhsEnd: EndPos): Typ
- Attributes
- protected
- Definition Classes
- patInfixContext → InfixContext
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head: UnfinishedInfix
- Definition Classes
- InfixContext
- def isDone(base: collection.immutable.List[UnfinishedInfix]): Boolean
- Definition Classes
- InfixContext
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pop(): UnfinishedInfix
- Definition Classes
- InfixContext
- def push(unfinishedInfix: UnfinishedInfix): Unit
- Definition Classes
- InfixContext
- def reduceStack(stack: collection.immutable.List[UnfinishedInfix], curr: Typ, currEnd: EndPos, op: Option[Op]): Typ
- Definition Classes
- InfixContext
- var stack: collection.immutable.List[UnfinishedInfix]
- Definition Classes
- InfixContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()