Class PcodeEmitPacked.LabelRef
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.PcodeEmitPacked.LabelRef
-
- Enclosing class:
- PcodeEmitPacked
public class PcodeEmitPacked.LabelRef extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
labelIndex
int
labelSize
int
opIndex
int
streampos
-
Constructor Summary
Constructors Constructor Description LabelRef(int op, int lab, int size, int stream)
-