org.kiama.example.oberon0.L4

c

package c

Visibility
  1. Public
  2. All

Type Members

  1. case class CFieldExp(record: CExpression, field: String) extends CExpression with Product with Serializable

    C record field access expressions.

  2. case class CIndexExp(array: CExpression, index: CExpression) extends CExpression with Product with Serializable

    C array index expressions.

  3. trait CPrettyPrinter extends L3.c.CPrettyPrinter

  4. case class CRecordType(fields: Seq[CVarDecl]) extends CType with Product with Serializable

    C record types.

Ungrouped