lib.dwfl
Class DwarfOp

java.lang.Object
  extended by lib.dwfl.DwarfOp

public class DwarfOp
extends Object


Field Summary
 int offset
           
 int operand1
           
 int operand2
           
 int operator
           
 
Constructor Summary
DwarfOp(int op, int op1, int op2, int off)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operator

public final int operator

operand1

public final int operand1

operand2

public final int operand2

offset

public final int offset
Constructor Detail

DwarfOp

public DwarfOp(int op,
               int op1,
               int op2,
               int off)