Uses of Class
com.strobel.decompiler.ast.AstBuilder.VariableSlot
-
Packages that use AstBuilder.VariableSlot Package Description com.strobel.decompiler.ast -
-
Uses of AstBuilder.VariableSlot in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as AstBuilder.VariableSlot Modifier and Type Field Description (package private) static AstBuilder.VariableSlotAstBuilder.VariableSlot. UNKNOWN_INSTANCE(package private) AstBuilder.VariableSlot[]AstBuilder.ByteCode. variablesBeforeMethods in com.strobel.decompiler.ast that return AstBuilder.VariableSlot Modifier and Type Method Description protected AstBuilder.VariableSlotAstBuilder.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.VariableSlot Modifier and Type Method Description static AstBuilder.VariableSlot[]AstBuilder.VariableSlot. cloneVariableState(AstBuilder.VariableSlot[] state)private static FrameAstBuilder. createFrame(AstBuilder.StackSlot[] stack, AstBuilder.VariableSlot[] locals)
-