public class WorkList.Entry extends Object implements IWorkListStrategy.IEntry<CallContextType>, Comparable<WorkList.Entry>
| Constructor and Description |
|---|
WorkList.Entry(BasicBlock b,
CallContextType c)
Constructs a new entry.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(WorkList.Entry p)
Compares this and the given entry.
|
boolean |
equals(Object obj)
Checks whether this entry is equal to the given one.
|
BasicBlock |
getBlock()
Returns the block.
|
CallContextType |
getContext()
Returns the context.
|
int |
getSerial()
Returns the entry serial number.
|
int |
hashCode()
Computes a hash code for this entry.
|
String |
toString()
Returns a string description of this entry.
|
public WorkList.Entry(BasicBlock b, CallContextType c)
public int compareTo(WorkList.Entry p)
compareTo in interface Comparable<WorkList.Entry>public boolean equals(Object obj)
public BasicBlock getBlock()
IWorkListStrategy.IEntrygetBlock in interface IWorkListStrategy.IEntry<CallContextType extends ICallContext<?>>public CallContextType getContext()
IWorkListStrategy.IEntrygetContext in interface IWorkListStrategy.IEntry<CallContextType extends ICallContext<?>>public int getSerial()
IWorkListStrategy.IEntrygetSerial in interface IWorkListStrategy.IEntry<CallContextType extends ICallContext<?>>public int hashCode()
Copyright © 2012 Aarhus University