| java.lang.Object xtc.util.Tool xtc.lang.C
C | public class C extends Tool (Code) | | The C tool.
author: Robert Grimm version: $Revision: 1.59 $ |
Field Summary | |
protected Method | dump The method for printing the parser's memoization table. | protected Method | profile The method for printing the memoization table's profile. |
Constructor Summary | |
public | C() Create a new C tool. |
dump | protected Method dump(Code) | | The method for printing the parser's memoization table.
|
profile | protected Method profile(Code) | | The method for printing the memoization table's profile.
|
C | public C()(Code) | | Create a new C tool.
|
diagnose | public void diagnose()(Code) | | |
main | public static void main(String[] args)(Code) | | Run the tool with the specified command line arguments.
Parameters: args - The command line arguments. |
prepare | public void prepare()(Code) | | |
|
|