Class: LexerKit::Builder::ConflictDetector::Conflict
- Inherits:
-
Struct
- Object
- Struct
- LexerKit::Builder::ConflictDetector::Conflict
- Defined in:
- lib/lexer_kit/builder/conflict_detector.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#token1 ⇒ Object
Returns the value of attribute token1.
-
#token2 ⇒ Object
Returns the value of attribute token2.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/lexer_kit/builder/conflict_detector.rb', line 8 def description @description end |
#token1 ⇒ Object
Returns the value of attribute token1
8 9 10 |
# File 'lib/lexer_kit/builder/conflict_detector.rb', line 8 def token1 @token1 end |
#token2 ⇒ Object
Returns the value of attribute token2
8 9 10 |
# File 'lib/lexer_kit/builder/conflict_detector.rb', line 8 def token2 @token2 end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/lexer_kit/builder/conflict_detector.rb', line 8 def type @type end |