Uses of Enum Class
calculator.Notation
Packages that use Notation
-
Uses of Notation in calculator
Subclasses with type arguments of type Notation in calculatorModifier and TypeClassDescriptionenumEnumeration of the 3 ways to represent an arithmetic expression as a String:Methods in calculator that return NotationModifier and TypeMethodDescriptionstatic NotationReturns the enum constant of this class with the specified name.static Notation[]Notation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in calculator with parameters of type NotationModifier and TypeMethodDescriptionCalculator.format(Expression e, Notation notation) Formats an arithmetic expression in a given notation -
Uses of Notation in calculator.functions
Methods in calculator.functions with parameters of type Notation -
Uses of Notation in calculator.operations
Methods in calculator.operations with parameters of type Notation -
Uses of Notation in visitor