Exception: PETOOH::YY_SyntaxError
- Inherits:
-
Exception
- Object
- Exception
- PETOOH::YY_SyntaxError
- Defined in:
- gen/lib/petooh.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#pos ⇒ Object
readonly
Returns the value of attribute pos.
Instance Method Summary collapse
-
#initialize(message, pos) ⇒ YY_SyntaxError
constructor
A new instance of YY_SyntaxError.
Constructor Details
#initialize(message, pos) ⇒ YY_SyntaxError
Returns a new instance of YY_SyntaxError.
282 283 284 285 |
# File 'gen/lib/petooh.rb', line 282 def initialize(, pos) super() @pos = pos end |
Instance Attribute Details
#pos ⇒ Object (readonly)
Returns the value of attribute pos.
287 288 289 |
# File 'gen/lib/petooh.rb', line 287 def pos @pos end |