public abstract class MarkupTraceEvent extends Object
This class models the parsing events that are generated by TraceBuilderMarkupHandler
during parsing.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MarkupTraceEvent.EventType |
getEventType()
Returns the type of event.
|
int |
hashCode() |
boolean |
matchesTypeAndContent(MarkupTraceEvent event)
Checks whether two events are equal, but only comparing their types and contents, not the lines
and columns in which they appeared.
|
String |
toString() |
public MarkupTraceEvent.EventType getEventType()
Returns the type of event.
public boolean matchesTypeAndContent(MarkupTraceEvent event)
Checks whether two events are equal, but only comparing their types and contents, not the lines and columns in which they appeared.
event
- the event this object will be matched for equality to.Copyright © 2015 The ATTOPARSER team. All rights reserved.