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. case class CRecordType(fields: List[CVarDecl]) extends CType with Product with Serializable

    C record types.

  4. trait PrettyPrinter extends L3.c.PrettyPrinter

No Group