Class: LL::DriverConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/ll/driver_config.rb

Overview

Class containing C/Java data for a Driver class.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) actions

Returns the value of attribute actions



6
7
8
# File 'lib/ll/driver_config.rb', line 6

def actions
  @actions
end

- (Object) rules

Returns the value of attribute rules



6
7
8
# File 'lib/ll/driver_config.rb', line 6

def rules
  @rules
end

- (Object) table

Returns the value of attribute table



6
7
8
# File 'lib/ll/driver_config.rb', line 6

def table
  @table
end

- (Object) terminals

Returns the value of attribute terminals



6
7
8
# File 'lib/ll/driver_config.rb', line 6

def terminals
  @terminals
end