Uses of Class
com.regnosys.rosetta.types.builtin.RStringType
Packages that use RStringType
Package
Description
-
Uses of RStringType in com.regnosys.rosetta.generator.java.types
Methods in com.regnosys.rosetta.generator.java.types with parameters of type RStringTypeModifier and TypeMethodDescriptionJavaTypeTranslator.caseStringType(RStringType type, Void context) -
Uses of RStringType in com.regnosys.rosetta.interpreter
Methods in com.regnosys.rosetta.interpreter with parameters of type RStringTypeModifier and TypeMethodDescriptionprotected RosettaValueRosettaValueFactory.caseStringType(RStringType type, List<?> context) -
Uses of RStringType in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types that return RStringTypeModifier and TypeMethodDescriptionTypeFactory.constrainedString(int minLength, int maxLength) TypeFactory.constrainedString(PositiveIntegerInterval interval, Optional<Pattern> pattern) TypeFactory.constrainedString(Optional<Integer> minLength, Optional<Integer> maxLength, Optional<Pattern> pattern) -
Uses of RStringType in com.regnosys.rosetta.types.builtin
Fields in com.regnosys.rosetta.types.builtin declared as RStringTypeMethods in com.regnosys.rosetta.types.builtin that return RStringTypeModifier and TypeMethodDescriptionstatic RStringTypeRStringType.from(Map<String, RosettaValue> values) RStringType.join(RStringType other) Methods in com.regnosys.rosetta.types.builtin with parameters of type RStringType -
Uses of RStringType in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing with parameters of type RStringTypeModifier and TypeMethodDescriptionprotected RTypeRosettaTypingAuxiliary.applyAuxFunJoin(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RStringType t1, RStringType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.applyRuleSString(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RStringType t1, RStringType t2) protected RTypeRosettaTypingAuxiliary.joinImpl(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RStringType t1, RStringType t2) protected org.eclipse.xsemantics.runtime.Result<Boolean>RosettaTyping.subtypeImpl(org.eclipse.xsemantics.runtime.RuleEnvironment G, org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RStringType t1, RStringType t2) -
Uses of RStringType in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type RStringTypeModifier and TypeMethodDescriptionprotected abstract ReturnRosettaTypeSwitch.caseStringType(RStringType type, Context context)