Uses of Class
com.strobel.decompiler.ast.AstBuilder.StackSlot
Packages that use AstBuilder.StackSlot
-
Uses of AstBuilder.StackSlot in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as AstBuilder.StackSlotModifier and TypeFieldDescriptionprivate static final AstBuilder.StackSlot[]
AstBuilder.EMPTY_STACK
(package private) AstBuilder.StackSlot[]
AstBuilder.ByteCode.stackBefore
Methods in com.strobel.decompiler.ast that return AstBuilder.StackSlotModifier and TypeMethodDescriptionprotected final 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.StackSlotModifier and TypeMethodDescriptionprivate 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)