Uses of Class
org.benf.cfr.reader.bytecode.analysis.stack.StackEntry
-
Packages that use StackEntry Package Description org.benf.cfr.reader.bytecode.analysis.parse.lvalue org.benf.cfr.reader.bytecode.analysis.stack -
-
Uses of StackEntry in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Fields in org.benf.cfr.reader.bytecode.analysis.parse.lvalue declared as StackEntry Modifier and Type Field Description private StackEntry
StackSSALabel. stackEntry
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that return StackEntry Modifier and Type Method Description StackEntry
StackSSALabel. getStackEntry()
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type StackEntry Constructor Description StackSSALabel(long id, StackEntry stackEntry)
-
Uses of StackEntry in org.benf.cfr.reader.bytecode.analysis.stack
Fields in org.benf.cfr.reader.bytecode.analysis.stack declared as StackEntry Modifier and Type Field Description private StackEntry
StackEntryHolder. stackEntry
Methods in org.benf.cfr.reader.bytecode.analysis.stack that return StackEntry Modifier and Type Method Description StackEntry
StackSim. getEntry(int depth)
StackEntry
StackEntryHolder. getStackEntry()
Methods in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackEntry Modifier and Type Method Description (package private) void
StackEntry. mergeWith(StackEntry other, java.util.Set<DecompilerComment> comments)
-