Class: Flexr::Source::RuleDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def action
  @action
end

#action_sourceObject

Returns the value of attribute action_source

Returns:

  • (Object)

    the current value of action_source



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def action_source
  @action_source
end

#bind_actionObject

Returns the value of attribute bind_action

Returns:

  • (Object)

    the current value of bind_action



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def bind_action
  @bind_action
end

#bol_onlyObject

Returns the value of attribute bol_only

Returns:

  • (Object)

    the current value of bol_only



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def bol_only
  @bol_only
end

#end_anchorObject

Returns the value of attribute end_anchor

Returns:

  • (Object)

    the current value of end_anchor



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def end_anchor
  @end_anchor
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def index
  @index
end

#pattern_conditionsObject

Returns the value of attribute pattern_conditions

Returns:

  • (Object)

    the current value of pattern_conditions



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def pattern_conditions
  @pattern_conditions
end

#patternsObject

Returns the value of attribute patterns

Returns:

  • (Object)

    the current value of patterns



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def patterns
  @patterns
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def span
  @span
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def states
  @states
end

#trailingObject

Returns the value of attribute trailing

Returns:

  • (Object)

    the current value of trailing



5
6
7
# File 'lib/flexr/source/prism_reader.rb', line 5

def trailing
  @trailing
end