Skip to main content

MoveFunctionInterface

interface MoveFunctionInterface

Inheritors

MoveFunction

Functions

NameSummary
isEntryabstract fun isEntry(): Boolean
nameabstract fun name(): String
parametersabstract fun parameters(): List<OpenMoveType>?
returnTypeabstract fun returnType(): List<OpenMoveType>?
typeParametersabstract fun typeParameters(): List<MoveFunctionTypeParameter>?
visibilityabstract fun visibility(): MoveVisibility?