Uses of Class
com.regnosys.rosetta.types.RType
Packages that use RType
Package
Description
-
Uses of RType in com.regnosys.rosetta
Methods in com.regnosys.rosetta with parameters of type RTypeModifier and TypeMethodDescriptionIterable<? extends RosettaFeature>RosettaExtensions.allFeatures(RType t, org.eclipse.emf.ecore.EObject context) Iterable<? extends RosettaFeature>RosettaExtensions.allFeatures(RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) -
Uses of RType in com.regnosys.rosetta.generator.java.expression
Methods in com.regnosys.rosetta.generator.java.expression with parameters of type RTypeModifier and TypeMethodDescriptionExpressionGenerator.featureCall(JavaStatementBuilder receiverCode, RType receiverType, RosettaFeature feature, boolean isDeepFeature, JavaScope scope, boolean autoValue) -
Uses of RType in com.regnosys.rosetta.generator.java.types
Methods in com.regnosys.rosetta.generator.java.types with parameters of type RTypeModifier and TypeMethodDescriptionJavaTypeTranslator.toJavaReferenceType(RType type) JavaTypeTranslator.toJavaType(RType type) JavaTypeTranslator.toListOrSingleJavaType(RType type, boolean isMany) JavaTypeTranslator.toPolymorphicListOrSingleJavaType(RType type, boolean isMany) Method parameters in com.regnosys.rosetta.generator.java.types with type arguments of type RTypeModifier and TypeMethodDescriptionJavaTypeTranslator.toJavaReferenceType(Optional<RType> type) JavaTypeTranslator.toJavaType(Optional<RType> type) -
Uses of RType in com.regnosys.rosetta.generator.util
Methods in com.regnosys.rosetta.generator.util with parameters of type RTypeModifier and TypeMethodDescriptionprotected booleanRosettaFunctionExtensions._needsBuilder(RType type) -
Uses of RType in com.regnosys.rosetta.interpreter
Methods in com.regnosys.rosetta.interpreter with parameters of type RTypeModifier and TypeMethodDescriptionRosettaValueFactory.createOfType(RType type, Object item) RosettaValueFactory.createOfType(RType type, List<?> items) -
Uses of RType in com.regnosys.rosetta.types
Subclasses of RType in com.regnosys.rosetta.typesModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in com.regnosys.rosetta.types that return RTypeModifier and TypeMethodDescriptionprotected RTypeRosettaTypeProvider.caseAbsentOperation(RosettaAbsentExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseAddOperation(ArithmeticOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseAndOperation(LogicalOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseAsKeyOperation(AsKeyOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseBooleanLiteral(RosettaBooleanLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseChoiceOperation(ChoiceOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseConditionalExpression(RosettaConditionalExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseConstructorExpression(RosettaConstructorExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseContainsOperation(RosettaContainsExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseCountOperation(RosettaCountOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDeepFeatureCall(RosettaDeepFeatureCall expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDefaultOperation(DefaultOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDisjointOperation(RosettaDisjointExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDistinctOperation(DistinctOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDivideOperation(ArithmeticOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseEqualsOperation(EqualityOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseExistsOperation(RosettaExistsExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseFeatureCall(RosettaFeatureCall expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseFilterOperation(FilterOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseFirstOperation(FirstOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseFlattenOperation(FlattenOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseGreaterThanOperation(ComparisonOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseGreaterThanOrEqualOperation(ComparisonOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseImplicitVariable(RosettaImplicitVariable expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseIntLiteral(RosettaIntLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseJoinOperation(JoinOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseLastOperation(LastOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseLessThanOperation(ComparisonOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseLessThanOrEqualOperation(ComparisonOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseListLiteral(ListLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseMapOperation(MapOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseMaxOperation(MaxOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseMinOperation(MinOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseMultiplyOperation(ArithmeticOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseNotEqualsOperation(EqualityOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseNumberLiteral(RosettaNumberLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseOneOfOperation(OneOfOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseOnlyElementOperation(RosettaOnlyElement expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseOnlyExists(RosettaOnlyExistsExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseOrOperation(LogicalOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseReduceOperation(ReduceOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseReverseOperation(ReverseOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseSortOperation(SortOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseStringLiteral(RosettaStringLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseSubtractOperation(ArithmeticOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseSumOperation(SumOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseSymbolReference(RosettaSymbolReference expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseThenOperation(ThenOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToDateOperation(ToDateOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToDateTimeOperation(ToDateTimeOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToEnumOperation(ToEnumOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToIntOperation(ToIntOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToNumberOperation(ToNumberOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToStringOperation(ToStringOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToTimeOperation(ToTimeOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToZonedDateTimeOperation(ToZonedDateTimeOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) abstract RTypeRTypeFunction.evaluate(Map<String, RosettaValue> arguments) RosettaExpectedTypeProvider.getExpectedType(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EReference reference) RosettaExpectedTypeProvider.getExpectedType(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EReference reference, int idx) RListType.getItemType()RAliasType.getRefersTo()RAttribute.getRType()RosettaTypeProvider.getRType(RosettaExpression expression) RosettaTypeProvider.getRTypeOfAttributeReference(RosettaAttributeReferenceSegment seg) RosettaTypeProvider.getRTypeOfFeature(RosettaFeature feature) RosettaTypeProvider.getRTypeOfSymbol(RosettaSymbol feature) TypeSystem.getRulesInputType(Data data, Optional<RosettaExternalRuleSource> source) TypeSystem.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaOperators.resultType(String op, RType left, RType right) TypeSystem.stripFromTypeAliases(RType t) TypeSystem.typeCallToRType(TypeCall typeCall) TypeSystem.typeCallToRType(TypeCall typeCall, RosettaInterpreterContext context) RosettaTypeProvider.typeOfImplicitVariable(org.eclipse.emf.ecore.EObject context) Methods in com.regnosys.rosetta.types with parameters of type RTypeModifier and TypeMethodDescriptionTypeFactory.createListType(RType itemType, int inf) TypeFactory.createListType(RType itemType, int inf, int sup) TypeFactory.createListType(RType itemType, RosettaCardinality constraint) booleanTypeSystem.isComparable(RType t1, RType t2) booleanTypeSystem.isSubtypeOf(RType sub, RType sup) TypeSystem.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) TypeValidationUtil.notASubtypeMessage(RType expected, RType actual) TypeValidationUtil.notComparableMessage(RType left, RType right) TypeValidationUtil.relevantItemTypeDescription(RListType t, RType context) TypeValidationUtil.relevantItemTypeDescription(RType t, RType context) RosettaOperators.resultType(String op, RType left, RType right) TypeSystem.stripFromTypeAliases(RType t) TypeValidationUtil.toCompleteDescription(RListType t, RType context) TypeValidationUtil.toShortDescription(RListType t, RType context) Method parameters in com.regnosys.rosetta.types with type arguments of type RTypeModifier and TypeMethodDescriptionprotected RTypeRosettaTypeProvider.caseAbsentOperation(RosettaAbsentExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseAddOperation(ArithmeticOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseAndOperation(LogicalOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseAsKeyOperation(AsKeyOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseBooleanLiteral(RosettaBooleanLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseChoiceOperation(ChoiceOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseConditionalExpression(RosettaConditionalExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseConstructorExpression(RosettaConstructorExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseContainsOperation(RosettaContainsExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseCountOperation(RosettaCountOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDeepFeatureCall(RosettaDeepFeatureCall expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDefaultOperation(DefaultOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDisjointOperation(RosettaDisjointExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDistinctOperation(DistinctOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseDivideOperation(ArithmeticOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseEqualsOperation(EqualityOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseExistsOperation(RosettaExistsExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseFeatureCall(RosettaFeatureCall expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseFilterOperation(FilterOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseFirstOperation(FirstOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseFlattenOperation(FlattenOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseGreaterThanOperation(ComparisonOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseGreaterThanOrEqualOperation(ComparisonOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseImplicitVariable(RosettaImplicitVariable expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseIntLiteral(RosettaIntLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseJoinOperation(JoinOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseLastOperation(LastOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseLessThanOperation(ComparisonOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseLessThanOrEqualOperation(ComparisonOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseListLiteral(ListLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseMapOperation(MapOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseMaxOperation(MaxOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseMinOperation(MinOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseMultiplyOperation(ArithmeticOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseNotEqualsOperation(EqualityOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseNumberLiteral(RosettaNumberLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseOneOfOperation(OneOfOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseOnlyElementOperation(RosettaOnlyElement expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseOnlyExists(RosettaOnlyExistsExpression expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseOrOperation(LogicalOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseReduceOperation(ReduceOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseReverseOperation(ReverseOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseSortOperation(SortOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseStringLiteral(RosettaStringLiteral expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseSubtractOperation(ArithmeticOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseSumOperation(SumOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseSymbolReference(RosettaSymbolReference expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseThenOperation(ThenOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToDateOperation(ToDateOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToDateTimeOperation(ToDateTimeOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToEnumOperation(ToEnumOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToIntOperation(ToIntOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToNumberOperation(ToNumberOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToStringOperation(ToStringOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToTimeOperation(ToTimeOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) protected RTypeRosettaTypeProvider.caseToZonedDateTimeOperation(ToZonedDateTimeOperation expr, Map<org.eclipse.emf.ecore.EObject, RType> context) static RTypeFunctionRTypeFunction.create(DottedPath namespace, String name, Function<Map<String, RosettaValue>, RType> evaluate, Function<RType, Optional<LinkedHashMap<String, RosettaValue>>> reverse) TypeSystem.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) TypeSystem.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) TypeSystem.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) Constructors in com.regnosys.rosetta.types with parameters of type RTypeModifierConstructorDescriptionRAliasType(RTypeFunction typeFunction, LinkedHashMap<String, RosettaValue> params, RType refersTo) RAttribute(String name, String definition, RType rType, List<RAttribute> metaAnnotations, boolean isMulti) RListType(RType itemType, RosettaCardinality constraint) -
Uses of RType in com.regnosys.rosetta.types.builtin
Subclasses of RType in com.regnosys.rosetta.types.builtinModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in com.regnosys.rosetta.types.builtin that return types with arguments of type RTypeModifier and TypeMethodDescriptionRBuiltinTypeService.getType(RosettaType type, Map<String, RosettaValue> params) RBuiltinTypeService.getType(String name, Map<String, RosettaValue> params) Methods in com.regnosys.rosetta.types.builtin with parameters of type RTypeModifier and TypeMethodDescription<T extends RosettaType>
TRBuiltinTypeService.toRosettaType(RType builtinType, Class<T> resultType, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) -
Uses of RType in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing that return RTypeModifier and TypeMethodDescriptionprotected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RBasicType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RAliasType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RNumberType t1, RNumberType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RStringType t1, RStringType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RBasicType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RDataType t1, RDataType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, REnumType t1, REnumType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RBasicType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTyping.applyAuxFunTypeCallToRType(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, TypeCall call, RosettaInterpreterContext context) RosettaTypingAuxiliary.join(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RBasicType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RAliasType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RNumberType t1, RNumberType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RStringType t1, RStringType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RBasicType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RDataType t1, RDataType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, REnumType t1, REnumType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RBasicType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected RTypeRosettaTypingAuxiliary.joinInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) RosettaTypingAuxiliary.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTypingAuxiliary.keepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTyping.typeCallToRType(TypeCall rt, RosettaInterpreterContext context) RosettaTyping.typeCallToRType(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, TypeCall rt, RosettaInterpreterContext context) protected RTypeRosettaTyping.typeCallToRTypeImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, TypeCall call, RosettaInterpreterContext context) protected RTypeRosettaTyping.typeCallToRTypeInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, TypeCall rt, RosettaInterpreterContext context) Methods in com.regnosys.rosetta.typing with parameters of type RTypeModifier and TypeMethodDescriptionIterable<? extends RosettaFeature>RosettaTypingAuxiliary.allFeatures(RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) Iterable<? extends RosettaFeature>RosettaTypingAuxiliary.allFeatures(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) protected Iterable<? extends RosettaFeature>RosettaTypingAuxiliary.allFeaturesImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) protected Iterable<? extends RosettaFeature>RosettaTypingAuxiliary.allFeaturesInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) protected voidRosettaTypingAuxiliary.allFeaturesThrowException(String _error, String _issue, Exception _ex, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) protected Iterable<? extends RosettaFeature>RosettaTypingAuxiliary.applyAuxFunAllFeatures(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) protected BooleanRosettaTyping.applyAuxFunComparable(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RBasicType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected BooleanRosettaTypingChecking.applyAuxFunSubtypeCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaExpression sourceObject, RType expected) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.applyRuleSAliasLeft(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.applyRuleSAliasRight(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.applyRuleSAny(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RBasicType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.applyRuleSNothing(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.applyRuleSRefl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) RosettaTyping.comparable(RType t1, RType t2) RosettaTyping.comparable(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected BooleanRosettaTyping.comparableImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected BooleanRosettaTyping.comparableInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected voidRosettaTyping.comparableThrowException(String _error, String _issue, Exception _ex, RType t1, RType t2, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) RosettaTypingAuxiliary.join(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RBasicType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected RTypeRosettaTypingAuxiliary.joinInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected voidRosettaTypingAuxiliary.joinThrowException(String _error, String _issue, Exception _ex, RType t1, RType t2, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) RosettaTypingAuxiliary.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTypingAuxiliary.keepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected voidRosettaTypingAuxiliary.keepTypeAliasIfPossibleThrowException(String _error, String _issue, Exception _ex, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) org.eclipse.xsemantics.runtime.Result<Boolean>org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtype(org.eclipse.xsemantics.runtime.RuleEnvironment _environment_, RType subtype, RType supertype) org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtype(org.eclipse.xsemantics.runtime.RuleEnvironment _environment_, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType subtype, RType supertype) RosettaTypingChecking.subtypeCheck(RosettaExpression sourceObject, RType expected) RosettaTypingChecking.subtypeCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaExpression sourceObject, RType expected) protected BooleanRosettaTypingChecking.subtypeCheckImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaExpression sourceObject, RType expected) protected BooleanRosettaTypingChecking.subtypeCheckInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaExpression sourceObject, RType expected) protected voidRosettaTypingChecking.subtypeCheckThrowException(String _error, String _issue, Exception _ex, RosettaExpression sourceObject, RType expected, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtypeImpl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RBasicType t1, RType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtypeImpl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtypeImpl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RBasicType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtypeImpl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtypeImpl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtypeInternal(org.eclipse.xsemantics.runtime.RuleEnvironment _environment_, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType subtype, RType supertype) RosettaTyping.subtypeSucceeded(RType subtype, RType supertype) RosettaTyping.subtypeSucceeded(org.eclipse.xsemantics.runtime.RuleEnvironment _environment_, RType subtype, RType supertype) RosettaTyping.subtypeSucceeded(org.eclipse.xsemantics.runtime.RuleEnvironment _environment_, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType subtype, RType supertype) protected voidRosettaTyping.subtypeThrowException(String _error, String _issue, Exception _ex, RType subtype, RType supertype, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) Method parameters in com.regnosys.rosetta.typing with type arguments of type RTypeModifier and TypeMethodDescriptionprotected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.applyAuxFunKeepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTypingAuxiliary.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTypingAuxiliary.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTypingAuxiliary.keepTypeAliasIfPossible(RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTypingAuxiliary.keepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTypingAuxiliary.keepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) RosettaTypingAuxiliary.keepTypeAliasIfPossible(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RAliasType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RAliasType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected RTypeRosettaTypingAuxiliary.keepTypeAliasIfPossibleInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes) protected voidRosettaTypingAuxiliary.keepTypeAliasIfPossibleThrowException(String _error, String _issue, Exception _ex, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) protected voidRosettaTypingAuxiliary.keepTypeAliasIfPossibleThrowException(String _error, String _issue, Exception _ex, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) protected voidRosettaTypingAuxiliary.keepTypeAliasIfPossibleThrowException(String _error, String _issue, Exception _ex, RType t1, RType t2, BiFunction<RType, RType, RType> combineUnderlyingTypes, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) -
Uses of RType in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type RType -
Uses of RType in com.regnosys.rosetta.validation
Fields in com.regnosys.rosetta.validation with type parameters of type RType