Class Event

    • Constructor Detail

      • Event

        public Event​(Mark startMark,
                     Mark endMark)
    • Method Detail

      • getStartMark

        public Mark getStartMark()
      • getEndMark

        public Mark getEndMark()
      • getArguments

        protected String getArguments()
        Generate human readable representation of the Event
        Returns:
        representation fore humans
        See Also:
        "__repr__ for Event in PyYAML"
      • is

        public abstract boolean is​(Event.ID id)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object