public final class BLangPackageContent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BLangPackageContent.BLangPackageContentBuilder
Builder for BLangPackageContent.
|
Modifier and Type | Method and Description |
---|---|
List<BInvokableSymbol> |
getbInvokableSymbols() |
List<BObjectTypeSymbol> |
getObjectTypeSymbols() |
List<BTypeSymbol> |
getOtherTypeSymbols() |
BPackageSymbolDTO |
getPackageSymbolDTO() |
List<BRecordTypeSymbol> |
getRecordTypeSymbols() |
public BPackageSymbolDTO getPackageSymbolDTO()
public List<BRecordTypeSymbol> getRecordTypeSymbols()
public List<BTypeSymbol> getOtherTypeSymbols()
public List<BObjectTypeSymbol> getObjectTypeSymbols()
public List<BInvokableSymbol> getbInvokableSymbols()
Copyright © 2019 WSO2. All rights reserved.