Uses of Class
com.regnosys.rosetta.types.builtin.RNumberType
Packages that use RNumberType
Package
Description
-
Uses of RNumberType in com.regnosys.rosetta.generator.java.types
Methods in com.regnosys.rosetta.generator.java.types with parameters of type RNumberTypeModifier and TypeMethodDescriptionprotected JavaTypeJavaTypeTranslator.caseNumberType(RNumberType type, Void context) -
Uses of RNumberType in com.regnosys.rosetta.interpreter
Methods in com.regnosys.rosetta.interpreter with parameters of type RNumberTypeModifier and TypeMethodDescriptionprotected RosettaValueRosettaValueFactory.caseNumberType(RNumberType type, List<?> context) -
Uses of RNumberType in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types that return RNumberTypeModifier and TypeMethodDescriptionTypeFactory.constrainedNumber(int digits, int fractionalDigits, String min, String max) TypeFactory.constrainedNumber(int digits, int fractionalDigits, BigDecimal min, BigDecimal max) TypeFactory.constrainedNumber(Optional<Integer> digits, Optional<Integer> fractionalDigits, BigDecimalInterval interval, Optional<BigDecimal> scale) TypeFactory.constrainedNumber(Optional<Integer> digits, Optional<Integer> fractionalDigits, Optional<BigDecimal> min, Optional<BigDecimal> max, Optional<BigDecimal> scale) -
Uses of RNumberType in com.regnosys.rosetta.types.builtin
Fields in com.regnosys.rosetta.types.builtin declared as RNumberTypeMethods in com.regnosys.rosetta.types.builtin that return RNumberTypeModifier and TypeMethodDescriptionstatic RNumberTypeRNumberType.from(Map<String, RosettaValue> values) RNumberType.join(RNumberType other) Methods in com.regnosys.rosetta.types.builtin with parameters of type RNumberType -
Uses of RNumberType in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing with parameters of type RNumberTypeModifier and TypeMethodDescriptionprotected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RNumberType t1, RNumberType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.applyRuleSNumber(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RNumberType t1, RNumberType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RNumberType t1, RNumberType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtypeImpl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RNumberType t1, RNumberType t2) -
Uses of RNumberType in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type RNumberTypeModifier and TypeMethodDescriptionprotected abstract ReturnRosettaTypeSwitch.caseNumberType(RNumberType type, Context context)