Public Member Functions | List of all members
FortranLanguageScannerFree Class Reference

#include <fortranscanner.h>

Inheritance diagram for FortranLanguageScannerFree:
FortranLanguageScanner ParserInterface

Public Member Functions

 FortranLanguageScannerFree ()
 
- Public Member Functions inherited from FortranLanguageScanner
 FortranLanguageScanner (FortranFormat format=FortranFormat_Unknown)
 
virtual ~FortranLanguageScanner ()
 
void startTranslationUnit (const char *)
 
void finishTranslationUnit ()
 
void parseInput (const char *fileName, const char *fileBuf, Entry *root, bool sameTranslationUnit, QStrList &filesInSameTranslationUnit)
 
bool needsPreprocessing (const QCString &extension)
 
void parseCode (CodeOutputInterface &codeOutIntf, const char *scopeName, const QCString &input, SrcLangExt lang, bool isExampleBlock, const char *exampleName=0, FileDef *fileDef=0, int startLine=-1, int endLine=-1, bool inlineFragment=FALSE, MemberDef *memberDef=0, bool showLineNumbers=TRUE, Definition *searchCtx=0, bool collectXRefs=TRUE)
 
void resetCodeParserState ()
 
void parsePrototype (const char *text)
 
- Public Member Functions inherited from ParserInterface
virtual ~ParserInterface ()
 

Detailed Description

Definition at line 62 of file fortranscanner.h.

Constructor & Destructor Documentation

FortranLanguageScannerFree::FortranLanguageScannerFree ( )
inline

Definition at line 65 of file fortranscanner.h.

FortranLanguageScanner(FortranFormat format=FortranFormat_Unknown)

The documentation for this class was generated from the following file: