public static class VMTrace.VMOperation.Ex
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VMTrace.VMOperation.Ex.Mem |
static class |
VMTrace.VMOperation.Ex.Store |
Constructor and Description |
---|
Ex() |
Ex(VMTrace.VMOperation.Ex.Mem mem,
java.util.List<java.lang.String> push,
VMTrace.VMOperation.Ex.Store store,
java.math.BigInteger used) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
VMTrace.VMOperation.Ex.Mem |
getMem() |
java.util.List<java.lang.String> |
getPush() |
VMTrace.VMOperation.Ex.Store |
getStore() |
java.math.BigInteger |
getUsed() |
int |
hashCode() |
void |
setMem(VMTrace.VMOperation.Ex.Mem mem) |
void |
setPush(java.util.List<java.lang.String> push) |
void |
setStore(VMTrace.VMOperation.Ex.Store store) |
void |
setUsed(java.math.BigInteger used) |
java.lang.String |
toString() |
public Ex()
public Ex(VMTrace.VMOperation.Ex.Mem mem, java.util.List<java.lang.String> push, VMTrace.VMOperation.Ex.Store store, java.math.BigInteger used)
public VMTrace.VMOperation.Ex.Mem getMem()
public void setMem(VMTrace.VMOperation.Ex.Mem mem)
public java.util.List<java.lang.String> getPush()
public void setPush(java.util.List<java.lang.String> push)
public VMTrace.VMOperation.Ex.Store getStore()
public void setStore(VMTrace.VMOperation.Ex.Store store)
public java.math.BigInteger getUsed()
public void setUsed(java.math.BigInteger used)
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