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 ClassFileFieldAbstractFieldVariable. getField(ConstantPoolEntryFieldRef fieldRef)private static InferredJavaTypeAbstractFieldVariable. 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 ConstantPoolEntryFieldRefConstantPoolEntryMethodHandle. getFieldRef()(package private) ConstantPoolEntryFieldRefConstantPool. getFieldRefEntry(int index)
-