Package de.jplag.cpp
Class CPPLanguage
java.lang.Object
de.jplag.antlr.AbstractAntlrLanguage
de.jplag.cpp.CPPLanguage
- All Implemented Interfaces:
Language
The entry point for the ANTLR parser based C++ language module.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.jplag.antlr.AbstractAntlrLanguage
initializeParser, parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.jplag.Language
customizeSubmissionOrder, expectsSubmissionOrder, getOptions, isPreformatted, parse, requiresCoreNormalization, useViewFiles, viewFileSuffix
-
Constructor Details
-
CPPLanguage
public CPPLanguage()
-
-
Method Details
-
suffixes
-
getName
-
getIdentifier
-
minimumTokenMatch
public int minimumTokenMatch() -
tokensHaveSemantics
public boolean tokensHaveSemantics() -
supportsNormalization
public boolean supportsNormalization()
-