Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.lvalue.FieldVariable
-
-
Uses of FieldVariable in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return FieldVariable Modifier and Type Method Description static 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 FieldVariable Modifier and Type Field Description private FieldVariable
InnerClassConstructorRewriter. matchedField
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return FieldVariable Modifier and Type Method Description FieldVariable
InnerClassConstructorRewriter. getMatchedField()
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type FieldVariable Modifier and Type Method Description private boolean
NonStaticLifter. fromThisClass(FieldVariable fv)
private boolean
NonStaticLifter. tryLift(FieldVariable lValue, Expression rValue, java.util.Map<java.lang.String,Pair<java.lang.Integer,ClassFileField>> fieldMap, java.util.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 FieldVariable Modifier and Type Method Description private 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 FieldVariable Modifier and Type Method Description FieldVariable
FieldVariable. withReplacedObject(Expression object)
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type FieldVariable Constructor Description FieldVariable(FieldVariable other, Expression object)
FieldVariable(FieldVariable other, CloneHelper cloneHelper)
-