Uses of Class
org.benf.cfr.reader.entities.ClassFileField
Packages that use ClassFileField
Package
Description
-
Uses of ClassFileField in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Constructor parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with type arguments of type ClassFileFieldModifierConstructorDescriptionScopeHidingVariableRewriter(List<ClassFileField> fieldVariables, Method method, ClassCache classCache) -
Uses of ClassFileField in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that return ClassFileFieldModifier and TypeMethodDescriptionAbstractFieldVariable.getClassFileField()static ClassFileFieldAbstractFieldVariable.getField(ConstantPoolEntryFieldRef fieldRef) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type ClassFileFieldModifierConstructorDescriptionFieldVariable(Expression object, ClassFileField field, JavaTypeInstance owningClass) StaticVariable(ClassFile classFile, ClassFileField classFileField, boolean local) -
Uses of ClassFileField in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities that return ClassFileFieldMethods in org.benf.cfr.reader.entities that return types with arguments of type ClassFileField -
Uses of ClassFileField in org.benf.cfr.reader.entities.classfilehelpers
Method parameters in org.benf.cfr.reader.entities.classfilehelpers with type arguments of type ClassFileFieldModifier and TypeMethodDescriptionstatic Map<Object, Expression> ConstantLinks.getFinalConstants(ClassFile classFile, DCCommonState state, BinaryPredicate<ClassFile, Field> fieldTest, TrinaryFunction<ClassFile, ClassFileField, Boolean, Expression> expfact)