Module: CEML::Instructions::TellStmt0

Defined in:
lib/ceml/lang/tt/instructions.rb

Instance Method Summary collapse

Instance Method Details

#idObject



386
387
388
# File 'lib/ceml/lang/tt/instructions.rb', line 386

def id
  elements[2]
end

#textObject



390
391
392
# File 'lib/ceml/lang/tt/instructions.rb', line 390

def text
  elements[5]
end

#wsObject



382
383
384
# File 'lib/ceml/lang/tt/instructions.rb', line 382

def ws
  elements[1]
end