| Class | Description | |
|---|---|---|
|  | BaseLanguageParser | All coding languages that can be parsed derive from this base class | 
|  | CParser | Parse the C Language | 
|  | CPlusPlusParser | Parse the C++ language | 
|  | CSharpParser | Parse the C# Language | 
|  | GoParser | Parse the Golang | 
|  | JavaParser | Parse the Java language | 
|  | JavaScriptParser | Parse the JavaScript Language | 
|  | KotlinParser | Parse the Kotlin Language | 
|  | PhpParser | Parse the PHP Language | 
|  | PythonParser | Parse the Python Language | 
|  | TypeScriptParser | Parse the TypeScript Language |