Uses of Class
org.tentackle.wurblet.WurbletArgumentOperator
-
-
Uses of WurbletArgumentOperator in org.tentackle.wurblet
Methods in org.tentackle.wurblet that return WurbletArgumentOperator Modifier and Type Method Description WurbletArgumentOperatorWurbletArgumentExpression. addOperand(WurbletArgumentOperator operator, WurbletArgumentOperand operand)Adds an operand.static WurbletArgumentOperatorWurbletArgumentOperator. toInternal(java.lang.String str)Determines the operator from a string.
Case doesn't matter.static WurbletArgumentOperatorWurbletArgumentOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WurbletArgumentOperator[]WurbletArgumentOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tentackle.wurblet that return types with arguments of type WurbletArgumentOperator Modifier and Type Method Description java.util.List<WurbletArgumentOperator>WurbletArgumentExpression. getOperators()Gets the n-1 operators.Methods in org.tentackle.wurblet with parameters of type WurbletArgumentOperator Modifier and Type Method Description WurbletArgumentOperatorWurbletArgumentExpression. addOperand(WurbletArgumentOperator operator, WurbletArgumentOperand operand)Adds an operand.
-