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 Continuationcontinuation()ControlEntryTokenentry()booleanequals(java.lang.Object obj)inthashCode()Return the hash code for the InternalEntryLocation object.java.lang.StringtoString()
-
-
-
Method Detail
-
continuation
public Continuation continuation()
-
entry
public ControlEntryToken entry()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classControlEntryToken.EntryLocation
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin 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:
hashCodein classControlEntryToken.EntryLocation- Returns:
- The hash code for this InternalEntryLocation object.
-
-