StatementNoneEmpty

ostrat.pParse.StatementNoneEmpty
case class StatementNoneEmpty(expr: Expr, optSemi: Option[SemicolonToken]) extends Statement, TextSpanCompound

An un-claused Statement that is not the empty statement.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Statement
trait TextSpan
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

override def endPosn: TextPosn

Attributes

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

Not sure what this is meant to be doing, or whether it can be removed.

Not sure what this is meant to be doing, or whether it can be removed.

Attributes

Inherited from:
Statement

The statement has semicolon as end

The statement has semicolon as end

Attributes

Inherited from:
Statement
def intSettingExpr(settingNum: Int): EMon[AssignMemExpr]

Returns the right expression if this Statement is an IntSetting of the given name.

Returns the right expression if this Statement is an IntSetting of the given name.

Attributes

Inherited from:
Statement

The statement has no semicolon at end.

The statement has no semicolon at end.

Attributes

Inherited from:
Statement

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def settingExpr(settingName: String): EMon[AssignMemExpr]

Returns the right expression if this Statement is a setting of the given name.

Returns the right expression if this Statement is a setting of the given name.

Attributes

Inherited from:
Statement
override def startPosn: TextPosn

Attributes

Definition Classes
Inherited from:
TextSpanCompound