Home | History | Annotate | Download | only in antlr3

Lines Matching refs:resync

505     resync { consume_until( follow_set ) }
508 def resync
588 # resync to one of those tokens. Note that FOLLOW(c)='^' and if
589 # we resync'd to that token, we'd consume until EOF. We need to
630 resync { @input.consume }