|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectProfilingListener.ProfileCount
public static class ProfilingListener.ProfileCount
Simple data structure to keep track of counts.
Field Summary | |
---|---|
int |
count
Count of how many nodes were referenced to serve this instr |
int |
lineNum
Line number of the instruction within the XSLT file |
HashMap |
nodes
Map of each node hit by this instruction |
String |
systemId
ID representing the XSLT file of the instruction |
Constructor Summary | |
---|---|
ProfilingListener.ProfileCount()
Construct an empty ProfileCount |
|
ProfilingListener.ProfileCount(String systemId,
int lineNum)
Construct a ProfileCount referencing a specific instruction |
Method Summary | |
---|---|
boolean |
equals(Object other)
Determine if this ProfileCount is the same as another |
int |
hashCode()
Obtain a hash code so that ProfileCounts can be stored in a map |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String systemId
public int lineNum
public int count
public HashMap nodes
Constructor Detail |
---|
public ProfilingListener.ProfileCount()
public ProfilingListener.ProfileCount(String systemId, int lineNum)
Method Detail |
---|
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |