Package | Description |
---|---|
org.ballerinalang.util.codegen | |
org.ballerinalang.util.codegen.attributes |
Modifier and Type | Field and Description |
---|---|
protected Map<AttributeInfo.Kind,AttributeInfo> |
CallableUnitInfo.attributeInfoMap |
Modifier and Type | Method and Description |
---|---|
static AttributeInfo.Kind |
AttributeInfo.Kind.fromString(String name) |
AttributeInfo.Kind |
AnnotationAttributeInfo.getKind()
Deprecated.
|
AttributeInfo.Kind |
ParamDefaultValueAttributeInfo.getKind() |
AttributeInfo.Kind |
DefaultValueAttributeInfo.getKind() |
AttributeInfo.Kind |
DocumentationAttributeInfo.getKind() |
AttributeInfo.Kind |
CodeAttributeInfo.getKind() |
AttributeInfo.Kind |
ErrorTableAttributeInfo.getKind() |
AttributeInfo.Kind |
ParamAnnotationAttributeInfo.getKind() |
AttributeInfo.Kind |
TaintTableAttributeInfo.getKind() |
AttributeInfo.Kind |
LineNumberTableAttributeInfo.getKind() |
AttributeInfo.Kind |
AttributeInfo.getKind() |
AttributeInfo.Kind |
VarTypeCountAttributeInfo.getKind() |
AttributeInfo.Kind |
LocalVariableAttributeInfo.getKind() |
static AttributeInfo.Kind |
AttributeInfo.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeInfo.Kind[] |
AttributeInfo.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeInfoPool.addAttributeInfo(AttributeInfo.Kind attributeKind,
AttributeInfo attributeInfo) |
AttributeInfo |
AttributeInfoPool.getAttributeInfo(AttributeInfo.Kind attributeKind) |
Copyright © 2018 WSO2. All rights reserved.