| java.lang.Object org.python.core.parser
parser | public class parser (Code) | | Facade for the classes in the org.python.parser package.
|
Method Summary | |
public static PyException | fixParseError(BufferedReader reader, Throwable t, String filename) | static String | getLine(BufferedReader reader, int line) | public static Node | parse(String string, String kind) | public static modType | parse(InputStream istream, String kind, String filename, CompilerFlags cflags) | public static modType | partialParse(String string, String kind, String filename, CompilerFlags cflags, boolean stdprompt) |
|
|