slyce.parse.Expression$
See theExpression companion trait
object Expression
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Expression.type
Members list
Type members
Classlikes
final case class Leaf[+Operand](operand: Operand) extends Expression[Operand, Nothing]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class Node[+Operand, +Operator](left: Expression[Operand, Operator], op: Operator, right: Expression[Operand, Operator]) extends Expression[Operand, Operator]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def apply[Operand, Operator](left: Expression[Operand, Operator], op: Operator, right: Expression[Operand, Operator]): Expression[Operand, Operator]
In this article