Uses of Class
fr.iMath.objects.Assoc

Packages that use Assoc 
Package Description
fr.iMath.objects  
  • Uses of Assoc in fr.iMath.objects

    Fields in fr.iMath.objects declared as Assoc 
    Modifier and Type Field Description
    private Assoc Operator.associativity
    The associativity for this Operator.
    Methods in fr.iMath.objects that return Assoc 
    Modifier and Type Method Description
    Assoc Operator.getAssociativity()
    Return the associativity of the operator.
    static Assoc Assoc.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Assoc[] Assoc.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Constructors in fr.iMath.objects with parameters of type Assoc 
    Constructor Description
    Operator​(java.lang.String operator, int precedence, Assoc associativity)
    Create the operator automatically when using (for instance) Operator a = Operator.ADD;