| Constructor and Description |
|---|
OperandStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearOperands() |
boolean |
isEmpty() |
Iterator<Operand> |
iterator() |
IntegerValue |
peekBv32() |
IntegerValue |
peekBv64() |
RealValue |
peekFp32() |
RealValue |
peekFp64() |
Operand |
peekOperand() |
ReferenceExpression |
peekRef() |
IntegerValue |
popBv32() |
IntegerValue |
popBv64() |
RealValue |
popFp32() |
RealValue |
popFp64() |
Operand |
popOperand() |
ReferenceExpression |
popRef() |
void |
pushBv32(IntegerValue e) |
void |
pushBv64(IntegerValue e) |
void |
pushFp32(RealValue e) |
void |
pushFp64(RealValue e) |
void |
pushNullRef() |
void |
pushOperand(Operand operand) |
void |
pushRef(ReferenceExpression r) |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void pushRef(ReferenceExpression r)
public void pushBv32(IntegerValue e)
public void pushBv64(IntegerValue e)
public void pushFp32(RealValue e)
public void pushFp64(RealValue e)
public ReferenceExpression popRef()
public IntegerValue popBv32()
public IntegerValue popBv64()
public RealValue popFp32()
public RealValue popFp64()
public Operand popOperand()
public void clearOperands()
public void pushOperand(Operand operand)
public RealValue peekFp64()
public RealValue peekFp32()
public IntegerValue peekBv64()
public IntegerValue peekBv32()
public Operand peekOperand()
public ReferenceExpression peekRef()
public int size()
public boolean isEmpty()
public void pushNullRef()
Copyright © 2010–2017 EvoSuite. All rights reserved.