public static class VMTrace.VMOperation
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VMTrace.VMOperation.Ex |
Constructor and Description |
---|
VMOperation() |
VMOperation(VMTrace sub,
java.math.BigInteger cost,
VMTrace.VMOperation.Ex ex,
java.math.BigInteger pc) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.math.BigInteger |
getCost() |
VMTrace.VMOperation.Ex |
getEx() |
java.math.BigInteger |
getPc() |
VMTrace |
getSub() |
int |
hashCode() |
void |
setCost(java.math.BigInteger cost) |
void |
setEx(VMTrace.VMOperation.Ex ex) |
void |
setPc(java.math.BigInteger pc) |
void |
setSub(VMTrace sub) |
java.lang.String |
toString() |
public VMOperation()
public VMOperation(VMTrace sub, java.math.BigInteger cost, VMTrace.VMOperation.Ex ex, java.math.BigInteger pc)
public VMTrace getSub()
public void setSub(VMTrace sub)
public java.math.BigInteger getCost()
public void setCost(java.math.BigInteger cost)
public VMTrace.VMOperation.Ex getEx()
public void setEx(VMTrace.VMOperation.Ex ex)
public java.math.BigInteger getPc()
public void setPc(java.math.BigInteger pc)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object