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 Serializabletrait Producttrait Equalstrait TextSpanCompoundtrait Statementtrait TextSpanclass Objecttrait Matchableclass AnyShow all
Members list
Value members
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