Class PrePostchangeAssignmentRewriter.StatementCanBePostMutation
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.PrePostchangeAssignmentRewriter.StatementCanBePostMutation
-
- All Implemented Interfaces:
Predicate<Op03SimpleStatement>
- Enclosing class:
- PrePostchangeAssignmentRewriter
private static class PrePostchangeAssignmentRewriter.StatementCanBePostMutation extends java.lang.Object implements Predicate<Op03SimpleStatement>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
StatementCanBePostMutation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(Op03SimpleStatement in)
-
-
-
Method Detail
-
test
public boolean test(Op03SimpleStatement in)
- Specified by:
test
in interfacePredicate<Op03SimpleStatement>
-
-