|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.python.core.parser
Facade for the classes in the org.python.parser package.
| Method Summary | |
static PyException |
fixParseError(BufferedReader reader,
Throwable t,
String filename)
|
static SimpleNode |
parse(InputStream istream,
String kind,
String filename,
CompilerFlags cflags)
|
static Node |
parse(String string,
String kind)
|
static SimpleNode |
partialParse(String string,
String kind,
String filename,
CompilerFlags cflags)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static PyException fixParseError(BufferedReader reader,
Throwable t,
String filename)
public static Node parse(String string,
String kind)
public static SimpleNode parse(InputStream istream,
String kind,
String filename,
CompilerFlags cflags)
public static SimpleNode partialParse(String string,
String kind,
String filename,
CompilerFlags cflags)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||