Class: Flexr::IR::Config
- Inherits:
-
Struct
- Object
- Struct
- Flexr::IR::Config
- Defined in:
- lib/flexr/ir.rb
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#declared_tokens ⇒ Object
Returns the value of attribute declared_tokens.
-
#encoding ⇒ Object
Returns the value of attribute encoding.
-
#options ⇒ Object
Returns the value of attribute options.
-
#states ⇒ Object
Returns the value of attribute states.
-
#token_kind ⇒ Object
Returns the value of attribute token_kind.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend
31 32 33 |
# File 'lib/flexr/ir.rb', line 31 def backend @backend end |
#declared_tokens ⇒ Object
Returns the value of attribute declared_tokens
31 32 33 |
# File 'lib/flexr/ir.rb', line 31 def declared_tokens @declared_tokens end |
#encoding ⇒ Object
Returns the value of attribute encoding
31 32 33 |
# File 'lib/flexr/ir.rb', line 31 def encoding @encoding end |
#options ⇒ Object
Returns the value of attribute options
31 32 33 |
# File 'lib/flexr/ir.rb', line 31 def @options end |
#states ⇒ Object
Returns the value of attribute states
31 32 33 |
# File 'lib/flexr/ir.rb', line 31 def states @states end |
#token_kind ⇒ Object
Returns the value of attribute token_kind
31 32 33 |
# File 'lib/flexr/ir.rb', line 31 def token_kind @token_kind end |