Class: LexerKit::Builder::ConflictDetector::Conflict

Inherits:
Struct
  • Object
show all
Defined in:
lib/lexer_kit/builder/conflict_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



8
9
10
# File 'lib/lexer_kit/builder/conflict_detector.rb', line 8

def description
  @description
end

#token1Object

Returns the value of attribute token1

Returns:

  • (Object)

    the current value of token1



8
9
10
# File 'lib/lexer_kit/builder/conflict_detector.rb', line 8

def token1
  @token1
end

#token2Object

Returns the value of attribute token2

Returns:

  • (Object)

    the current value of token2



8
9
10
# File 'lib/lexer_kit/builder/conflict_detector.rb', line 8

def token2
  @token2
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/lexer_kit/builder/conflict_detector.rb', line 8

def type
  @type
end