Uses of Interface
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntry
Packages that use ConstantPoolEntry
Package
Description
-
Uses of ConstantPoolEntry in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph declared as ConstantPoolEntryModifier and TypeFieldDescriptionprivate final ConstantPoolEntry[]Op01WithProcessedDataAndByteJumps.constantPoolEntriesprivate final ConstantPoolEntry[]Op02WithProcessedDataAndRefs.cpEntriesMethods in org.benf.cfr.reader.bytecode.analysis.opgraph that return ConstantPoolEntryMethods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ConstantPoolEntryModifier and TypeMethodDescriptionprivate static TypedLiteralOp02WithProcessedDataAndRefs.getBootstrapArg(ConstantPoolEntry[] bootstrapArguments, int x, ConstantPool cp) private ExpressionOp02WithProcessedDataAndRefs.getLiteralConstantPoolEntry(Method m, ConstantPoolEntry cpe, DecompilerComments comments) private List<Expression> Op02WithProcessedDataAndRefs.getVarArgs(JavaTypeInstance last, ConstantPoolEntry[] bootstrapArguments) Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ConstantPoolEntryModifierConstructorDescriptionOp01WithProcessedDataAndByteJumps(JVMInstr instruction, byte[] data, int[] rawTargetOffsets, int originalRawOffset, ConstantPoolEntry[] constantPoolEntries) Op02WithProcessedDataAndRefs(JVMInstr instr, byte[] rawData, int index, ConstantPool cp, ConstantPoolEntry[] cpEntries, int originalRawOffset, BytecodeLoc loc) Op02WithProcessedDataAndRefs(JVMInstr instr, byte[] rawData, InstrIndex index, ConstantPool cp, ConstantPoolEntry[] cpEntries, int originalRawOffset, BytecodeLoc loc) -
Uses of ConstantPoolEntry in org.benf.cfr.reader.bytecode.analysis.parse.expression
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type ConstantPoolEntryModifierConstructorDescriptionInstanceOfExpression(BytecodeLoc loc, Expression lhs, ConstantPoolEntry cpe) NewObject(BytecodeLoc loc, ConstantPoolEntry type) -
Uses of ConstantPoolEntry in org.benf.cfr.reader.bytecode.analysis.parse.literal
Methods in org.benf.cfr.reader.bytecode.analysis.parse.literal with parameters of type ConstantPoolEntryModifier and TypeMethodDescriptionstatic TypedLiteralTypedLiteral.getConstantPoolEntry(ConstantPool cp, ConstantPoolEntry cpe) -
Uses of ConstantPoolEntry in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type ConstantPoolEntryModifierConstructorDescription(package private)FieldVariable(Expression object, ConstantPoolEntry field) StaticVariable(ConstantPoolEntry field) -
Uses of ConstantPoolEntry in org.benf.cfr.reader.bytecode.opcode
Methods in org.benf.cfr.reader.bytecode.opcode with parameters of type ConstantPoolEntryModifier and TypeMethodDescriptionJVMInstr.getStackDelta(byte[] data, ConstantPoolEntry[] constantPoolEntries, StackSim stackSim, Method method) OperationFactory.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDefault.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDup.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDup2.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDup2X1.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDup2X2.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDupX1.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryDupX2.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryFakeCatch.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryGetField.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryGetStatic.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryInvoke.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryInvokeDynamic.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryInvokeInterface.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryLDC.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryLDCW.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryMultiANewArray.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryPop.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryPop2.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryPutField.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactoryPutStatic.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) OperationFactorySwap.getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method) (package private) static StackTypeOperationFactoryLDC.getStackType(ConstantPoolEntry cpe) -
Uses of ConstantPoolEntry in org.benf.cfr.reader.entities
Classes in org.benf.cfr.reader.entities that implement ConstantPoolEntry -
Uses of ConstantPoolEntry in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as ConstantPoolEntryMethods in org.benf.cfr.reader.entities.attributes that return ConstantPoolEntry -
Uses of ConstantPoolEntry in org.benf.cfr.reader.entities.bootstrap
Fields in org.benf.cfr.reader.entities.bootstrap declared as ConstantPoolEntryModifier and TypeFieldDescriptionprivate final ConstantPoolEntry[]BootstrapMethodInfo.bootstrapArgumentsMethods in org.benf.cfr.reader.entities.bootstrap that return ConstantPoolEntryConstructors in org.benf.cfr.reader.entities.bootstrap with parameters of type ConstantPoolEntryModifierConstructorDescriptionBootstrapMethodInfo(ConstantPoolEntryMethodHandle methodHandle, ConstantPoolEntry[] bootstrapArguments, ConstantPool cp) -
Uses of ConstantPoolEntry in org.benf.cfr.reader.entities.constantpool
Classes in org.benf.cfr.reader.entities.constantpool that implement ConstantPoolEntryModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.benf.cfr.reader.entities.constantpool with type parameters of type ConstantPoolEntryModifier and TypeFieldDescriptionprivate final List<ConstantPoolEntry> ConstantPool.entries(package private) final List<ConstantPoolEntry> ConstantPool.RawTmp.entriesMethods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntryConstructor parameters in org.benf.cfr.reader.entities.constantpool with type arguments of type ConstantPoolEntryModifierConstructorDescription(package private)RawTmp(List<ConstantPoolEntry> entries, long rawLength, boolean dynamicConstants)