net.sourceforge.pmd.dfa.variableaccess
public class VariableAccess extends Object
| Field Summary | |
|---|---|
| static int | DEFINITION |
| static int | REFERENCING |
| static int | UNDEFINITION |
| Constructor Summary | |
|---|---|
| VariableAccess(int accessType, String varName) | |
| Method Summary | |
|---|---|
| boolean | accessTypeMatches(int otherType) |
| int | getAccessType() |
| String | getVariableName() |
| boolean | isDefinition() |
| boolean | isReference() |
| boolean | isUndefinition() |
| String | toString() |