public class ASTOperandArithmeticalBuilder extends ASTBuilderBase<ASTOperandArithmeticalBuilder,ASTConditionBuilder,ASTOperandArithmetical>
_self, model, parentBuilder| Constructor and Description |
|---|
ASTOperandArithmeticalBuilder() |
ASTOperandArithmeticalBuilder(ASTConditionBuilder prntBldr) |
ASTOperandArithmeticalBuilder(ASTOperandArithmeticalBuilder prntBldr) |
create, getModel, parent, withSourcepublic ASTOperandArithmeticalBuilder()
public ASTOperandArithmeticalBuilder(ASTConditionBuilder prntBldr)
public ASTOperandArithmeticalBuilder(ASTOperandArithmeticalBuilder prntBldr)
public ASTOperandArithmeticalBuilder parentOperation()
public ASTOperandArithmeticalBuilder withOperation(ASTOperandArithmeticalOperation operation)
public ASTOperandArithmeticalBuilder withOperation(ASTOperandArithmeticalOperation operation, ASTArithmeticalOperator operator)
public ASTOperandArithmeticalBuilder withOperation(ASTOperandArithmeticalOperation operation, ASTArithmeticalOperator operator, String operatorSource)
public ASTOperandArithmeticalBuilder withNumber(double number)
public ASTOperandArithmeticalBuilder withNumber(double number, ASTArithmeticalOperator operator)
public ASTOperandArithmeticalBuilder withNumber(ASTOperandStaticNumber number, ASTArithmeticalOperator operator, String operatorSource)
public ASTOperandArithmeticalBuilder withString(String value)
public ASTOperandArithmeticalBuilder withString(String value, ASTArithmeticalOperator operator)
public ASTOperandArithmeticalBuilder withString(ASTOperandStaticString stringItem, ASTArithmeticalOperator operator, String operatorSource)
public ASTOperandArithmeticalBuilder withProperty(ASTArithmeticalOperator operator, String... path)
public ASTOperandArithmeticalBuilder withProperty(String... path)
public ASTOperandArithmeticalBuilder withProperty(ASTOperandProperty property)
public ASTOperandArithmeticalBuilder withProperty(ASTOperandProperty property, ASTArithmeticalOperator operator)
public ASTOperandArithmeticalBuilder withProperty(ASTOperandProperty property, ASTArithmeticalOperator operator, String operatorSource)
public ASTOperandArithmeticalBuilder withVariable(ASTOperandVariable variable)
public ASTOperandArithmeticalBuilder withVariable(ASTOperandVariable property, ASTArithmeticalOperator operator)
public ASTOperandArithmeticalBuilder withVariable(ASTOperandVariable property, ASTArithmeticalOperator operator, String operatorSource)
public ASTOperandArithmeticalBuilder withVariable(String name, ASTArithmeticalOperator operator)
public ASTOperandArithmeticalBuilder withVariable(String name)
public ASTOperandArithmeticalBuilder mod(double number)
public ASTOperandArithmeticalBuilder mod(ASTOperandArithmeticalItemBase item)
public ASTOperandArithmeticalBuilder power_of(double number)
public ASTOperandArithmeticalBuilder power_of(ASTOperandProperty inProperty)
public ASTOperandArithmeticalBuilder power_of(ASTOperandArithmeticalOperation operation)
public ASTOperandArithmeticalBuilder plus(double number)
public ASTOperandArithmeticalBuilder plus(ASTOperandProperty inProperty)
public ASTOperandArithmeticalBuilder plus(ASTOperandArithmeticalOperation operation)
public ASTOperandArithmeticalBuilder minus(double number)
public ASTOperandArithmeticalBuilder minus(ASTOperandProperty inProperty)
public ASTOperandArithmeticalBuilder minus(ASTOperandArithmeticalOperation operation)
public ASTOperandArithmeticalBuilder divide(double number)
public ASTOperandArithmeticalBuilder divide(ASTOperandProperty inProperty)
public ASTOperandArithmeticalBuilder divide(ASTOperandArithmeticalOperation operation)
public ASTOperandArithmeticalBuilder multiply(double number)
public ASTOperandArithmeticalBuilder multiply(ASTOperandProperty inProperty)
public ASTOperandArithmeticalBuilder multiply(ASTOperandArithmeticalOperation operation)
public ASTOperandArithmeticalBuilder multiplySuboperation()
public ASTOperandArithmeticalBuilder addSuboperation()
public ASTOperandArithmeticalBuilder subOperation()
public ASTOperandArithmeticalBuilder subOperation(ASTArithmeticalOperator operator)
public ASTOperandArithmeticalBuilder withEmptyOperand(String nullItemSource, ASTArithmeticalOperator operator, String operatorSource)
Copyright © 2020. All rights reserved.