Lines Matching full:look
346 def look( steps = 1 )
349 @debug_listener.look( steps, token )
354 look( steps ).type
417 # so that a GUI can easily track what look/consume events are
446 # triggered by both peek and look calls. The debugger will want to know
448 # what token was seen at that depth. A remote debugger cannot look
449 # ahead into a file it doesn't have so look events must pass the token
452 def look( i, tree )
456 # The parser is going to look arbitrarily ahead; mark this location,
463 # After an arbitrairly long look as with a cyclic DFA (or with
509 # caused the problem was the last object referenced by look. The
510 # immediately preceding look event should hold the unexpected Token or
519 # look
523 # look
527 # look
532 # look
533 # look
538 # look
540 # look
542 # look(-1)
690 :exit_sub_rule, :flat_node, :location, :look, :mark,