Package com.strobel.decompiler.ast
Class AstBuilder.ByteCode
java.lang.Object
com.strobel.decompiler.ast.AstBuilder.ByteCode
- Enclosing class:
AstBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AstCode
(package private) int
(package private) Instruction
(package private) Label
(package private) String
(package private) AstBuilder.ByteCode
(package private) int
(package private) Object
(package private) int
(package private) AstBuilder.ByteCode
(package private) int
(package private) Object
(package private) AstBuilder.StackSlot[]
(package private) FrameValue
(package private) AstBuilder.VariableSlot[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
Label label -
instruction
Instruction instruction -
name
String name -
offset
int offset -
endOffset
int endOffset -
code
AstCode code -
operand
Object operand -
secondOperand
Object secondOperand -
popCount
int popCount -
pushCount
int pushCount -
next
AstBuilder.ByteCode next -
previous
AstBuilder.ByteCode previous -
type
FrameValue type -
stackBefore
AstBuilder.StackSlot[] stackBefore -
variablesBefore
AstBuilder.VariableSlot[] variablesBefore -
storeTo
-
-
Constructor Details
-
ByteCode
private ByteCode()
-
-
Method Details