Package dev.cel.expr

Interface Explain.ExprStepOrBuilder

    • Method Detail

      • getId

        long getId()
         ID of corresponding Expr node.
         
        int64 id = 1;
        Returns:
        The id.
      • getValueIndex

        int getValueIndex()
         Index of the value in the values list.
         
        int32 value_index = 2;
        Returns:
        The valueIndex.