|
kiama 0.9.0 API
|
|
object
PredefinedTypes
extends AnyRef| Value Summary | |
val
|
booleanType
: scala.PartialFunction[Attributable, PrimitiveDecl]
Make the boolean type available.
syn lazy PrimitiveDecl Program.booleanType() = (PrimitiveDecl) localLookup("boolean");
inh PrimitiveDecl BooleanLiteral.booleanType();
inh PrimitiveDecl WhileStmt.booleanType();
inh PrimitiveDecl Decl.booleanType();
eq Program.getBlock().booleanType() = booleanType();
eq Program.getPredefinedType().booleanType() = booleanType();
|
val
|
getPredefinedTypeList : scala.PartialFunction[Program, scala.Seq[TypeDecl]] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
val
getPredefinedTypeList : scala.PartialFunction[Program, scala.Seq[TypeDecl]]
val
booleanType : scala.PartialFunction[Attributable, PrimitiveDecl]
|
kiama 0.9.0 API
|
|