The marker interface for internal grammar elements. Internal
grammar elements cannot appear in the abstract syntax tree of a
parsed grammar, but rather are added to the tree as part of the
packrat parser generator's transformations. Note that any class
implementing this interface must also be a
Element .
author: Robert Grimm version: $Revision: 1.5 $