public class BAttachedFunction extends Object
BAttachedFunction
represents a attached function in Ballerina.Modifier and Type | Field and Description |
---|---|
int |
flags |
String |
funcName |
BFunctionType |
type |
Constructor and Description |
---|
BAttachedFunction(String funcName,
BFunctionType type,
int flags) |
public String funcName
public BFunctionType type
public int flags
public BAttachedFunction(String funcName, BFunctionType type, int flags)
Copyright © 2018 WSO2. All rights reserved.