Uses of Interface
dev.civl.sarl.IF.type.SymbolicMapType
Packages that use SymbolicMapType
Package
Description
This package and its subpackages provide the "public interface" to SARL.
Internal interface for the "type" module, providing a
SymbolicTypeFactory
for producing SymbolicType
s.-
Uses of SymbolicMapType in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return SymbolicMapTypeModifier and TypeMethodDescriptionCoreUniverse.mapType(SymbolicType keyType, SymbolicType valueType) Under construction.Methods in dev.civl.sarl.IF with parameters of type SymbolicMapTypeModifier and TypeMethodDescriptionCoreUniverse.emptyMap(SymbolicMapType mapType) CoreUniverse.entryType(SymbolicMapType mapType) Returns a tuple type which has two components: component 0 is the key type of the map type; component 1 is the value type of the map type. -
Uses of SymbolicMapType in dev.civl.sarl.type.IF
Methods in dev.civl.sarl.type.IF that return SymbolicMapTypeModifier and TypeMethodDescriptionSymbolicTypeFactory.mapType(SymbolicType keyType, SymbolicType valueType) Methods in dev.civl.sarl.type.IF with parameters of type SymbolicMapType