Uses of Interface
com.regnosys.rosetta.rosetta.expression.RosettaBinaryOperation
Packages that use RosettaBinaryOperation
Package
Description
-
Uses of RosettaBinaryOperation in com.regnosys.rosetta.generator.java.expression
Methods in com.regnosys.rosetta.generator.java.expression with parameters of type RosettaBinaryOperationModifier and TypeMethodDescriptionorg.eclipse.xtend2.lib.StringConcatenationClientExpressionGenerator.toNodeLabel(RosettaBinaryOperation binOp) -
Uses of RosettaBinaryOperation in com.regnosys.rosetta.rosetta.expression
Subinterfaces of RosettaBinaryOperation in com.regnosys.rosetta.rosetta.expressionModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Arithmetic Operation'.interfaceA representation of the model object 'Comparison Operation'.interfaceA representation of the model object 'Default Operation'.interfaceA representation of the model object 'Equality Operation'.interfaceA representation of the model object 'Join Operation'.interfaceA representation of the model object 'Logical Operation'.interfaceA representation of the model object 'Modifiable Binary Operation'.interfaceA representation of the model object 'Rosetta Contains Expression'.interfaceA representation of the model object 'Rosetta Disjoint Expression'. -
Uses of RosettaBinaryOperation in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement RosettaBinaryOperationModifier and TypeClassDescriptionclassAn implementation of the model object 'Arithmetic Operation'.classAn implementation of the model object 'Comparison Operation'.classAn implementation of the model object 'Default Operation'.classAn implementation of the model object 'Equality Operation'.classAn implementation of the model object 'Join Operation'.classAn implementation of the model object 'Logical Operation'.classAn implementation of the model object 'Rosetta Contains Expression'.classAn implementation of the model object 'Rosetta Disjoint Expression'. -
Uses of RosettaBinaryOperation in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type RosettaBinaryOperationModifier and TypeMethodDescriptionExpressionSwitch.caseRosettaBinaryOperation(RosettaBinaryOperation object) Returns the result of interpreting the object as an instance of 'Rosetta Binary Operation'. -
Uses of RosettaBinaryOperation in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing with parameters of type RosettaBinaryOperationModifier and TypeMethodDescriptionprotected BooleanRosettaTypingChecking.applyAuxFunComparableListTypeCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.applyAuxFunComparableTypeCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaBinaryOperation sourceObject) RosettaTypingChecking.comparableListTypeCheck(RosettaBinaryOperation sourceObject) RosettaTypingChecking.comparableListTypeCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.comparableListTypeCheckImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.comparableListTypeCheckInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaBinaryOperation sourceObject) protected voidRosettaTypingChecking.comparableListTypeCheckThrowException(String _error, String _issue, Exception _ex, RosettaBinaryOperation sourceObject, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) RosettaTypingChecking.comparableTypeCheck(RosettaBinaryOperation sourceObject) RosettaTypingChecking.comparableTypeCheck(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.comparableTypeCheckImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaBinaryOperation sourceObject) protected BooleanRosettaTypingChecking.comparableTypeCheckInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaBinaryOperation sourceObject) protected voidRosettaTypingChecking.comparableTypeCheckThrowException(String _error, String _issue, Exception _ex, RosettaBinaryOperation sourceObject, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) -
Uses of RosettaBinaryOperation in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type RosettaBinaryOperationModifier and TypeMethodDescriptionprotected ReturnRosettaExpressionSwitch.doSwitch(RosettaBinaryOperation expr, Context context) -
Uses of RosettaBinaryOperation in com.regnosys.rosetta.validation
Methods in com.regnosys.rosetta.validation with parameters of type RosettaBinaryOperationModifier and TypeMethodDescriptionvoidRosettaSimpleValidator.checkBinaryParamsRightTypes(RosettaBinaryOperation binOp)