beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginColumn -
Variable in class net.sourceforge.pmd.cpd.cppast.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginLine -
Variable in class net.sourceforge.pmd.ast.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginLine -
Variable in class net.sourceforge.pmd.cpd.cppast.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
This is only for anonymous inner classes
FIXME - should have name like Foo$1, not Anonymous$1
to get this working right, the parent scope needs
to be passed in when instantiating a ClassScope
Tests whether or not a NameOccurrence is directly contained in the scope
Note that if this search is just in this scope - it doesn't go diving into any
contained scopes.
CouplingBetweenObjectsRule attempts to capture all unique Class attributes,
local variables, and return types to determine how many objects a class is
coupled to.
endColumn -
Variable in class net.sourceforge.pmd.ast.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endColumn -
Variable in class net.sourceforge.pmd.cpd.cppast.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endLine -
Variable in class net.sourceforge.pmd.ast.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endLine -
Variable in class net.sourceforge.pmd.cpd.cppast.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
Goes searching up the tree for this scope's enclosing ClassScope
This is handy if you're buried down in a LocalScope and need to
hop up to the ClassScope to find a method name.
Method to find a file, first by finding it as a file
(either by the absolute or relative path), then as
a URL, and then finally seeing if it is on the classpath.