org.kiama.example.oberon0.L3

c

package c

Visibility
  1. Public
  2. All

Type Members

  1. case class CAddrExp (exp: CExpression) extends CUnaryExpression with Product with Serializable

    C address-of expressions.

  2. case class CAddrType (basetype: CType) extends CType with Product with Serializable

    C reference type.

  3. case class CCall (s: String, ps: List[CExpression]) extends CStatement with Product with Serializable

    C call statements.

  4. case class CDerefExp (exp: CExpression) extends CUnaryExpression with Product with Serializable

    C dereference expressions.

  5. case class CStrExp (s: String) extends CExpression with Product with Serializable

    C string expressions.

  6. case class CVoidType () extends CType with Product with Serializable

    C void type.

  7. trait PrettyPrinter extends PrettyPrinter