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. ssaIdentifiersMethod 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 voidOp02WithProcessedDataAndRefs. assignSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, DecompilerComments comments, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta)private static voidOp02WithProcessedDataAndRefs. assignSSAIdentifiersInner(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs)private voidOp02WithProcessedDataAndRefs. collectLocallyMutatedVariables(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory)private voidOp02WithProcessedDataAndRefs. mapSSASlots(java.util.Map<Pair<Slot,SSAIdent>,Ident> identmap)private static voidOp02WithProcessedDataAndRefs. 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. syntheticArgsprivate java.util.List<Slot>MethodPrototype. syntheticCaptureArgsMethods 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 booleanMethodPrototype. satisfiesSlots(java.util.List<Slot> haystack, int start, java.util.List<JavaTypeInstance> args)
-