public static class Instruction.Extract extends java.lang.Object implements Instruction
Instruction.Assignment, Instruction.Branch, Instruction.Call, Instruction.Concat, Instruction.Disclose, Instruction.Exception, Instruction.Extract, Instruction.Invoke, Instruction.Load, Instruction.Return, Instruction.Sext, Instruction.Store, Instruction.Terminator, Instruction.Zext
Modifier and Type | Field and Description |
---|---|
Operand |
hi |
Lvalue |
lhs |
Operand |
lo |
Operand |
rhs |
Constructor and Description |
---|
Extract(Lvalue lhs,
Operand rhs,
Operand lo,
Operand hi) |
Modifier and Type | Method and Description |
---|---|
void |
accept(InsnVisitor visitor) |
public final Lvalue lhs
public final Operand rhs
public final Operand lo
public final Operand hi
public void accept(InsnVisitor visitor)
accept
in interface Instruction