Module: OracleSqlParser::Grammar::Condition::IsOfType::IsOfTypeCondition0
- Defined in:
- lib/oracle-sql-parser/grammar/condition/is_of_type.rb
Instance Method Summary collapse
- #expr ⇒ Object
- #is_keyword ⇒ Object
- #not_keyword ⇒ Object
- #of_keyword ⇒ Object
- #type_keyword ⇒ Object
- #types ⇒ Object
Instance Method Details
#expr ⇒ Object
13 14 15 |
# File 'lib/oracle-sql-parser/grammar/condition/is_of_type.rb', line 13 def expr elements[0] end |
#is_keyword ⇒ Object
17 18 19 |
# File 'lib/oracle-sql-parser/grammar/condition/is_of_type.rb', line 17 def is_keyword elements[2] end |
#not_keyword ⇒ Object
21 22 23 |
# File 'lib/oracle-sql-parser/grammar/condition/is_of_type.rb', line 21 def not_keyword elements[4] end |
#of_keyword ⇒ Object
25 26 27 |
# File 'lib/oracle-sql-parser/grammar/condition/is_of_type.rb', line 25 def of_keyword elements[6] end |
#type_keyword ⇒ Object
29 30 31 |
# File 'lib/oracle-sql-parser/grammar/condition/is_of_type.rb', line 29 def type_keyword elements[8] end |
#types ⇒ Object
33 34 35 |
# File 'lib/oracle-sql-parser/grammar/condition/is_of_type.rb', line 33 def types elements[12] end |