Class: MPS::Engines::Parser::Unknown
- Inherits:
-
Struct
- Object
- Struct
- MPS::Engines::Parser::Unknown
- Defined in:
- lib/mps/engines/mps.rb
Overview
Holds an unknown element type (sign not in registered element_classes).
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#body_str ⇒ Object
Returns the value of attribute body_str.
-
#ecn ⇒ Object
Returns the value of attribute ecn.
-
#refs ⇒ Object
Returns the value of attribute refs.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
9 10 11 |
# File 'lib/mps/engines/mps.rb', line 9 def args @args end |
#body_str ⇒ Object
Returns the value of attribute body_str
9 10 11 |
# File 'lib/mps/engines/mps.rb', line 9 def body_str @body_str end |
#ecn ⇒ Object
Returns the value of attribute ecn
9 10 11 |
# File 'lib/mps/engines/mps.rb', line 9 def ecn @ecn end |
#refs ⇒ Object
Returns the value of attribute refs
9 10 11 |
# File 'lib/mps/engines/mps.rb', line 9 def refs @refs end |