public class TypeDefInfo extends CustomTypeInfo
TypeDefInfo
contains metadata of a Ballerina type def info entry in the program file.Modifier and Type | Field and Description |
---|---|
TypeInfo |
typeInfo |
int |
typeTag |
flags, name, nameCPIndex, packagePath, pkgPathCPIndex
Constructor and Description |
---|
TypeDefInfo(int pkgPathCPIndex,
String packagePath,
int nameCPIndex,
String name,
int flags) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
addAttributeInfo, getAttributeInfo, getAttributeInfoEntries, getName, getNameCPIndex, getPackageInfo, getPackagePath, setPackageInfo
public TypeInfo typeInfo
public int typeTag
Copyright © 2018 WSO2. All rights reserved.