Class: Ibex::Frontend::AST::LexerRule
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::LexerRule
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#pattern_kind ⇒ Object
Returns the value of attribute pattern_kind.
-
#token ⇒ Object
Returns the value of attribute token.
Method Summary
Methods included from Node
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
153 154 155 |
# File 'lib/ibex/frontend/ast.rb', line 153 def action @action end |
#kind ⇒ Object
Returns the value of attribute kind
153 154 155 |
# File 'lib/ibex/frontend/ast.rb', line 153 def kind @kind end |
#loc ⇒ Object
Returns the value of attribute loc
153 154 155 |
# File 'lib/ibex/frontend/ast.rb', line 153 def loc @loc end |
#pattern ⇒ Object
Returns the value of attribute pattern
153 154 155 |
# File 'lib/ibex/frontend/ast.rb', line 153 def pattern @pattern end |
#pattern_kind ⇒ Object
Returns the value of attribute pattern_kind
153 154 155 |
# File 'lib/ibex/frontend/ast.rb', line 153 def pattern_kind @pattern_kind end |
#token ⇒ Object
Returns the value of attribute token
153 154 155 |
# File 'lib/ibex/frontend/ast.rb', line 153 def token @token end |