method SwitchStatement.prototype.getChildNodeIterable
SwitchStatement.prototype.getChildNodeIterable(): IterableIterator<AbstractNode>

Return Type

IterableIterator<AbstractNode>

Usage

import { SwitchStatement } from ".";