Dhaka::LexerSupport::LookaheadAcceptAction

Public Instance Methods

call(lexer_run) click to toggle source
# File lib/dhaka/lexer/accept_actions.rb, line 23
def call(lexer_run)
    lexer_run.accept_last_saved_checkpoint(pattern)
end
compile_to_ruby_source() click to toggle source
# File lib/dhaka/lexer/accept_actions.rb, line 27
def compile_to_ruby_source
  "accept_with_lookahead(#{pattern.inspect})"
end
to_dot() click to toggle source
# File lib/dhaka/lexer/accept_actions.rb, line 31
def to_dot
  "Accept With Lookahead #{pattern.inspect}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.