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 FieldVariable
Op04StructuredStatement.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 FieldVariable
InnerClassConstructorRewriter.matchedField
Methods 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 boolean
NonStaticLifter.fromThisClass
(FieldVariable fv) private boolean
NonStaticLifter.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 LValue
ObjectTypeUsageRewriter.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 FieldVariableModifierConstructorDescriptionprivate
FieldVariable
(FieldVariable other, Expression object) private
FieldVariable
(FieldVariable other, CloneHelper cloneHelper)