StatementEmpty

ostrat.pParse.StatementEmpty
See theStatementEmpty companion object

The Semicolon of the Empty statement is the expression of this special case of the unclaused statement

Attributes

Companion
object
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

def asError[A]: Bad[A]
override def endMem: TextSpan

Attributes

Definition Classes
override def expr: ColonMemExpr

The expression value of this Statement.

The expression value of this Statement.

Attributes

Definition Classes
override def optSemi: Option[SemicolonToken]

The opt semicolon token.

The opt semicolon token.

Attributes

Definition Classes
override def startMem: TextSpan

Attributes

Definition Classes

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