Class: Pione::Lang::TicketExprSequence

Inherits:
OrdinalSequence show all
Defined in:
lib/pione/lang/ticket-expr.rb

Overview

TicketExprSequence is a ordinal sequence of ticket expressions.

Instance Method Summary collapse

Methods inherited from OrdinalSequence

#empty, #fold, fold, #fold2, fold2, #inspect, make_piece, #map, map, map2, #map2, map3, #map3, #map_by, of

Methods inherited from Sequence

#assertive?, #attribute, #concat, #each, #eval, index_type, inherited, piece_class, piece_classes, #push, #set_annotation_type, set_index_type, #update_pieces, void, #void?

Methods included from Callable

#call_pione_method

Methods included from Util::Positionable

#line_and_column, #pos, #set_source_position

Methods inherited from Expr

#eval, #eval!, inherited, pione_type, set_pione_type, #textize, #to_s

Instance Method Details

#namesObject

Return ticket names of all elements in the sequence.



30
31
32
# File 'lib/pione/lang/ticket-expr.rb', line 30

def names
  pieces.map {|piece| piece.name}
end