orc.trace.events
Class ForkEvent

java.lang.Object
  extended by orc.trace.events.Event
      extended by orc.trace.events.ForkEvent
All Implemented Interfaces:
java.io.Serializable, Locatable, Located, RecordTerm, Term
Direct Known Subclasses:
RootEvent

public class ForkEvent
extends Event

Spawning a new thread.

Author:
quark
See Also:
Serialized Form

Field Summary
 
Fields inherited from class orc.trace.events.Event
cursor, location, seq, thread
 
Constructor Summary
ForkEvent()
           
 
Method Summary
<V> V
accept(Visitor<V> visitor)
           
 java.lang.String getType()
          Return a string name for the type of event.
 
Methods inherited from class orc.trace.events.Event
getCursor, getProperty, getSeq, getSourceLocation, getSourceLocationTerm, getThread, prettyPrint, prettyPrintProperties, prettyPrintProperty, setCursor, setSeq, setSourceLocation, setThread, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForkEvent

public ForkEvent()
Method Detail

getType

public java.lang.String getType()
Description copied from class: Event
Return a string name for the type of event. Used in pattern matching.

Specified by:
getType in class Event

accept

public <V> V accept(Visitor<V> visitor)
Specified by:
accept in class Event