JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
eu.cqse.check.framework.util
Interface ILanguageFeatureParser
All Known Implementing Classes:
AbapLanguageFeatureParser
,
CLikeLanguageFeatureParserBase
,
CppLanguageFeatureParser
,
CsLanguageFeatureParser
,
JavaLanguageFeatureParser
,
MatlabLanguageFeatureParser
,
ObjcLanguageFeatureParser
,
PythonLanguageFeatureParser
public interface
ILanguageFeatureParser
Marker interface for language feature parsers.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
ELanguage
getLanguage
()
Returns that language the feature parsers are implemented for.
Method Detail
getLanguage
ELanguage
getLanguage
()
Returns that language the feature parsers are implemented for.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method