ESTree.MethodDefinition

Source

Types

t :: %ESTree.MethodDefinition{type: binary, loc: ESTree.SourceLocation.t | nil, key: ESTree.Identifier.t, value: ESTree.FunctionExpression.t, kind: :"" | :get | :set, computed: boolean, static: boolean}