Parent

Journey::NFA::Builder

Public Class Methods

new(ast) click to toggle source
    # File lib/journey/nfa/builder.rb, line 63
63:       def initialize ast
64:         @ast = ast
65:       end

Public Instance Methods

transition_table() click to toggle source
    # File lib/journey/nfa/builder.rb, line 67
67:       def transition_table
68:         tt = TransitionTable.new
69:         Visitor.new(tt).accept @ast
70:         tt
71:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.