Uses of Enum
org.projog.core.parser.Operands.Associativity
Packages that use Operands.Associativity
-
Uses of Operands.Associativity in org.projog.core.parser
Subclasses with type arguments of type Operands.Associativity in org.projog.core.parserModifier and TypeClassDescriptionprivate static enumAssociativity is used to specify rules over operators in the same expression that have the same priority.Fields in org.projog.core.parser declared as Operands.AssociativityModifier and TypeFieldDescription(package private) final Operands.AssociativityOperands.Operand.associativityMethods in org.projog.core.parser that return Operands.AssociativityModifier and TypeMethodDescriptionprivate Operands.AssociativityOperands.getAssociativity(String associativityName) static Operands.AssociativityReturns the enum constant of this type with the specified name.static Operands.Associativity[]Operands.Associativity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projog.core.parser with parameters of type Operands.AssociativityModifier and TypeMethodDescriptionprivate Map<String, Operands.Operand> Operands.getOperandsMap(Operands.Associativity a) Constructors in org.projog.core.parser with parameters of type Operands.AssociativityModifierConstructorDescription(package private)Operand(Operands.Associativity associativity, int precedence)