ImmutableRuleExpressionCompilerError |
ImmutableRuleExpressionCompilerError.Builder.build() |
|
static ImmutableRuleExpressionCompilerError |
ImmutableRuleExpressionCompilerError.copyOf(RuleExpressionCompilerError instance) |
|
static ImmutableRuleExpressionCompilerError |
ImmutableRuleExpressionCompilerError.of(String errorCode,
Span span) |
Construct a new immutable RuleExpressionCompilerError instance.
|
ImmutableRuleExpressionCompilerError |
ImmutableRuleExpressionCompilerError.withArgs(Object[] value) |
Copy the current immutable object by setting a present value for the optional args attribute.
|
ImmutableRuleExpressionCompilerError |
ImmutableRuleExpressionCompilerError.withArgs(Optional<? extends Object[]> optional) |
Copy the current immutable object by setting an optional value for the args attribute.
|
ImmutableRuleExpressionCompilerError |
ImmutableRuleExpressionCompilerError.withErrorCode(String value) |
Copy the current immutable object by setting a value for the errorCode attribute.
|
ImmutableRuleExpressionCompilerError |
ImmutableRuleExpressionCompilerError.withSpan(Span value) |
Copy the current immutable object by setting a value for the span attribute.
|