Home | History | Annotate | Download | only in antlr3

Lines Matching full:insertafter

1057         input.insertAfter(t, "text to put after t");}
1058 input.insertAfter(u, "text after u");}
1069 tokens.insertAfter("pass1", t, "text to put after t");}
1070 tokens.insertAfter("pass2", u, "text after u");}
1122 def insertAfter(self, *args):
1321 # So, if they did an insertAfter(lastValidIndex, "foo"), include