BracketedStatements

ostrat.pParse.BracketedStatements
case class BracketedStatements(statements: RArr[Statement], braces: Braces, startBracket: TextPosn, endBracket: TextPosn) extends BlockStatements

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ExprSeq
trait ClauseMem
trait AssignMem
trait Expr
trait BlockMem
trait TextSpan
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
BlockStatements
override def endPosn: TextPosn

Attributes

Definition Classes
Inherited from:
TextSpanCompound
def exprParseErr[A](implicit ev: Unshow[A]): EMon[A]

Attributes

Inherited from:
Expr

Attributes

Inherited from:
BlockStatements

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
BlockStatements
override def startPosn: TextPosn

Attributes

Definition Classes
Inherited from:
TextSpanCompound