new
WhileStatement(condition: ,compoundStatement: CompoundStatement,whileKeyword: Token,openParenthesisPunctuator: Token,closeParenthesisPunctuator: Token,)
getChildNodeIterable(): IterableIterator<AbstractNode>
WhileStatement(condition: ,compoundStatement: CompoundStatement,whileKeyword: Token,openParenthesisPunctuator: Token,closeParenthesisPunctuator: Token,)
getChildNodeIterable(): IterableIterator<AbstractNode>
import { WhileStatement } from ".";