@__haoyang__/erwin
    Preparing search index...

    Class IRFunctionDefinition

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    body: IRStatement[]
    function_type: undefined | FunctionType
    id: number
    kind: FunctionKind
    modifier_invokers: IRModifierInvoker[]
    name: string
    override: boolean
    parameter_type: undefined | UnionType
    parameters: IRVariableDeclaration[]
    return_type: undefined | UnionType
    scope: number
    stateMutability: undefined | FunctionStateMutability
    typeName: string
    virtual: boolean
    visibility: undefined | FunctionVisibility

    Methods