java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.rewriters.AbstractExpressionRewriter
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers.ObjectTypeUsageRewriter
All Implemented Interfaces:
StructuredStatementTransformer, ExpressionRewriter

public class ObjectTypeUsageRewriter extends AbstractExpressionRewriter implements StructuredStatementTransformer
Detect potential invalid usages of fields - where the class we expect to be calling them with doesn't match the class needed to access the fields in question.