Package | Description |
---|---|
org.ballerinalang.model |
Modifier and Type | Field and Description |
---|---|
protected VariableDef.Kind |
SimpleVariableDef.kind |
Modifier and Type | Method and Description |
---|---|
VariableDef.Kind |
SimpleVariableDef.getKind() |
VariableDef.Kind |
VariableDef.getKind() |
static VariableDef.Kind |
VariableDef.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableDef.Kind[] |
VariableDef.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleVariableDef.setKind(VariableDef.Kind kind) |
void |
VariableDef.setKind(VariableDef.Kind kind) |
Copyright © 2018 WSO2. All rights reserved.