case classIntegerValue(ident: String, tipe: Type, value: Int) extends Entity with NamedEntity with Builtin with Product with Serializable
A built-in value of some type that is represented by a particular integer
value. The type does not have to be INTEGER. In other words, this value
cannot be defined using a constant declaration so the compiler has to
have special knowledge of them.
Linear Supertypes
Serializable, Serializable, Product, Equals, Builtin, SymbolTable.NamedEntity, SymbolTable.Named, SymbolTable.Entity, AnyRef, Any
A built-in value of some type that is represented by a particular integer value. The type does not have to be INTEGER. In other words, this value cannot be defined using a constant declaration so the compiler has to have special knowledge of them.