public class RecordTypeInfo extends StructureTypeInfo
RecordTypeInfo
contains metadata of a Ballerina record entry in the program file.defaultsValuesInitFunc, funcInfoEntries, initializer
Constructor and Description |
---|
RecordTypeInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getRestFieldSignatureCPIndex() |
String |
getRestFieldTypeSignature() |
BRecordType |
getType() |
void |
setRestFieldSignatureCPIndex(int restFieldSigCPIndex) |
void |
setRestFieldTypeSignature(String restFieldTypeSignature) |
void |
setType(BRecordType structType) |
addAttributeInfo, addFieldInfo, getAttributeInfo, getAttributeInfoEntries, getFieldInfoEntries
public BRecordType getType()
getType
in interface TypeInfo
getType
in class StructureTypeInfo
public void setType(BRecordType structType)
public int getRestFieldSignatureCPIndex()
public void setRestFieldSignatureCPIndex(int restFieldSigCPIndex)
public String getRestFieldTypeSignature()
public void setRestFieldTypeSignature(String restFieldTypeSignature)
Copyright © 2018 WSO2. All rights reserved.