Uses of Class
org.benf.cfr.reader.bytecode.analysis.variables.Slot
Packages that use Slot
Package
Description
-
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 SlotModifier and TypeFieldDescriptionprivate SSAIdentifiers<Slot> Op02WithProcessedDataAndRefs.ssaIdentifiersMethod parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type SlotModifier and TypeMethodDescriptionprivate static NavigableMap<Integer, JavaTypeInstance> Op02WithProcessedDataAndRefs.assignIdentsAndGetMissingMap(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs) private static voidOp02WithProcessedDataAndRefs.assignSSAIdentifiers(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, DecompilerComments comments, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta) private static voidOp02WithProcessedDataAndRefs.assignSSAIdentifiersInner(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs) private voidOp02WithProcessedDataAndRefs.collectLocallyMutatedVariables(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory) private voidprivate static voidOp02WithProcessedDataAndRefs.removeUnusedSSAIdentifiers(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, 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 SlotModifier and TypeFieldDescriptionMethodPrototype.syntheticArgsMethodPrototype.syntheticCaptureArgsMethods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type SlotModifier and TypeMethodDescriptionMethodPrototype.collectInitialSlotUsage(SSAIdentifierFactory<Slot, ?> ssaIdentifierFactory) Method parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type SlotModifier and TypeMethodDescriptionMethodPrototype.collectInitialSlotUsage(SSAIdentifierFactory<Slot, ?> ssaIdentifierFactory) private static booleanMethodPrototype.satisfiesSlots(List<Slot> haystack, int start, List<JavaTypeInstance> args)