Uses of Enum
com.fathzer.soft.javaluator.Operator.Associativity
-
Uses of Operator.Associativity in com.fathzer.soft.javaluator
Methods in com.fathzer.soft.javaluator that return Operator.AssociativityModifier and TypeMethodDescriptionOperator.getAssociativity()Gets this operator's associativity.static Operator.AssociativityReturns the enum constant of this type with the specified name.static Operator.Associativity[]Operator.Associativity.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.fathzer.soft.javaluator with parameters of type Operator.AssociativityModifierConstructorDescriptionOperator(String symbol, int operandCount, Operator.Associativity associativity, int precedence) Constructor.