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. constantPoolEntries
private ConstantPoolEntry[]
Op02WithProcessedDataAndRefs. cpEntries
Methods 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 TypedLiteral
Op02WithProcessedDataAndRefs. getBootstrapArg(ConstantPoolEntry[] bootstrapArguments, int x, ConstantPool cp)
private Expression
Op02WithProcessedDataAndRefs. 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 TypedLiteral
TypedLiteral. 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 StackDelta
JVMInstr. getStackDelta(byte[] data, ConstantPoolEntry[] constantPoolEntries, StackSim stackSim, Method method)
StackDelta
OperationFactory. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDefault. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDup. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDup2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDup2X1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDup2X2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDupX1. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryDupX2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryFakeCatch. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryGetField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryGetStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryInvoke. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryInvokeDynamic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryInvokeInterface. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryLDC. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryLDCW. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryMultiANewArray. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryPop. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryPop2. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryPutField. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactoryPutStatic. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
StackDelta
OperationFactorySwap. getStackDelta(JVMInstr instr, byte[] data, ConstantPoolEntry[] cpEntries, StackSim stackSim, Method method)
(package private) static StackType
OperationFactoryLDC. 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 class
AbstractConstantPoolEntry
-
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 ConstantPoolEntry
AttributeConstantValue. value
Methods in org.benf.cfr.reader.entities.attributes that return ConstantPoolEntry Modifier and Type Method Description ConstantPoolEntry
AttributeConstantValue. 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. bootstrapArguments
Methods 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 class
ConstantPoolEntryClass
class
ConstantPoolEntryDouble
class
ConstantPoolEntryDynamicInfo
class
ConstantPoolEntryFieldRef
class
ConstantPoolEntryFloat
class
ConstantPoolEntryInteger
class
ConstantPoolEntryInvokeDynamic
class
ConstantPoolEntryLong
class
ConstantPoolEntryMethodHandle
class
ConstantPoolEntryMethodRef
class
ConstantPoolEntryMethodType
class
ConstantPoolEntryModuleInfo
class
ConstantPoolEntryNameAndType
class
ConstantPoolEntryPackageInfo
class
ConstantPoolEntryString
class
ConstantPoolEntryUTF8
Fields 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. entries
Methods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntry Modifier and Type Method Description ConstantPoolEntry
ConstantPool. 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)
-