public class CoroutineDirector.InternalEntryLocation extends ControlEntryToken.EntryLocation
name| Constructor and Description |
|---|
InternalEntryLocation(Continuation continuation,
ControlEntryToken entry) |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
continuation() |
ControlEntryToken |
entry() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode()
Return the hash code for the InternalEntryLocation object.
|
java.lang.String |
toString() |
InternalEntryLocation(Continuation continuation, ControlEntryToken entry)
public Continuation continuation()
public ControlEntryToken entry()
public java.lang.String toString()
toString in class ControlEntryToken.EntryLocationpublic boolean equals(java.lang.Object obj)
equals in class ControlEntryToken.EntryLocationpublic int hashCode()
hashCode in class ControlEntryToken.EntryLocation