Uses of Interface
com.regnosys.rosetta.rosetta.expression.ModifiableBinaryOperation
Packages that use ModifiableBinaryOperation
Package
Description
-
Uses of ModifiableBinaryOperation in com.regnosys.rosetta.rosetta.expression
Subinterfaces of ModifiableBinaryOperation in com.regnosys.rosetta.rosetta.expressionModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Comparison Operation'.interfaceA representation of the model object 'Equality Operation'. -
Uses of ModifiableBinaryOperation in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement ModifiableBinaryOperationModifier and TypeClassDescriptionclassAn implementation of the model object 'Comparison Operation'.classAn implementation of the model object 'Equality Operation'. -
Uses of ModifiableBinaryOperation in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type ModifiableBinaryOperationModifier and TypeMethodDescriptionExpressionSwitch.caseModifiableBinaryOperation(ModifiableBinaryOperation object) Returns the result of interpreting the object as an instance of 'Modifiable Binary Operation'. -
Uses of ModifiableBinaryOperation in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types with parameters of type ModifiableBinaryOperationModifier and TypeMethodDescriptionTypeValidationUtil.bothAreSingularMessage(ModifiableBinaryOperation op) -
Uses of ModifiableBinaryOperation in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing with parameters of type ModifiableBinaryOperationModifier and TypeMethodDescriptionprotected BooleanRosettaTypingChecking.applyAuxFunLooseOnlyRightIsSingularCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, ModifiableBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.applyAuxFunOnlyRightIsSingularCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, ModifiableBinaryOperation sourceObject) RosettaTypingChecking.looseOnlyRightIsSingularCheck(ModifiableBinaryOperation sourceObject) RosettaTypingChecking.looseOnlyRightIsSingularCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, ModifiableBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.looseOnlyRightIsSingularCheckImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, ModifiableBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.looseOnlyRightIsSingularCheckInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, ModifiableBinaryOperation sourceObject) protected voidRosettaTypingChecking.looseOnlyRightIsSingularCheckThrowException(String _error, String _issue, Exception _ex, ModifiableBinaryOperation sourceObject, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) RosettaTypingChecking.onlyRightIsSingularCheck(ModifiableBinaryOperation sourceObject) RosettaTypingChecking.onlyRightIsSingularCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, ModifiableBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.onlyRightIsSingularCheckImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, ModifiableBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.onlyRightIsSingularCheckInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, ModifiableBinaryOperation sourceObject) protected voidRosettaTypingChecking.onlyRightIsSingularCheckThrowException(String _error, String _issue, Exception _ex, ModifiableBinaryOperation sourceObject, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) -
Uses of ModifiableBinaryOperation in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type ModifiableBinaryOperationModifier and TypeMethodDescriptionprotected ReturnRosettaExpressionSwitch.doSwitch(ModifiableBinaryOperation expr, Context context) -
Uses of ModifiableBinaryOperation in com.regnosys.rosetta.validation
Methods in com.regnosys.rosetta.validation with parameters of type ModifiableBinaryOperationModifier and TypeMethodDescriptionvoidRosettaSimpleValidator.checkExpressionCardinality(ModifiableBinaryOperation binOp)