Home | History | Annotate | Download | only in antlr3

Lines Matching full:peek

143     while type = @input.peek and type != EOF
952 the main form of input. #peek, like token streams, returns the type of the token
1095 def peek( i = 1 )
1099 alias >> peek