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