public class TraceEvent extends GuessingEvent
Modifier and Type | Field and Description |
---|---|
static int |
DONE_PARSING |
static int |
ENTER |
static int |
EXIT |
source
Constructor and Description |
---|
TraceEvent(Object source) |
TraceEvent(Object source,
int type,
int ruleNum,
int guessing,
int data) |
Modifier and Type | Method and Description |
---|---|
int |
getData() |
int |
getRuleNum() |
String |
toString() |
getGuessing
getSource
public static int ENTER
public static int EXIT
public static int DONE_PARSING
public TraceEvent(Object source)
public TraceEvent(Object source, int type, int ruleNum, int guessing, int data)
public int getData()
public int getRuleNum()
public String toString()
toString
in class EventObject
Copyright © 2015 JBoss by Red Hat. All rights reserved.