Packages

package c

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: Seq[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. trait CPrettyPrinter extends L1.c.CPrettyPrinter
  6. case class CStrExp (s: String) extends CExpression with Product with Serializable

    C string expressions.

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

    C void type.

Ungrouped