Uses of Interface
dev.civl.abc.ast.type.IF.StandardBasicType
Packages that use StandardBasicType
Package
Description
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of StandardBasicType in dev.civl.abc.ast.type.IF
Subinterfaces of StandardBasicType in dev.civl.abc.ast.type.IFModifier and TypeInterfaceDescriptioninterfaceThe floating types come in four kinds:float,double,long double, representing increasing precision, and "real", a CIVL-C type denoted$realrepresenting the mathematical real numbers.interfaceThe 5 "standard" signed integer types.Methods in dev.civl.abc.ast.type.IF that return StandardBasicTypeModifier and TypeMethodDescriptionTypeFactory.basicType(StandardBasicType.BasicTypeKind kind) Returns an instance of BasicType representing the type of the given basic type kind and qualified as specified.