class ANTLR3::Error::RewriteEarlyExit
- error
- used by
-
tree-rewriting parsers and tree parsers
- occurs when
-
A tree-rewrite rule requires one or more occurence of a symbol, but none have been seen.
Attributes
element_description[RW]
Public Class Methods
new( element_description = nil )
click to toggle source
Calls superclass method
ANTLR3::Error::RewriteCardinalityError::new
# File lib/antlr3/error.rb, line 546 def initialize( element_description = nil ) super( element_description ) end