Package net.sourceforge.pmd.lang.dfa
Class VariableAccess
- java.lang.Object
-
- net.sourceforge.pmd.lang.dfa.VariableAccess
-
@Deprecated public class VariableAccess extends Object
Deprecated.SeeDataFlowNode- Since:
- Created on 14.07.2004
- Author:
- raik
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFINITIONDeprecated.static intREFERENCINGDeprecated.static intUNDEFINITIONDeprecated.
-
Constructor Summary
Constructors Constructor Description VariableAccess(int accessType, String varName)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanaccessTypeMatches(int otherType)Deprecated.intgetAccessType()Deprecated.StringgetVariableName()Deprecated.booleanisDefinition()Deprecated.booleanisReference()Deprecated.booleanisUndefinition()Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
DEFINITION
public static final int DEFINITION
Deprecated.- See Also:
- Constant Field Values
-
REFERENCING
public static final int REFERENCING
Deprecated.- See Also:
- Constant Field Values
-
UNDEFINITION
public static final int UNDEFINITION
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VariableAccess
public VariableAccess(int accessType, String varName)Deprecated.
-
-
Method Detail
-
getAccessType
public int getAccessType()
Deprecated.
-
accessTypeMatches
public boolean accessTypeMatches(int otherType)
Deprecated.
-
isDefinition
public boolean isDefinition()
Deprecated.
-
isReference
public boolean isReference()
Deprecated.
-
isUndefinition
public boolean isUndefinition()
Deprecated.
-
getVariableName
public String getVariableName()
Deprecated.
-
-