Package ptolemy.domains.coroutine.kernel
Class CoroutineDirector.InternalExitLocation
- java.lang.Object
-
- ptolemy.domains.coroutine.kernel.ControlExitToken.ExitLocation
-
- ptolemy.domains.coroutine.kernel.CoroutineDirector.InternalExitLocation
-
- All Implemented Interfaces:
ControlToken.Location
- Enclosing class:
- CoroutineDirector
public class CoroutineDirector.InternalExitLocation extends ControlExitToken.ExitLocation
-
-
Field Summary
-
Fields inherited from class ptolemy.domains.coroutine.kernel.ControlExitToken.ExitLocation
name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Continuation
continuation()
boolean
equals(java.lang.Object obj)
int
hashCode()
Return the hash code for the InternalExitLocation object.ControlExitToken.ExitLocation
location()
java.lang.String
toString()
-
-
-
Method Detail
-
continuation
public Continuation continuation()
-
location
public ControlExitToken.ExitLocation location()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classControlExitToken.ExitLocation
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classControlExitToken.ExitLocation
-
hashCode
public int hashCode()
Return the hash code for the InternalExitLocation object. If two InternalExitLocation objects contains the same Continuation and ExitLocation then they have the same hashcode.- Overrides:
hashCode
in classControlExitToken.ExitLocation
- Returns:
- The hash code for this InternalExitLocation object.
-
-