Package ptolemy.domains.coroutine.kernel
Class CoroutineDirector.InternalEntryLocation
- java.lang.Object
-
- ptolemy.domains.coroutine.kernel.ControlEntryToken.EntryLocation
-
- ptolemy.domains.coroutine.kernel.CoroutineDirector.InternalEntryLocation
-
- All Implemented Interfaces:
ControlToken.Location
- Enclosing class:
- CoroutineDirector
public class CoroutineDirector.InternalEntryLocation extends ControlEntryToken.EntryLocation
-
-
Field Summary
-
Fields inherited from class ptolemy.domains.coroutine.kernel.ControlEntryToken.EntryLocation
name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
continuation
public Continuation continuation()
-
entry
public ControlEntryToken entry()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classControlEntryToken.EntryLocation
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classControlEntryToken.EntryLocation
-
hashCode
public int hashCode()
Return the hash code for the InternalEntryLocation object. If two InternalEntryLocation objects contains the same Continuation and ControlEntryToken then they have the same hashcode.- Overrides:
hashCode
in classControlEntryToken.EntryLocation
- Returns:
- The hash code for this InternalEntryLocation object.
-
-