org.attoparser.markup.trace
Class TraceEvent

Object
  extended by org.attoparser.markup.trace.TraceEvent

public final class TraceEvent
extends Object

Since:
1.2
Author:
Daniel Fernández

Constructor Summary
TraceEvent(int line, int col, String type, String... content)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCol()
           
 String[] getContent()
           
 int getLine()
           
 String getType()
           
 boolean hasContent()
           
 int hashCode()
           
 boolean matchesTypeAndContent(TraceEvent event)
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TraceEvent

public TraceEvent(int line,
                  int col,
                  String type,
                  String... content)
Method Detail

getType

public String getType()

hasContent

public boolean hasContent()

getContent

public String[] getContent()

getLine

public int getLine()

getCol

public int getCol()

toString

public String toString()
Overrides:
toString in class Object

matchesTypeAndContent

public boolean matchesTypeAndContent(TraceEvent event)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 The ATTOPARSER team. All Rights Reserved.