object termInfixContext extends InfixContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- termInfixContext
- InfixContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class UnfinishedInfix(lhsStart: Pos, lhs: Lhs, lhsEnd: Pos, op: Term.Name, targs: collection.immutable.List[Type]) extends Product with Serializable
- Definition Classes
- InfixContext
- type FinishedInfix = Term
- Definition Classes
- termInfixContext → InfixContext
- type Lhs = collection.immutable.List[Term]
- Definition Classes
- termInfixContext → InfixContext
- type Rhs = collection.immutable.List[Term]
- Definition Classes
- termInfixContext → InfixContext
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: Rhs, rhsEnd: Pos): FinishedInfix
- Attributes
- protected
- Definition Classes
- termInfixContext → 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
- 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(lhsStart: Pos, lhs: Lhs, lhsEnd: Pos, op: Term.Name, targs: collection.immutable.List[Type]): Unit
- Definition Classes
- InfixContext
- def reduceStack(stack: collection.immutable.List[UnfinishedInfix], curr: Rhs, currEnd: Pos, op: Option[Term.Name]): Lhs
- Definition Classes
- InfixContext
- var stack: collection.immutable.List[UnfinishedInfix]
- Definition Classes
- InfixContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLhs(rhs: Rhs): Lhs
- Definition Classes
- termInfixContext → InfixContext
- def toRhs(fin: FinishedInfix): Rhs
- Definition Classes
- termInfixContext → InfixContext
- 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()