Package net.sourceforge.pmd.lang.ast
-
Interface Summary Interface Description CharStream Deprecated. GenericToken Represents a language-independent token such as constants, values language reserved keywords, or comments.Node Root interface for all AST nodes.QualifiableNode Deprecated. Not useful anymoreQualifiedName Deprecated. Not useful anymoreRootNode This interface can be used to tag the root node of various ASTs.SignedNode<N> Nodes that can be described by a signature. -
Class Summary Class Description AbstractNode Base class for all implementations of the Node interface.AbstractTokenManager JavaCharStream Deprecated. SimpleCharStream Deprecated. SourceCodePositioner Calculates from an absolute offset in the source file the line/column coordinate. -
Exception Summary Exception Description ParseException TokenMgrError An error thrown during lexical analysis of a file.