Package net.sourceforge.pmd.lang.ast.impl
-
Interface Summary Interface Description GenericNode<N extends GenericNode<N>> Interface that binds the return type of some node methods to a type parameter. -
Class Summary Class Description AbstractNode<B extends AbstractNode<B,N>,N extends Node & GenericNode<N>> Base class for implementations of the Node interface whose children are stored in an array.TokenDocument<T extends GenericToken> Token layer of a parsed file.