public class AttachedFunctionInfo extends Object
AttachedFunctionInfo
represents an attached function in the program file.
In Ballerina, you can attach functions to types, hence the name.
Modifier and Type | Field and Description |
---|---|
int |
flags |
FunctionInfo |
functionInfo |
String |
name |
int |
nameCPIndex |
int |
signatureCPIndex |
String |
typeSignature |
Constructor and Description |
---|
AttachedFunctionInfo(int nameCPIndex,
String name,
int signatureCPIndex,
String typeSignature,
int flags) |
Modifier and Type | Method and Description |
---|---|
static String |
getUniqueFuncName(String pkgQualifiedTypeName,
String funcName) |
public int nameCPIndex
public String name
public int signatureCPIndex
public String typeSignature
public int flags
public FunctionInfo functionInfo
Copyright © 2018 WSO2. All rights reserved.