import { ContinueStatement } from "https://dotland.deno.dev/x/ts_morph@18.0.0/ts_morph.d.ts";
Methods
getLabel(): Identifier | undefined
Gets this continue statement's label or undefined if it does not exist.
getLabelOrThrow(message?: string | (() => string)): Identifier
Gets this continue statement's label or throw if it does not exist.
getParent(): NodeParentType<ts.ContinueStatement>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ContinueStatement>>