| Modifier and Type | Method and Description |
|---|---|
ASTOperandBase |
ASTVariable.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVariable.setValue(ASTOperandBase value) |
| Modifier and Type | Method and Description |
|---|---|
ASTOperandArrayBuilder |
ASTOperandArrayBuilder.addItem(ASTOperandBase item) |
ASTOperandFunctionBuilder |
ASTOperandFunctionBuilder.addParameter(ASTOperandBase item) |
ASTOperandFunctionBuilder |
ASTOperandFunctionBuilder.createMapFunction(ASTOperandBase operand) |
ASTOperandFunctionBuilder |
ASTOperandFunctionBuilder.createWhereFunction(ASTOperandBase operand) |
ASTConditionBuilder |
ASTConditionBuilder.withLeftOperand(ASTOperandBase operand) |
ASTConditionBuilder |
ASTConditionBuilder.withRightOperand(ASTOperandBase operand) |
ASTVariableBuilder |
ASTVariableBuilder.withValue(ASTOperandBase value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTCondition |
class |
ASTConditionBase |
class |
ASTConditionGroup |
| Modifier and Type | Method and Description |
|---|---|
ASTOperandBase |
ASTCondition.getLeftOperand() |
ASTOperandBase |
ASTCondition.getRightOperand() |
| Modifier and Type | Method and Description |
|---|---|
ASTCondition |
ASTCondition.setLeftOperand(ASTOperandBase leftOperand) |
ASTCondition |
ASTCondition.setRightOperand(ASTOperandBase rightOperand) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTOperandArray |
class |
ASTOperandFunction |
class |
ASTOperandStatic |
class |
ASTOperandStaticNumber |
class |
ASTOperandStaticString |
class |
ASTOperandValueBase |
class |
ASTOperandVariable |
class |
ASTSemanticOperator |
| Modifier and Type | Field and Description |
|---|---|
protected List<ASTOperandBase> |
ASTOperandFunction.parameters |
| Modifier and Type | Method and Description |
|---|---|
ASTOperandBase |
ASTSemanticOperator.getOperand() |
ASTOperandBase |
ASTSemanticOperator.getSecondOperand() |
| Modifier and Type | Method and Description |
|---|---|
List<ASTOperandBase> |
ASTOperandArray.getItems() |
List<ASTOperandBase> |
ASTOperandFunction.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTOperandArray.add(ASTOperandBase item) |
ASTOperandFunction |
ASTOperandFunction.addParameter(ASTOperandBase parameter) |
protected List<ASTOperandProperty> |
ASTOperandBase.getPreconditionPropertiesFromOperand(ASTOperandBase operand) |
void |
ASTSemanticOperator.setSecondOperand(ASTOperandBase secondOperand,
String value,
String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTOperandArray.setItems(List<ASTOperandBase> items) |
void |
ASTOperandFunction.setParameters(List<ASTOperandBase> parameters) |
| Constructor and Description |
|---|
ASTOperandFunction(String name,
ASTOperandBase... parameters) |
ASTSemanticOperator(DataSemanticOperator operator,
ASTOperandBase operand) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTOperandArithmetical |
| Modifier and Type | Field and Description |
|---|---|
protected ASTOperandBase |
ASTOperandArithmeticalItemBase.operand |
| Modifier and Type | Method and Description |
|---|---|
ASTOperandBase |
ASTOperandArithmeticalItemBase.getOperand() |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTOperandLambdaCondition |
class |
ASTOperandLambdaExpression |
class |
ASTOperandLambdaProperty |
| Modifier and Type | Method and Description |
|---|---|
ASTOperandBase |
ASTOperandLambdaExpression.getOperand() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTOperandLambdaExpression.setOperand(ASTOperandBase operand) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTOperandProperty |
| Modifier and Type | Method and Description |
|---|---|
<S extends ASTAssertionBase,T extends ASTItem,O extends ASTOperandBase> |
ArithmeticOperandAssertion.getAssertion(Class<S> assrt,
Class<T> cls,
Class<O> operandCls,
String name) |
| Constructor and Description |
|---|
OperandAssertion(ASTOperandBase item,
ASTModel ast,
ASTAssertionBase parent) |
Copyright © 2020. All rights reserved.