Uses of Class
com.strobel.decompiler.ast.AstBuilder.StackSlot
-
Packages that use AstBuilder.StackSlot Package Description com.strobel.decompiler.ast -
-
Uses of AstBuilder.StackSlot in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as AstBuilder.StackSlot Modifier and Type Field Description private static AstBuilder.StackSlot[]
AstBuilder. EMPTY_STACK
(package private) AstBuilder.StackSlot[]
AstBuilder.ByteCode. stackBefore
Methods in com.strobel.decompiler.ast that return AstBuilder.StackSlot Modifier and Type Method Description protected AstBuilder.StackSlot
AstBuilder.StackSlot. clone()
private static AstBuilder.StackSlot[]
AstBuilder. createModifiedStack(AstBuilder.ByteCode byteCode, StackMappingVisitor stackMapper)
static AstBuilder.StackSlot[]
AstBuilder.StackSlot. modifyStack(AstBuilder.StackSlot[] stack, int popCount, AstBuilder.ByteCode pushDefinition, FrameValue... pushTypes)
Methods in com.strobel.decompiler.ast with parameters of type AstBuilder.StackSlot Modifier and Type Method Description private static Frame
AstBuilder. createFrame(AstBuilder.StackSlot[] stack, AstBuilder.VariableSlot[] locals)
static AstBuilder.StackSlot[]
AstBuilder.StackSlot. modifyStack(AstBuilder.StackSlot[] stack, int popCount, AstBuilder.ByteCode pushDefinition, FrameValue... pushTypes)
-