Package it.unive.lisa.type
Interface StringType
-
- All Superinterfaces:
Type
- All Known Implementing Classes:
StringType
public interface StringType extends Type
String type interface. Any concrete string type or string sub-interface should implement/extend this interface.
-
-
Method Summary
-
Methods inherited from interface it.unive.lisa.type.Type
allInstances, asArrayType, asBooleanType, asNullType, asNumericType, asPointerType, asStringType, asTypeTokenType, asUnitType, asUntyped, asVoidType, canBeAssignedTo, commonSupertype, isArrayType, isBooleanType, isNullType, isNumericType, isPointerType, isStringType, isTypeTokenType, isUnitType, isUntyped, isVoidType
-
-