public static class LazyProfilingListener.ProfileCount
extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ProfileCount()
Construct an empty ProfileCount
|
ProfileCount(String systemId,
int lineNum)
Construct a ProfileCount referencing a specific instruction
|
Modifier and Type | Method and Description |
---|---|
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
|
public String systemId
public int lineNum
public int count
public HashMap nodes