# CodeParserModule Class

The `CodeParserModule` class defines general functions in the code parser module.

## Definition

*Package:* com.dynamsoft.dcp

```java
public final class CodeParserModule
```

## Methods

| Method               | Description |
|----------------------|-------------|
| [`getVersion`](#getversion) | Returns the version of the code parser module.|


### getVersion

Returns the version of the code parser module.

```java
public static String getVersion()
```

**Return Value**

Returns a string representing the version of the code parser module.

