Package de.jplag.cpp
Class Language
java.lang.Object
de.jplag.cpp.Language
- All Implemented Interfaces:
Language
public class Language extends Object implements Language
-
Constructor Summary
Constructors Constructor Description Language(ErrorConsumer program) -
Method Summary
Modifier and Type Method Description interrorCount()StringgetName()StringgetShortName()booleanhasErrors()booleanisPreformatted()intminimumTokenMatch()intnumberOfTokens()TokenListparse(File dir, String[] files)String[]suffixes()booleansupportsColumns()Stringtype2string(int type)booleanusesIndex()
-
Constructor Details
-
Method Details
-
errorCount
public int errorCount()- Specified by:
errorCountin interfaceLanguage
-
suffixes
-
getName
-
getShortName
- Specified by:
getShortNamein interfaceLanguage
-
minimumTokenMatch
public int minimumTokenMatch()- Specified by:
minimumTokenMatchin interfaceLanguage
-
supportsColumns
public boolean supportsColumns()- Specified by:
supportsColumnsin interfaceLanguage
-
isPreformatted
public boolean isPreformatted()- Specified by:
isPreformattedin interfaceLanguage
-
usesIndex
public boolean usesIndex() -
parse
-
hasErrors
public boolean hasErrors() -
numberOfTokens
public int numberOfTokens()- Specified by:
numberOfTokensin interfaceLanguage
-
type2string
- Specified by:
type2stringin interfaceLanguage
-