Java View all facts Glossary Help |
syntactic unit > symbol > operator > assignment operator > &= |
&= | ||||
subject | fact |
&= | has equivalent op1 &= op2 op1 = op1 & op2 | |
is a subtopic of Operators | ||
is an instance of assignment operator | ||
operator | evaluates to its result | |
has precedence | ||
has purpose to perform a simple function of 1 to 3 arguments | ||
is part of an expression | ||
is evaluated before another operator with lower precedence | ||
returns a value called its result | ||
syntactic unit | has syntax rule bold = mandatory |