Package | Description |
---|---|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Modifier and Type | Method and Description |
---|---|
NonScalarTypeDeclaration |
PROJECT_RELATION.getReturnTypeDeclaration() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<NameIdentifier,NonScalarTypeDeclaration> |
GROUPInvocationResultDetails.getGroupAttributes()
Gets The mapping of names of RVA attributes in the result to the set of attributes those RVA's contain from the input expression
|
Modifier and Type | Method and Description |
---|---|
boolean |
NonScalarTypeDeclaration.equalsNonScalarTypeDeclaration(NonScalarTypeDeclaration obj)
Compares this NonScalarTypeDeclaration to another one for equality.
|
static TypeDeclaration |
NonScalarTypeDeclaration.getCommonNonScalarSubTypeDeclaration(NonScalarTypeDeclaration t1,
NonScalarTypeDeclaration t2)
Gets the type declaration that is the declaration for the type that is the least specific subtype for both types given
|
static TypeDeclaration |
NonScalarTypeDeclaration.getCommonNonScalarSuperTypeDeclaration(NonScalarTypeDeclaration t1,
NonScalarTypeDeclaration t2)
Gets the type declaration that is the declaration for the type that is the most specific supertype for both types given
|
Constructor and Description |
---|
GROUPInvocationResultDetails(Heading heading,
java.lang.String predicate,
java.util.Collection<? extends KeyDef> keySpecifications,
java.util.Set<NameIdentifier> retainedAttributeNames,
java.util.Map<NameIdentifier,NonScalarTypeDeclaration> groupAttributes,
boolean keyRetainedAfterGroup)
Creates the GROUPInvocationResultDetails
|