Skip to content

antlr-ng Tool Class Hierarchy / codegen/ITargetGenerator

codegen/ITargetGenerator

Interfaces

InterfaceDescription
ITargetGeneratorDefines the structure for a target generator.
ITargetGeneratorCallablesThis 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 AliasDescription
CodePointRepresets a single code point in Unicode.
Lines-