public class BField extends Object
BField
represents a field in user defined type in Ballerina.Modifier and Type | Field and Description |
---|---|
String |
fieldName |
BType |
fieldType |
int |
flags |
Constructor and Description |
---|
BField(BType fieldType,
String fieldName,
int flags) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
BType |
getFieldType() |
Copyright © 2018 WSO2. All rights reserved.