Uses of Interface
com.regnosys.rosetta.rosetta.expression.RosettaLiteral
Packages that use RosettaLiteral
Package
Description
-
Uses of RosettaLiteral in com.regnosys.rosetta.rosetta.expression
Subinterfaces of RosettaLiteral in com.regnosys.rosetta.rosetta.expressionModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Rosetta Boolean Literal'.interfaceA representation of the model object 'Rosetta Int Literal'.interfaceA representation of the model object 'Rosetta Number Literal'.interfaceA representation of the model object 'Rosetta Pattern Literal'.interfaceA representation of the model object 'Rosetta String Literal'. -
Uses of RosettaLiteral in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement RosettaLiteralModifier and TypeClassDescriptionclassAn implementation of the model object 'Rosetta Boolean Literal'.classAn implementation of the model object 'Rosetta Int Literal'.classAn implementation of the model object 'Rosetta Number Literal'.classAn implementation of the model object 'Rosetta Pattern Literal'.classAn implementation of the model object 'Rosetta String Literal'. -
Uses of RosettaLiteral in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type RosettaLiteralModifier and TypeMethodDescriptionExpressionSwitch.caseRosettaLiteral(RosettaLiteral object) Returns the result of interpreting the object as an instance of 'Rosetta Literal'. -
Uses of RosettaLiteral in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type RosettaLiteralModifier and TypeMethodDescriptionprotected ReturnRosettaExpressionSwitch.doSwitch(RosettaLiteral expr, Context context)