ExprSeq

ostrat.pParse.ExprSeq
trait ExprSeq extends ColonMemExpr

An ExprSeq can be a sequence of Statements or a Sequence of Clauses.

Attributes

Graph
Supertypes
trait ColonMemExpr
trait ColonOpMem
trait AssignMem
trait Expr
trait StatementMem
trait BlockMem
trait TextSpan
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

def exprs: RArr[Expr]

Inherited methods

Attributes

Inherited from:
TextSpan

Attributes

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

Attributes

Inherited from:
Expr

Attributes

Inherited from:
TextSpan

Attributes

Inherited from:
AssignMemExpr