Class: ErrorNodeImpl

Inherits:
ErrorNode show all
Includes:
NodeImpl
Defined in:
lib/antlr4/tree/Tree.rb

Overview

upon no viable alternative exceptions.

Instance Method Summary collapse

Methods included from NodeImpl

included

Instance Method Details

#accept(visitor) ⇒ Object



158
159
160
# File 'lib/antlr4/tree/Tree.rb', line 158

def accept(visitor)
    return visitor.visitErrorNode(self)
end