Class UcaFunctionNode

    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • UcaFunctionNode

        public UcaFunctionNode()
        Constructs an empty result node.
      • UcaFunctionNode

        public UcaFunctionNode​(ExpressionNode arg,
                               String locale)
        Create an UCA node with a specific locale.
        Parameters:
        arg - The argument for this function.
        locale - The locale to use.
      • UcaFunctionNode

        public UcaFunctionNode​(ExpressionNode arg,
                               String locale,
                               String strength)
        Create an UCA node with a specific locale and strength setting.
        Parameters:
        arg - The argument for this function.
        locale - The locale to use.
        strength - The strength setting to use.