| Package | Description |
|---|---|
| org.ballerinalang.code.generator |
| Modifier and Type | Method and Description |
|---|---|
static GeneratorConstants.GenType |
GeneratorConstants.GenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneratorConstants.GenType[] |
GeneratorConstants.GenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CodeGenerator.generateOutput(GeneratorConstants.GenType type,
ClientContextHolder context)
Generates code(client, server etc) for ballerina source provided in
definitionPath. |
Copyright © 2019 WSO2. All rights reserved.