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
157 158 159 |
# File 'lib/ibex/frontend/ast.rb', line 157 def action @action end |
#kind ⇒ Object
Returns the value of attribute kind
157 158 159 |
# File 'lib/ibex/frontend/ast.rb', line 157 def kind @kind end |
#loc ⇒ Object
Returns the value of attribute loc
157 158 159 |
# File 'lib/ibex/frontend/ast.rb', line 157 def loc @loc end |
#pattern ⇒ Object
Returns the value of attribute pattern
157 158 159 |
# File 'lib/ibex/frontend/ast.rb', line 157 def pattern @pattern end |
#pattern_kind ⇒ Object
Returns the value of attribute pattern_kind
157 158 159 |
# File 'lib/ibex/frontend/ast.rb', line 157 def pattern_kind @pattern_kind end |
#token ⇒ Object
Returns the value of attribute token
157 158 159 |
# File 'lib/ibex/frontend/ast.rb', line 157 def token @token end |