public class WhileStatement extends Statement implements IGoto
| 限定符和类型 | 字段和说明 |
|---|---|
Expression |
exp |
boolean |
hasGoto |
Statement |
whileBody |
| 构造器和说明 |
|---|
WhileStatement(Expression exp,
Statement whileBody,
GrammarToken token) |
public Expression exp
public Statement whileBody
public boolean hasGoto
public WhileStatement(Expression exp, Statement whileBody, GrammarToken token)
Copyright © 2015. All rights reserved.