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 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 FieldVariable Modifier and Type Field Description private FieldVariableInnerClassConstructorRewriter. matchedFieldMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return FieldVariable Modifier and Type Method Description FieldVariableInnerClassConstructorRewriter. getMatchedField()Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type FieldVariable Modifier and Type Method Description private booleanNonStaticLifter. fromThisClass(FieldVariable fv)private booleanNonStaticLifter. 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 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 FieldVariable Modifier and Type Method Description FieldVariableFieldVariable. 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)
-