@__haoyang__/erwin
    Preparing search index...

    Class IRFunctionDefinition

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Methods