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