public final class SymbolMetaInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SymbolMetaInfo.SymbolMetaInfoBuilder
Builder for Symbol Meta information.
|
Modifier and Type | Method and Description |
---|---|
BSymbol |
getbSymbol() |
com.google.gson.JsonElement |
getJson() |
String |
getKind() |
String |
getName() |
String |
getPkgAlias() |
String |
getPkgName() |
String |
getPkgOrgName() |
String |
getTypeName() |
boolean |
isCaller() |
public String getName()
public String getPkgOrgName()
public String getPkgName()
public String getPkgAlias()
public boolean isCaller()
public String getKind()
public BSymbol getbSymbol()
public String getTypeName()
public com.google.gson.JsonElement getJson()
Copyright © 2019 WSO2. All rights reserved.