Uses of Class
org.benf.cfr.reader.bytecode.analysis.variables.Slot
-
Packages that use Slot Package Description org.benf.cfr.reader.bytecode.analysis.opgraph org.benf.cfr.reader.bytecode.analysis.types -
-
Uses of Slot in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph with type parameters of type Slot Modifier and Type Field Description private SSAIdentifiers<Slot>
Op02WithProcessedDataAndRefs. ssaIdentifiers
Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type Slot Modifier and Type Method Description private static java.util.NavigableMap<java.lang.Integer,JavaTypeInstance>
Op02WithProcessedDataAndRefs. assignIdentsAndGetMissingMap(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs)
private static void
Op02WithProcessedDataAndRefs. assignSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, DecompilerComments comments, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta)
private static void
Op02WithProcessedDataAndRefs. assignSSAIdentifiersInner(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs)
private void
Op02WithProcessedDataAndRefs. collectLocallyMutatedVariables(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory)
private void
Op02WithProcessedDataAndRefs. mapSSASlots(java.util.Map<Pair<Slot,SSAIdent>,Ident> identmap)
private static void
Op02WithProcessedDataAndRefs. removeUnusedSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> op2list)
-
Uses of Slot in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type Slot Modifier and Type Field Description private java.util.List<Slot>
MethodPrototype. syntheticArgs
private java.util.List<Slot>
MethodPrototype. syntheticCaptureArgs
Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type Slot Modifier and Type Method Description java.util.Map<Slot,SSAIdent>
MethodPrototype. collectInitialSlotUsage(SSAIdentifierFactory<Slot,?> ssaIdentifierFactory)
Method parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type Slot Modifier and Type Method Description java.util.Map<Slot,SSAIdent>
MethodPrototype. collectInitialSlotUsage(SSAIdentifierFactory<Slot,?> ssaIdentifierFactory)
private static boolean
MethodPrototype. satisfiesSlots(java.util.List<Slot> haystack, int start, java.util.List<JavaTypeInstance> args)
-