public class StructFieldInfo extends Object implements AttributeInfoPool
Modifier and Type | Field and Description |
---|---|
int |
flags |
Constructor and Description |
---|
StructFieldInfo(int nameCPIndex,
String name,
int signatureCPIndex,
String typeSignature,
int flags) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeInfo(AttributeInfo.Kind attributeKind,
AttributeInfo attributeInfo) |
AttributeInfo |
getAttributeInfo(AttributeInfo.Kind attributeKind) |
AttributeInfo[] |
getAttributeInfoEntries() |
BType |
getFieldType() |
String |
getName() |
int |
getNameCPIndex() |
int |
getSignatureCPIndex() |
String |
getTypeDescriptor() |
void |
setFieldType(BType fieldType) |
public int getNameCPIndex()
public String getName()
public int getSignatureCPIndex()
public String getTypeDescriptor()
public BType getFieldType()
public void setFieldType(BType fieldType)
public AttributeInfo getAttributeInfo(AttributeInfo.Kind attributeKind)
getAttributeInfo
in interface AttributeInfoPool
public void addAttributeInfo(AttributeInfo.Kind attributeKind, AttributeInfo attributeInfo)
addAttributeInfo
in interface AttributeInfoPool
public AttributeInfo[] getAttributeInfoEntries()
getAttributeInfoEntries
in interface AttributeInfoPool
Copyright © 2018 WSO2. All rights reserved.