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 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, 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 AssignmentSimple
ForStatement. initial
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return AssignmentSimple Modifier and Type Method Description AssignmentSimple
ForStatement. getInitial()
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type AssignmentSimple Modifier and Type Method Description void
WhileStatement. 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 AssignmentSimple
StructuredFor. initial
private AssignmentSimple
UnstructuredFor. initial
Constructors 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)
-