Uses of Class
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryFieldRef
-
Packages that use ConstantPoolEntryFieldRef Package Description org.benf.cfr.reader.bytecode.analysis.parse.lvalue org.benf.cfr.reader.entities.constantpool -
-
Uses of ConstantPoolEntryFieldRef in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type ConstantPoolEntryFieldRef Modifier and Type Method Description static ClassFileField
AbstractFieldVariable. getField(ConstantPoolEntryFieldRef fieldRef)
private static InferredJavaType
AbstractFieldVariable. getFieldType(ConstantPoolEntryFieldRef fieldRef)
-
Uses of ConstantPoolEntryFieldRef in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntryFieldRef Modifier and Type Method Description ConstantPoolEntryFieldRef
ConstantPoolEntryMethodHandle. getFieldRef()
(package private) ConstantPoolEntryFieldRef
ConstantPool. getFieldRefEntry(int index)
-