DoWhileStatementinterface DoWhileStatement extends Node, HasSpan {body: Statement;test: Expression;type: "DoWhileStatement";}§Extends§Node[src]§HasSpan[src]§Properties§body: Statement[src]§test: Expression[src]§type: "DoWhileStatement"[src]