public class CetusCParser extends java.lang.Object implements CetusParser
| Constructor and Description |
|---|
CetusCParser()
Constructs a new parser that works in the current directory.
|
CetusCParser(java.lang.String dir)
Constructs a new parser that works in the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
TranslationUnit |
parseFile(java.lang.String input_filename,
CommandLineOptionSet options)
Parse this translation unit.
|
public CetusCParser()
public CetusCParser(java.lang.String dir)
dir - the working directory.public TranslationUnit parseFile(java.lang.String input_filename, CommandLineOptionSet options)
parseFile in interface CetusParserinput_filename - Name of file to parse