Class: Alap::ExpressionParser::ParseResult
- Inherits:
-
Struct
- Object
- Struct
- Alap::ExpressionParser::ParseResult
- Defined in:
- lib/alap/expression_parser.rb
Instance Attribute Summary collapse
-
#ids ⇒ Object
Returns the value of attribute ids.
-
#pos ⇒ Object
Returns the value of attribute pos.
Instance Attribute Details
#ids ⇒ Object
Returns the value of attribute ids
35 36 37 |
# File 'lib/alap/expression_parser.rb', line 35 def ids @ids end |
#pos ⇒ Object
Returns the value of attribute pos
35 36 37 |
# File 'lib/alap/expression_parser.rb', line 35 def pos @pos end |