Uses of Interface
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntry
-
-
Uses of ConstantPoolEntry in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph declared as ConstantPoolEntry Modifier and Type Field Description private ConstantPoolEntry[]Op01WithProcessedDataAndByteJumps. constantPoolEntriesprivate ConstantPoolEntry[]Op02WithProcessedDataAndRefs. cpEntriesMethods in org.benf.cfr.reader.bytecode.analysis.opgraph that return ConstantPoolEntry Modifier and Type Method Description ConstantPoolEntry[]Op02WithProcessedDataAndRefs. getCpEntries()Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ConstantPoolEntry Modifier and Type Method Description private static TypedLiteralOp02WithProcessedDataAndRefs. getBootstrapArg(ConstantPoolEntry[] bootstrapArguments, int x, ConstantPool cp)private ExpressionOp02WithProcessedDataAndRefs. getLiteralConstantPoolEntry(Method m, ConstantPoolEntry cpe, DecompilerComments comments)private java.util.List<Expression>Op02WithProcessedDataAndRefs. getVarArgs(JavaTypeInstance last, ConstantPoolEntry[] bootstrapArguments)Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ConstantPoolEntry Constructor Description Op01WithProcessedDataAndByteJumps(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 ConstantPoolEntry Constructor Description InstanceOfExpression(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 ConstantPoolEntry Modifier and Type Method Description static 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 ConstantPoolEntry Constructor Description AbstractFieldVariable(ConstantPoolEntry field)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 ConstantPoolEntry Modifier and Type Method Description StackDeltaJVMInstr. getStackDelta(byte[] data, ConstantPoolEntry[] constantPoolEntries, StackSim stackSim, Method method)StackDeltaOperationFactory. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDefault. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2X1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDup2X2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDupX1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryDupX2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryFakeCatch. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryGetField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryGetStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvoke. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvokeDynamic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryInvokeInterface. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryLDC. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryLDCW. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryMultiANewArray. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPop. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPop2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPutField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactoryPutStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)StackDeltaOperationFactorySwap. 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 Modifier and Type Class Description classAbstractConstantPoolEntry -
Uses of ConstantPoolEntry in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as ConstantPoolEntry Modifier and Type Field Description private ConstantPoolEntryAttributeConstantValue. valueMethods in org.benf.cfr.reader.entities.attributes that return ConstantPoolEntry Modifier and Type Method Description ConstantPoolEntryAttributeConstantValue. getValue() -
Uses of ConstantPoolEntry in org.benf.cfr.reader.entities.bootstrap
Fields in org.benf.cfr.reader.entities.bootstrap declared as ConstantPoolEntry Modifier and Type Field Description private ConstantPoolEntry[]BootstrapMethodInfo. bootstrapArgumentsMethods in org.benf.cfr.reader.entities.bootstrap that return ConstantPoolEntry Modifier and Type Method Description ConstantPoolEntry[]BootstrapMethodInfo. getBootstrapArguments()Constructors in org.benf.cfr.reader.entities.bootstrap with parameters of type ConstantPoolEntry Constructor Description BootstrapMethodInfo(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 ConstantPoolEntry Modifier and Type Class Description classConstantPoolEntryClassclassConstantPoolEntryDoubleclassConstantPoolEntryDynamicInfoclassConstantPoolEntryFieldRefclassConstantPoolEntryFloatclassConstantPoolEntryIntegerclassConstantPoolEntryInvokeDynamicclassConstantPoolEntryLongclassConstantPoolEntryMethodHandleclassConstantPoolEntryMethodRefclassConstantPoolEntryMethodTypeclassConstantPoolEntryModuleInfoclassConstantPoolEntryNameAndTypeclassConstantPoolEntryPackageInfoclassConstantPoolEntryStringclassConstantPoolEntryUTF8Fields in org.benf.cfr.reader.entities.constantpool with type parameters of type ConstantPoolEntry Modifier and Type Field Description private java.util.List<ConstantPoolEntry>ConstantPool. entries(package private) java.util.List<ConstantPoolEntry>ConstantPool.RawTmp. entriesMethods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntry Modifier and Type Method Description ConstantPoolEntryConstantPool. getEntry(int index)Constructor parameters in org.benf.cfr.reader.entities.constantpool with type arguments of type ConstantPoolEntry Constructor Description RawTmp(java.util.List<ConstantPoolEntry> entries, long rawLength, boolean dynamicConstants)
-