antlr-ng Tool Class Hierarchy / codegen/ITargetGenerator
codegen/ITargetGenerator
Interfaces
| Interface | Description |
|---|---|
| ITargetGenerator | Defines the structure for a target generator. |
| ITargetGeneratorCallables | This interface contains all callable members of the target generator, which generate code. They all take an output model object (aka OMO) as first argument. The generator will use the information in the model object to generate the target code. |
Type Aliases
| Type Alias | Description |
|---|---|
| CodePoint | Represets a single code point in Unicode. |
| Lines | - |