class BELParser::Parsers::Expression::Relationship::Parser

Attributes

_bel_eof_actions[RW]
_bel_index_offsets[RW]
_bel_indicies[RW]
_bel_key_spans[RW]
_bel_trans_actions[RW]
_bel_trans_keys[RW]
_bel_trans_targs[RW]
bel_en_relationship_node[RW]
bel_error[RW]
bel_first_final[RW]
bel_start[RW]

Public Class Methods

new(content) click to toggle source
# File lib/bel_parser/parsers/expression/relationship.rb, line 40
          def initialize(content)
            @content = content
      # begin: ragel
            
class << self
        attr_accessor :_bel_trans_keys
        private :_bel_trans_keys, :_bel_trans_keys=
end
self._bel_trans_keys = [
        0, 0, 33, 126, 10, 126, 
        0, 0, 0
]

class << self
        attr_accessor :_bel_key_spans
        private :_bel_key_spans, :_bel_key_spans=
end
self._bel_key_spans = [
        0, 94, 117, 0
]

class << self
        attr_accessor :_bel_index_offsets
        private :_bel_index_offsets, :_bel_index_offsets=
end
self._bel_index_offsets = [
        0, 0, 95, 213
]

class << self
        attr_accessor :_bel_indicies
        private :_bel_indicies, :_bel_indicies=
end
self._bel_indicies = [
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 0, 0, 
        0, 0, 0, 0, 0, 0, 1, 2, 
        1, 1, 1, 1, 1, 1, 1, 1, 
        1, 1, 1, 1, 1, 1, 1, 1, 
        1, 1, 1, 1, 1, 1, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 3, 3, 3, 3, 
        3, 3, 3, 3, 1, 1, 0
]

class << self
        attr_accessor :_bel_trans_targs
        private :_bel_trans_targs, :_bel_trans_targs=
end
self._bel_trans_targs = [
        2, 0, 3, 2
]

class << self
        attr_accessor :_bel_trans_actions
        private :_bel_trans_actions, :_bel_trans_actions=
end
self._bel_trans_actions = [
        1, 0, 3, 0
]

class << self
        attr_accessor :_bel_eof_actions
        private :_bel_eof_actions, :_bel_eof_actions=
end
self._bel_eof_actions = [
        0, 0, 2, 4
]

class << self
        attr_accessor :bel_start
end
self.bel_start = 1;
class << self
        attr_accessor :bel_first_final
end
self.bel_first_final = 2;
class << self
        attr_accessor :bel_error
end
self.bel_error = 0;

class << self
        attr_accessor :bel_en_relationship_node
end
self.bel_en_relationship_node = 1;


      # end: ragel
          end

Public Instance Methods

each() { |buffers| ... } click to toggle source
# File lib/bel_parser/parsers/expression/relationship.rb, line 149
          def each
            @buffers    = {}
            @incomplete = {}
            stack       = []
            data        = @content.unpack('C*')
            p           = 0
            p_start     = 0
            p_end       = 0
            pe          = data.length
            eof         = data.length

      # begin: ragel
            
begin
        p ||= 0
        pe ||= data.length
        cs = bel_start
end

            
begin
        testEof = false
        _slen, _trans, _keys, _inds, _acts, _nacts = nil
        _goto_level = 0
        _resume = 10
        _eof_trans = 15
        _again = 20
        _test_eof = 30
        _out = 40
        while true
        if _goto_level <= 0
        if p == pe
                _goto_level = _test_eof
                next
        end
        if cs == 0
                _goto_level = _out
                next
        end
        end
        if _goto_level <= _resume
        _keys = cs << 1
        _inds = _bel_index_offsets[cs]
        _slen = _bel_key_spans[cs]
        _wide = data[p].ord
        _trans = if (   _slen > 0 && 
                        _bel_trans_keys[_keys] <= _wide && 
                        _wide <= _bel_trans_keys[_keys + 1] 
                    ) then
                        _bel_indicies[ _inds + _wide - _bel_trans_keys[_keys] ] 
                 else 
                        _bel_indicies[ _inds + _slen ]
                 end
        cs = _bel_trans_targs[_trans]
        if _bel_trans_actions[_trans] != 0
        case _bel_trans_actions[_trans]
        when 1 then
                begin

    trace('RELATIONSHIP start_relationship')
    p_start = p;
                end
        when 3 then
                begin

    trace('RELATIONSHIP stop_relationship')
    # It's not you, it's me. You're a p and I'm a non-protein coding r. It
    # would never work, I just can't reach you.
    p_end = p;
                end
        end
        end
        end
        if _goto_level <= _again
        if cs == 0
                _goto_level = _out
                next
        end
        p += 1
        if p != pe
                _goto_level = _resume
                next
        end
        end
        if _goto_level <= _test_eof
        if p == eof
          case _bel_eof_actions[cs]
        when 4 then
                begin

    trace('RELATIONSHIP relationship_end')
    chars = data[p_start...p_end]
    completed = !chars.empty?
    ast_node = relationship(utf8_string(chars), complete: completed)
    @buffers[:relationship] = ast_node
                end
                begin

    yield @buffers[:relationship]
                end
        when 2 then
                begin

    trace('RELATIONSHIP stop_relationship')
    # It's not you, it's me. You're a p and I'm a non-protein coding r. It
    # would never work, I just can't reach you.
    p_end = p;
                end
                begin

    trace('RELATIONSHIP relationship_end')
    chars = data[p_start...p_end]
    completed = !chars.empty?
    ast_node = relationship(utf8_string(chars), complete: completed)
    @buffers[:relationship] = ast_node
                end
                begin

    yield @buffers[:relationship]
                end
          end
        end

        end
        if _goto_level <= _out
                break
        end
end
        end

      # end: ragel
          end