Module: CEML::Instructions::AssignStmt0

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

Instance Method Summary collapse

Instance Method Details

#idObject



464
465
466
# File 'lib/ceml/lang/tt/instructions.rb', line 464

def id
  elements[2]
end

#textObject



468
469
470
# File 'lib/ceml/lang/tt/instructions.rb', line 468

def text
  elements[5]
end

#wsObject



460
461
462
# File 'lib/ceml/lang/tt/instructions.rb', line 460

def ws
  elements[1]
end