ImmutableRuleExpressionCompilerError.Builder |
ImmutableRuleExpressionCompilerError.Builder.args(Object[] args) |
Initializes the optional value args to args.
|
ImmutableRuleExpressionCompilerError.Builder |
ImmutableRuleExpressionCompilerError.Builder.args(Optional<? extends Object[]> args) |
Initializes the optional value args to args.
|
static ImmutableRuleExpressionCompilerError.Builder |
ImmutableRuleExpressionCompilerError.builder() |
|
ImmutableRuleExpressionCompilerError.Builder |
ImmutableRuleExpressionCompilerError.Builder.errorCode(String errorCode) |
Initializes the value for the errorCode attribute.
|
ImmutableRuleExpressionCompilerError.Builder |
ImmutableRuleExpressionCompilerError.Builder.from(RuleExpressionCompilerError instance) |
Fill a builder with attribute values from the provided RuleExpressionCompilerError instance.
|
ImmutableRuleExpressionCompilerError.Builder |
ImmutableRuleExpressionCompilerError.Builder.span(Span span) |
Initializes the value for the span attribute.
|