接口 OuterExpression.Case.WhenThenOrBuilder

    • 方法详细资料

      • hasWhenExpression

        boolean hasWhenExpression()
        .common.Expression when_expression = 1;
        返回:
        Whether the whenExpression field is set.
      • getWhenExpression

        OuterExpression.Expression getWhenExpression()
        .common.Expression when_expression = 1;
        返回:
        The whenExpression.
      • hasThenResultExpression

        boolean hasThenResultExpression()
        .common.Expression then_result_expression = 2;
        返回:
        Whether the thenResultExpression field is set.
      • getThenResultExpression

        OuterExpression.Expression getThenResultExpression()
        .common.Expression then_result_expression = 2;
        返回:
        The thenResultExpression.