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.Mark
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.
block -
Variable in class net.sourceforge.pmd.ast.ASTCatch
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
CouplingBetweenObjectsRule attempts to capture all unique Class attributes,
local variables, and return types to determine how many objects a class is
coupled to.
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.
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.
IsCtor() -
Static method in class net.sourceforge.pmd.cpd.cppast.CPPParser
This method first tries to read a sequence of tokens of the form
("::")? ("::" )*
and if it succeeds then asks the symbol table manager if this is
the name of a constructor.
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.