Class: Flexr::IR::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



31
32
33
# File 'lib/flexr/ir.rb', line 31

def backend
  @backend
end

#declared_tokensObject

Returns the value of attribute declared_tokens

Returns:

  • (Object)

    the current value of declared_tokens



31
32
33
# File 'lib/flexr/ir.rb', line 31

def declared_tokens
  @declared_tokens
end

#encodingObject

Returns the value of attribute encoding

Returns:

  • (Object)

    the current value of encoding



31
32
33
# File 'lib/flexr/ir.rb', line 31

def encoding
  @encoding
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



31
32
33
# File 'lib/flexr/ir.rb', line 31

def options
  @options
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



31
32
33
# File 'lib/flexr/ir.rb', line 31

def states
  @states
end

#token_kindObject

Returns the value of attribute token_kind

Returns:

  • (Object)

    the current value of token_kind



31
32
33
# File 'lib/flexr/ir.rb', line 31

def token_kind
  @token_kind
end