Module: CEML::Lexer::MappedRole0
- Defined in:
- lib/ceml/lang/tt/lexer.rb
Instance Method Summary collapse
Instance Method Details
#rolename ⇒ Object
1360 1361 1362 |
# File 'lib/ceml/lang/tt/lexer.rb', line 1360 def rolename elements[0] end |
#target_role ⇒ Object
1372 1373 1374 |
# File 'lib/ceml/lang/tt/lexer.rb', line 1372 def target_role elements[4] end |
#ws1 ⇒ Object
1364 1365 1366 |
# File 'lib/ceml/lang/tt/lexer.rb', line 1364 def ws1 elements[1] end |
#ws2 ⇒ Object
1368 1369 1370 |
# File 'lib/ceml/lang/tt/lexer.rb', line 1368 def ws2 elements[3] end |