Modifier and Type | Class and Description |
---|---|
class |
AbstractLanguageVersionHandler
This is a generic implementation of the LanguageVersionHandler interface.
|
Modifier and Type | Method and Description |
---|---|
LanguageVersionHandler |
LanguageVersion.getLanguageVersionHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseLanguageModule.addVersion(String version,
LanguageVersionHandler languageVersionHandler,
boolean isDefault) |
Constructor and Description |
---|
LanguageVersion(Language language,
String version,
LanguageVersionHandler languageVersionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
CppHandler
Implementation of LanguageVersionHandler for the C++ Language.
|
Modifier and Type | Class and Description |
---|---|
class |
Ecmascript3Handler
Implementation of LanguageVersionHandler for the ECMAScript Version 3.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaHandler
Implementation of LanguageVersionHandler for the Java AST.
|
class |
Java13Handler |
class |
Java14Handler |
class |
Java15Handler |
class |
Java16Handler |
class |
Java17Handler |
class |
Java18Handler |
Modifier and Type | Class and Description |
---|---|
class |
JspHandler
Implementation of LanguageVersionHandler for the JSP parser.
|
Modifier and Type | Class and Description |
---|---|
class |
MatlabHandler
Implementation of LanguageVersionHandler for the Matlab Language.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectiveCHandler
Implementation of LanguageVersionHandler for the Objective-C Language.
|
Modifier and Type | Class and Description |
---|---|
class |
PLSQLHandler
Implementation of LanguageVersionHandler for the PLSQL AST.
|
Modifier and Type | Class and Description |
---|---|
class |
PythonHandler
Implementation of LanguageVersionHandler for the Python Language.
|
Modifier and Type | Class and Description |
---|---|
class |
VmHandler
Implementation of LanguageVersionHandler for the VM parser.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlHandler
Implementation of LanguageVersionHandler for the XML.
|
Copyright © 2002–2017 InfoEther. All rights reserved.