Package | Description |
---|---|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScalarTypeDeclaration.equalsScalarTypeDeclaration(ScalarTypeDeclaration obj)
Checks whether this ScalarTypeDeclaration equals the one in obj.
|
static TypeDeclaration |
ScalarTypeDeclaration.getCommonScalarSubTypeDeclaration(ScalarTypeDeclaration t1,
ScalarTypeDeclaration t2)
Gets a declaration object for the least specific common subtype between t1 and t2
|
static TypeDeclaration |
ScalarTypeDeclaration.getCommonScalarSuperTypeDeclaration(ScalarTypeDeclaration typeDeclaration1,
ScalarTypeDeclaration typeDeclaration2)
Gets A TypeDeclaration object for the type that is the most specific common supertype between the two types given
|