Interface RootNode

All Superinterfaces:
Node, Reportable
All Known Implementing Classes:
PlainTextLanguage.PlainTextFile

public interface RootNode extends Node
This interface identifies the root node of an AST. Each language implementation must ensure that every AST its parser produces has a RootNode as its root, and that there is no other RootNode instance in the tree.