Module: Idl::ImplicationExpression0
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#antecedent ⇒ Object
7506 7507 7508 |
# File 'lib/idlc/idl_parser.rb', line 7506 def antecedent elements[2] end |
#consequent ⇒ Object
7510 7511 7512 |
# File 'lib/idlc/idl_parser.rb', line 7510 def consequent elements[6] end |