Clause

ostrat.pParse.Clause
case class Clause(expr: ClauseMemExpr, optComma: Option[CommaToken]) extends TextSpan

Statements in RCON can be unclaused or multi comma separated. The empty Clause just contains a comma. The comma at the end of the last Clause of a Statement is optional.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TextSpan
class Object
trait Matchable
class Any
Show all
Known subtypes
class EmptyClause

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product