import { SetAccessorDeclaration } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
getGetAccessor(): GetAccessorDeclaration | undefined
Gets the corresponding get accessor if one exists.
getGetAccessorOrThrow(message?: string | (() => string)): GetAccessorDeclaration
Gets the corresponding get accessor or throws if not exists.
getParent(): NodeParentType<ts.SetAccessorDeclaration>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.SetAccessorDeclaration>>
Gets the structure equivalent to this node.
set(structure: Partial<SetAccessorDeclarationStructure>): this
Sets the node from a structure.