Expr

ostrat.pParse.Expr
trait Expr extends BlockMem with StatementMem

The fundamental expression trait. As it currently stands properly formed Statements either is empty or contains an expression or a sequence of clauses that contain each contain an expression.

Attributes

Graph
Supertypes
trait BlockMem
trait TextSpan
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Concrete methods

def exprParseErr[A](implicit ev: Unshow[A]): EMon[A]

Inherited methods

Attributes

Inherited from:
TextSpan

Attributes

Inherited from:
TextSpan