Method: ANTLR3::Error::MismatchedToken#initialize
- Defined in:
- lib/antlr3/error.rb
#initialize(expecting, input) ⇒ MismatchedToken
Returns a new instance of MismatchedToken.
220 221 222 223 |
# File 'lib/antlr3/error.rb', line 220 def initialize( expecting, input ) @expecting = expecting super( input ) end |