Module: CEML::Instructions::AssignStmt0

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

Instance Method Summary collapse

Instance Method Details

#idObject



188
189
190
# File 'lib/ceml/tt/instructions.rb', line 188

def id
  elements[2]
end

#nlObject



196
197
198
# File 'lib/ceml/tt/instructions.rb', line 196

def nl
  elements[6]
end

#textObject



192
193
194
# File 'lib/ceml/tt/instructions.rb', line 192

def text
  elements[5]
end

#wsObject



184
185
186
# File 'lib/ceml/tt/instructions.rb', line 184

def ws
  elements[1]
end