import { SetAccessorDeclaration } from "https://dotland.deno.dev/x/ts_morph@17.0.0/mod.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>>