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