Method | Description | |
---|---|---|
Parser ( IFileSystem fs ) : System | ||
close ( ) : void | ||
parseFile ( string filename ) : Pytocs.Syntax.Module | ||
parseFileInner ( String filename, |
||
prettyJson ( String json ) : String | ||
startInterpreter ( String pythonExe ) : |
Method | Description | |
---|---|---|
cleanTemp ( ) : void | ||
convert ( object o ) : Pytocs.Syntax.Node | ||
segmentQname ( string qname, int start, bool hasLoc ) : List |
||
sendCommand ( String cmd, |
||
startPythonProcesses ( ) : void |
public parseFile ( string filename ) : Pytocs.Syntax.Module | ||
filename | string | |
return | Pytocs.Syntax.Module |
public parseFileInner ( String filename, |
||
filename | String | |
pythonProcess | ||
return | Pytocs.Syntax.Node |
public startInterpreter ( String pythonExe ) : |
||
pythonExe | String | |
return |