Package com.strobel.decompiler.ast
Class AstBuilder.StackSlot
java.lang.Object
com.strobel.decompiler.ast.AstBuilder.StackSlot
- Enclosing class:
AstBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final AstBuilder.ByteCode[]
(package private) final Variable
(package private) final FrameValue
-
Constructor Summary
ConstructorsConstructorDescriptionStackSlot
(FrameValue value, AstBuilder.ByteCode[] definitions) StackSlot
(FrameValue value, AstBuilder.ByteCode[] definitions, Variable loadFrom) -
Method Summary
Modifier and TypeMethodDescriptionprotected final AstBuilder.StackSlot
clone()
static AstBuilder.StackSlot[]
modifyStack
(AstBuilder.StackSlot[] stack, int popCount, AstBuilder.ByteCode pushDefinition, FrameValue... pushTypes) toString()
-
Field Details
-
value
-
definitions
-
loadFrom
-
-
Constructor Details
-
StackSlot
-
StackSlot
-
-
Method Details
-
modifyStack
public static AstBuilder.StackSlot[] modifyStack(AstBuilder.StackSlot[] stack, int popCount, AstBuilder.ByteCode pushDefinition, FrameValue... pushTypes) -
toString
-
clone
-