Lines Matching refs:throws
135 public int yylex () throws IOException {
361 public static void main (String args[]) throws IOException
370 public static void main (String args[]) throws IOException
414 # YYLEX is the body of yylex () which throws LEX_THROW.
628 AT_SETUP([Java throws specifications])
630 # %define throws - 0 1 2
631 # %define lex-throws - 0 1 2
641 -1, [[ throws java.io.IOException]],
643 1, [[ throws InterruptedException]],
644 2, [[ throws InterruptedException, IllegalAccessException]])])
655 0, [[%define throws ""]],
656 1, [[%define throws "ClassNotFoundException"]],
657 2, [[%define throws "ClassNotFoundException, InstantiationException"]])])
662 1, [[ throws ClassNotFoundException]],
663 2, [[ throws ClassNotFoundException, InstantiationException]])])
778 public int yylex () throws IOException
788 public static void main (String args []) throws IOException