Make the boolean type available.
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();