Class: Alap::ExpressionParser::ParseResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/alap/expression_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idsObject

Returns the value of attribute ids

Returns:

  • (Object)

    the current value of ids



35
36
37
# File 'lib/alap/expression_parser.rb', line 35

def ids
  @ids
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



35
36
37
# File 'lib/alap/expression_parser.rb', line 35

def pos
  @pos
end