| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode.analysis.parse.expression | |
| org.benf.cfr.reader.bytecode.analysis.parse.statement |
| Modifier and Type | Class and Description |
|---|---|
class |
ArithmeticMutationOperation |
class |
ArithmeticPostMutationOperation
(eg) x >>= 3, x++
|
class |
ArithmeticPreMutationOperation |
| Modifier and Type | Method and Description |
|---|---|
AbstractMutatingAssignmentExpression |
ArithmeticOperation.getMutationOf(LValue lValue) |
| Constructor and Description |
|---|
AssignmentPreMutation(BytecodeLoc loc,
LValue lvalue,
AbstractMutatingAssignmentExpression rvalue) |