net.sourceforge.pmd.symboltable
public class NameOccurrence extends Object
Constructor Summary | |
---|---|
NameOccurrence(SimpleNode location, String image) |
Method Summary | |
---|---|
boolean | equals(Object o) |
int | getArgumentCount() |
String | getImage() |
SimpleNode | getLocation() |
NameOccurrence | getNameForWhichThisIsAQualifier() |
int | hashCode() |
boolean | isMethodOrConstructorInvocation() |
boolean | isOnLeftHandSide() |
boolean | isOnRightHandSide() |
boolean | isPartOfQualifiedName() |
boolean | isSelfAssignment() |
boolean | isThisOrSuper() |
void | setArgumentCount(int count) |
void | setIsMethodOrConstructorInvocation() |
void | setNameWhichThisQualifies(NameOccurrence qualifiedName) |
String | toString() |