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 Continuationcontinuation()booleanequals(java.lang.Object obj)inthashCode()Return the hash code for the InternalExitLocation object.ControlExitToken.ExitLocationlocation()java.lang.StringtoString()
-
-
-
Method Detail
-
continuation
public Continuation continuation()
-
location
public ControlExitToken.ExitLocation location()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classControlExitToken.ExitLocation
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin 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:
hashCodein classControlExitToken.ExitLocation- Returns:
- The hash code for this InternalExitLocation object.
-
-