KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > python > parser > ParseError


1 /* Generated By:JavaCC: Do not edit this line. ParseError.java Version 0.6 */
2 package org.python.parser;
3
4 public class ParseError extends Exception JavaDoc {
5 }
6
Popular Tags