Uses of Interface
net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrNode
-
Packages that use AntlrNode Package Description net.sourceforge.pmd.lang.ast.impl.antlr4 -
-
Uses of AntlrNode in net.sourceforge.pmd.lang.ast.impl.antlr4
Classes in net.sourceforge.pmd.lang.ast.impl.antlr4 with type parameters of type AntlrNode Modifier and Type Class Description classAntlrBaseParser<N extends AntlrNode<N>,R extends BaseAntlrInnerNode<N> & RootNode>Generic Antlr parser adapter for all Antlr parsers.classAntlrGeneratedParserBase<N extends AntlrNode<N>>This is the base class for antlr generated parsers.interfaceAntlrNode<N extends AntlrNode<N>>Base interface for all Antlr-based implementation of the Node interface.classBaseAntlrErrorNode<N extends AntlrNode<N>>classBaseAntlrInnerNode<N extends AntlrNode<N>>Base class for the inner nodes (corresponds toParserRuleContext).protected static classBaseAntlrInnerNode.PmdAsAntlrInnerNode<N extends AntlrNode<N>>classBaseAntlrNode<A extends BaseAntlrNode.AntlrToPmdParseTreeAdapter<N>,N extends AntlrNode<N>>Base class for an antlr node.protected static interfaceBaseAntlrNode.AntlrToPmdParseTreeAdapter<N extends AntlrNode<N>>classBaseAntlrTerminalNode<N extends AntlrNode<N>>Base class for terminal nodes (they wrap aTerminalNode).protected static classBaseAntlrTerminalNode.AntlrErrorPmdAdapter<N extends AntlrNode<N>>protected static classBaseAntlrTerminalNode.AntlrTerminalPmdAdapter<N extends AntlrNode<N>>Classes in net.sourceforge.pmd.lang.ast.impl.antlr4 that implement AntlrNode Modifier and Type Class Description classBaseAntlrErrorNode<N extends AntlrNode<N>>classBaseAntlrInnerNode<N extends AntlrNode<N>>Base class for the inner nodes (corresponds toParserRuleContext).classBaseAntlrNode<A extends BaseAntlrNode.AntlrToPmdParseTreeAdapter<N>,N extends AntlrNode<N>>Base class for an antlr node.classBaseAntlrTerminalNode<N extends AntlrNode<N>>Base class for terminal nodes (they wrap aTerminalNode).
-