Class: Fabulator::Grammar::Actions::Context

Inherits:
Structural
  • Object
show all
Defined in:
lib/fabulator/grammar/actions/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modeObject

Returns the value of attribute mode.



10
11
12
# File 'lib/fabulator/grammar/actions/context.rb', line 10

def mode
  @mode
end

#rulesObject

Returns the value of attribute rules.



10
11
12
# File 'lib/fabulator/grammar/actions/context.rb', line 10

def rules
  @rules
end

#tokensObject

Returns the value of attribute tokens.



10
11
12
# File 'lib/fabulator/grammar/actions/context.rb', line 10

def tokens
  @tokens
end