|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.cpd.Tokens
Field Summary | |
private java.util.List |
tokens
|
Constructor Summary | |
Tokens()
|
Method Summary | |
void |
add(TokenEntry tokenEntry)
|
private TokenEntry |
get(int index)
|
int |
getLineCount(Mark mark,
Match match)
|
java.util.Iterator |
iterator()
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.List tokens
Constructor Detail |
public Tokens()
Method Detail |
public void add(TokenEntry tokenEntry)
public java.util.Iterator iterator()
private TokenEntry get(int index)
public int size()
public int getLineCount(Mark mark, Match match)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |