Home | History | Annotate | Download | only in antlr3

Lines Matching refs:accept

58 further and the current state is defined as an <i>accept state</i>, an
60 the current state is not an <i>accept state</i>, the prediction has failed and
65 +SPECIAL+, +ACCEPT+, and +TRANSITION+. The parameters that characterize state
87 ACCEPT[s]::
105 :accept, :special, :transition, :special_block
109 :accept, :special, :transition
146 accept = nil, special = nil,
154 @accept = accept || self.class::ACCEPT #.accept
186 @accept[ state ] >= 1 and return @accept[ state ]
219 ( c == EOF && @eof[ state ] >= 0 ) and return @accept[ @eof[ state ] ]
252 @accept[ state ] >= 1 and return @accept[ state ]
283 ( c == EOF && @eof[ state ] >= 0 ) and return @accept[ @eof[ state ] ]