public abstract class Event extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Event.ID | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| protected String | getArguments()Generate human readable representation of the Event | 
| Mark | getEndMark() | 
| abstract Event.ID | getEventId()Get the type (kind) if this Event | 
| Mark | getStartMark() | 
| int | hashCode() | 
| boolean | is(Event.ID id)Check if the Event is of the provided kind | 
| String | toString() | 
public Mark getStartMark()
public Mark getEndMark()
protected String getArguments()
public boolean is(Event.ID id)
id - - the Event.ID enumpublic abstract Event.ID getEventId()
Copyright © 2008–2021. All rights reserved.