Uses of Enum
org.jboss.jdeparser.Assoc
-
Uses of Assoc in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as AssocMethods in org.jboss.jdeparser that return AssocModifier and TypeMethodDescription(package private) Assoc
BinaryJExpr.getAssoc()
static Assoc
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 org.jboss.jdeparser with parameters of type AssocModifierConstructorDescription(package private)
BinaryJExpr
(Tokens.$PUNCT.BINOP op, AbstractJExpr e1, AbstractJExpr e2, int prec, Assoc assoc)