Package it.unive.lisa.type
-
Interface Summary Interface Description ArrayType Array type interface.BooleanType Boolean type interface.NumericType Numeric type interface.PointerType Pointer type interface.StringType String type interface.Type Type interface.UnitType Interface for types that are introduced by aCompilationUnit. -
Class Summary Class Description NullType The Null type, that is the type of {#link NullLiteral}.TypeTokenType The type of type tokens, used as reference to types in code.Untyped The untyped type, corresponding to an unknown/untyped type.VoidType The void type.