Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.statement.AssignmentSimple
-
-
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 AssignmentSimple Modifier and Type Method Description private static voidLValueCondense. applyLValueCondense(AssignmentSimple a1, AssignmentSimple a2, Op03SimpleStatement stm1, Op03SimpleStatement stm2)private static voidLValueCondense. applyLValueSwap(AssignmentSimple a1, AssignmentSimple a2, Op03SimpleStatement stm1, Op03SimpleStatement stm2)private voidInlineDeAssigner. deAssign(AssignmentSimple assignmentSimple, Op03SimpleStatement container, java.util.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 AssignmentSimple Modifier and Type Field Description private AssignmentSimpleForStatement. initialMethods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return AssignmentSimple Modifier and Type Method Description AssignmentSimpleForStatement. getInitial()Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type AssignmentSimple Modifier and Type Method Description voidWhileStatement. replaceWithForLoop(AssignmentSimple initial, java.util.List<AbstractAssignmentExpression> assignment)Constructors in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type AssignmentSimple Constructor Description ForStatement(BytecodeLoc loc, ConditionalExpression conditionalExpression, BlockIdentifier blockIdentifier, AssignmentSimple initial, java.util.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 AssignmentSimple Modifier and Type Field Description private AssignmentSimpleStructuredFor. initialprivate AssignmentSimpleUnstructuredFor. initialConstructors in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type AssignmentSimple Constructor Description StructuredFor(BytecodeLoc loc, ConditionalExpression condition, AssignmentSimple initial, java.util.List<AbstractAssignmentExpression> assignments, Op04StructuredStatement body, BlockIdentifier block)UnstructuredFor(BytecodeLoc loc, ConditionalExpression condition, BlockIdentifier blockIdentifier, AssignmentSimple initial, java.util.List<AbstractAssignmentExpression> assignments)
-