AbstractLanguageVersionHandler |
This is a generic implementation of the LanguageVersionHandler interface.
|
AbstractPmdLanguageVersionHandler |
Base language version handler for languages that support PMD, i.e. can build an AST
and support AST processing stages.
|
JvmLanguagePropertyBundle |
Base properties class for JVM languages that use a classpath to resolve
references.
|
LanguageFilenameFilter |
This is an implementation of the FilenameFilter interface which
compares a file against a collection of Languages to see if the any are
applicable.
|
LanguageModuleBase |
Base class for language modules.
|
LanguageModuleBase.LanguageMetadata |
Metadata about a language, basically a builder pattern for the
language instance.
|
LanguageProcessor.AnalysisTask |
|
LanguageProcessorRegistry |
|
LanguagePropertyBundle |
|
LanguageRegistry |
A set of languages with convenient methods.
|
LanguageVersion |
|
LanguageVersionDiscoverer |
This class can discover the LanguageVersion of a source file.
|
PlainTextLanguage |
A dummy language implementation whose parser produces a single node.
|
PlainTextLanguage.PlainTextFile |
|