Home | History | Annotate | Download | only in runtime

Lines Matching defs:error_sym

62  *  <dt> int error_sym() 
208 public abstract int error_sym();
819 return get_action(((symbol)stack.peek()).parse_state, error_sym()) > 0;
857 act = get_action(((symbol)stack.peek()).parse_state, error_sym());
866 error_token = new token(error_sym());