Uses of Class
org.benf.cfr.reader.bytecode.analysis.stack.StackEntryHolder
Packages that use StackEntryHolder
Package
Description
-
Uses of StackEntryHolder in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph with type parameters of type StackEntryHolderModifier and TypeFieldDescriptionprivate final List<StackEntryHolder>
Op02WithProcessedDataAndRefs.stackConsumed
private final List<StackEntryHolder>
Op02WithProcessedDataAndRefs.stackProduced
-
Uses of StackEntryHolder in org.benf.cfr.reader.bytecode.analysis.stack
Fields in org.benf.cfr.reader.bytecode.analysis.stack declared as StackEntryHolderMethods in org.benf.cfr.reader.bytecode.analysis.stack that return types with arguments of type StackEntryHolderMethods in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackEntryHolderModifier and TypeMethodDescriptionvoid
StackEntryHolder.mergeWith
(StackEntryHolder other, Set<DecompilerComment> comments) Method parameters in org.benf.cfr.reader.bytecode.analysis.stack with type arguments of type StackEntryHolderModifier and TypeMethodDescriptionStackSim.getChange
(StackDelta delta, List<StackEntryHolder> consumed, List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction)