Uses of Class
com.strobel.decompiler.ast.AstBuilder.VariableSlot
Packages that use AstBuilder.VariableSlot
-
Uses of AstBuilder.VariableSlot in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as AstBuilder.VariableSlotModifier and TypeFieldDescription(package private) static final AstBuilder.VariableSlot
AstBuilder.VariableSlot.UNKNOWN_INSTANCE
(package private) AstBuilder.VariableSlot[]
AstBuilder.ByteCode.variablesBefore
Methods in com.strobel.decompiler.ast that return AstBuilder.VariableSlotModifier and TypeMethodDescriptionprotected final AstBuilder.VariableSlot
AstBuilder.VariableSlot.clone()
static AstBuilder.VariableSlot[]
AstBuilder.VariableSlot.cloneVariableState
(AstBuilder.VariableSlot[] state) static AstBuilder.VariableSlot[]
AstBuilder.VariableSlot.makeUnknownState
(int variableCount) Methods in com.strobel.decompiler.ast with parameters of type AstBuilder.VariableSlotModifier and TypeMethodDescriptionstatic AstBuilder.VariableSlot[]
AstBuilder.VariableSlot.cloneVariableState
(AstBuilder.VariableSlot[] state) private static Frame
AstBuilder.createFrame
(AstBuilder.StackSlot[] stack, AstBuilder.VariableSlot[] locals)