Note

You are not reading the most recent version of this documentation.

SourcedEventSummary

class Cocotec.CocoPlatform.Coco.SourcedEventSummary

Public Functions

override bool Equals (object other)
override int GetHashCode ()

Properties

Cocotec.CocoPlatform.Coco.Node Node { }
Cocotec.CocoPlatform.Coco.Node Source { }

AST node for the event source declaration. There won’t be one for a state machine in a simple (non-composite) port, in which case the node will return is_valid() = false

Cocotec.CocoPlatform.Coco.Node Port { }

AST node for the underlying port declaration for the event source. There won’t be one for a state machine in a simple (non-composite) port, in which case the node will return is_valid() = false

string EventName { }
string SourceName { }
bool IsSignal { }