Class: ErrorNodeImpl
- Inherits:
-
ErrorNode
- Object
- Tree
- SyntaxTree
- ParseTree
- TerminalNode
- ErrorNode
- ErrorNodeImpl
- Includes:
- NodeImpl
- Defined in:
- lib/antlr4/tree/Tree.rb
Overview
upon no viable alternative exceptions.
Instance Method Summary collapse
Methods included from NodeImpl
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 |