Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.lvalue.FieldVariable
Packages that use FieldVariable
Package
Description
-
Uses of FieldVariable in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return FieldVariableModifier and TypeMethodDescriptionstatic FieldVariableOp04StructuredStatement.findInnerClassOuterThis(Method method, Op04StructuredStatement root) -
Uses of FieldVariable in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as FieldVariableModifier and TypeFieldDescriptionprivate FieldVariableInnerClassConstructorRewriter.matchedFieldMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return FieldVariableMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type FieldVariableModifier and TypeMethodDescriptionprivate booleanNonStaticLifter.fromThisClass(FieldVariable fv) private booleanNonStaticLifter.tryLift(FieldVariable lValue, Expression rValue, Map<String, Pair<Integer, ClassFileField>> fieldMap, Set<Expression> usedFvs) -
Uses of FieldVariable in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type FieldVariableModifier and TypeMethodDescriptionprivate LValueObjectTypeUsageRewriter.handleFieldVariable(FieldVariable fieldVariable) -
Uses of FieldVariable in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that return FieldVariableConstructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type FieldVariableModifierConstructorDescriptionprivateFieldVariable(FieldVariable other, Expression object) privateFieldVariable(FieldVariable other, CloneHelper cloneHelper)