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 int
DEFINITION
Deprecated.static int
REFERENCING
Deprecated.static int
UNDEFINITION
Deprecated.
-
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 boolean
accessTypeMatches(int otherType)
Deprecated.int
getAccessType()
Deprecated.String
getVariableName()
Deprecated.boolean
isDefinition()
Deprecated.boolean
isReference()
Deprecated.boolean
isUndefinition()
Deprecated.String
toString()
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.
-
-