Interface JjtreeNode<N extends JjtreeNode<N>>

Type Parameters:
N - Self type
All Superinterfaces:
GenericNode<N>, Node, Reportable, TextAvailableNode
All Known Implementing Classes:
AbstractJjtreeNode

public interface JjtreeNode<N extends JjtreeNode<N>> extends GenericNode<N>, TextAvailableNode
Base interface for nodes that are produced by a JJTree parser. Our JJTree implementation gives TextAvailableNode for free, access to tokens is also guaranteed.
  • Method Details