Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.COperatorType.Associativity
Packages that use COperatorType.Associativity
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec.-
Uses of COperatorType.Associativity in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return COperatorType.AssociativityModifier and TypeMethodDescriptionCOperatorType.getAssociativity()Provide associativity (left, right) information about the operation type.ICOperator.getAssociativity()Get the associativity (left, right) of the operator.static COperatorType.AssociativityReturns the enum constant of this class with the specified name.static COperatorType.Associativity[]COperatorType.Associativity.values()Returns an array containing the constants of this enum class, in the order they are declared.