org.kiama.example.oberon0.L1

source

package source

Visibility
  1. Public
  2. All

Type Members

  1. case class IfStatement(cond: Expression, block: Block, elsifs: Seq[(Expression, Block)], optelse: Option[Block]) extends Statement with Product with Serializable

    Conditional statements containing a main expression and then block, zero or more else if blocks, and an optional else block.

  2. trait SourcePrettyPrinter extends L0.source.SourcePrettyPrinter

  3. case class WhileStatement(cond: Expression, block: Block) extends Statement with Product with Serializable

    While statements.

Ungrouped