Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.statement.AssignmentSimple
Packages that use AssignmentSimple
Package
Description
-
Uses of AssignmentSimple in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type AssignmentSimpleModifier and TypeMethodDescriptionprivate static void
LValueCondense.applyLValueCondense
(AssignmentSimple a1, AssignmentSimple a2, Op03SimpleStatement stm1, Op03SimpleStatement stm2) private static void
LValueCondense.applyLValueSwap
(AssignmentSimple a1, AssignmentSimple a2, Op03SimpleStatement stm1, Op03SimpleStatement stm2) private void
InlineDeAssigner.deAssign
(AssignmentSimple assignmentSimple, Op03SimpleStatement container, List<Op03SimpleStatement> added) -
Uses of AssignmentSimple in org.benf.cfr.reader.bytecode.analysis.parse.statement
Fields in org.benf.cfr.reader.bytecode.analysis.parse.statement declared as AssignmentSimpleMethods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return AssignmentSimpleMethods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type AssignmentSimpleModifier and TypeMethodDescriptionvoid
WhileStatement.replaceWithForLoop
(AssignmentSimple initial, List<AbstractAssignmentExpression> assignment) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type AssignmentSimpleModifierConstructorDescription(package private)
ForStatement
(BytecodeLoc loc, ConditionalExpression conditionalExpression, BlockIdentifier blockIdentifier, AssignmentSimple initial, List<AbstractAssignmentExpression> assignments) -
Uses of AssignmentSimple in org.benf.cfr.reader.bytecode.analysis.structured.statement
Fields in org.benf.cfr.reader.bytecode.analysis.structured.statement declared as AssignmentSimpleModifier and TypeFieldDescriptionprivate AssignmentSimple
StructuredFor.initial
private AssignmentSimple
UnstructuredFor.initial
Constructors in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type AssignmentSimpleModifierConstructorDescriptionStructuredFor
(BytecodeLoc loc, ConditionalExpression condition, AssignmentSimple initial, List<AbstractAssignmentExpression> assignments, Op04StructuredStatement body, BlockIdentifier block) UnstructuredFor
(BytecodeLoc loc, ConditionalExpression condition, BlockIdentifier blockIdentifier, AssignmentSimple initial, List<AbstractAssignmentExpression> assignments)