Class PLSQLNameOccurrence
java.lang.Object
net.sourceforge.pmd.lang.plsql.symboltable.PLSQLNameOccurrence
- All Implemented Interfaces:
NameOccurrence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSimply return if the image start with keyword 'this' or 'super'.intgetImage()inthashCode()booleanbooleanbooleanbooleanbooleanSimply return true is the image is equal to keyword 'this' or 'super'.voidsetArgumentCount(int count) voidvoidsetNameWhichThisQualifies(PLSQLNameOccurrence qualifiedName) toString()
-
Constructor Details
-
PLSQLNameOccurrence
-
-
Method Details
-
setIsMethodOrConstructorInvocation
public void setIsMethodOrConstructorInvocation() -
setArgumentCount
public void setArgumentCount(int count) -
getArgumentCount
public int getArgumentCount() -
isMethodOrConstructorInvocation
public boolean isMethodOrConstructorInvocation() -
setNameWhichThisQualifies
-
getNameForWhichThisIsAQualifier
-
isPartOfQualifiedName
public boolean isPartOfQualifiedName() -
getLocation
- Specified by:
getLocationin interfaceNameOccurrence
-
isOnRightHandSide
public boolean isOnRightHandSide() -
isOnLeftHandSide
public boolean isOnLeftHandSide() -
isThisOrSuper
public boolean isThisOrSuper()Simply return true is the image is equal to keyword 'this' or 'super'.- Returns:
- return true if image equal to 'this' or 'super'.
-
equals
Simply return if the image start with keyword 'this' or 'super'. -
hashCode
public int hashCode() -
getImage
- Specified by:
getImagein interfaceNameOccurrence
-
toString
-