|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectLazyProfilingListener.ProfileCount
public static class LazyProfilingListener.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 | |
|---|---|
LazyProfilingListener.ProfileCount()
Construct an empty ProfileCount |
|
LazyProfilingListener.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 LazyProfilingListener.ProfileCount()
public LazyProfilingListener.ProfileCount(String systemId,
int lineNum)
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||