Object
# File lib/dhaka/lexer/dfa.rb, line 11 def initialize(pattern) @pattern = pattern end
# File lib/dhaka/lexer/dfa.rb, line 15 def call(lexer_run) lexer_run.save_checkpoint(pattern) end
# File lib/dhaka/lexer/dfa.rb, line 19 def compile_to_ruby_source "add_checkpoint(#{pattern.inspect})" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.