ostrat.pParse.StatementEmpty
See theStatementEmpty companion object
case class StatementEmpty(st: SemicolonToken) extends Statement, TextSpanCompound
The Semicolon of the Empty statement is the expression of this special case of the unclaused statement
Attributes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
The expression value of this Statement.
The opt semicolon token.
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- TextSpanCompound
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
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.
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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
Attributes
- Definition Classes
- Inherited from:
- TextSpanCompound
In this article