public final class ForStatement extends Statement implements IGoto
| 限定符和类型 | 字段和说明 |
|---|---|
Statement |
elseforPart |
Expression |
exp |
Statement |
forPart |
boolean |
hasGoto |
boolean |
hasSafe |
Expression |
idNode |
short |
itType |
| 构造器和说明 |
|---|
ForStatement(VarDefineNode idNode,
Expression exp,
boolean hasSafe,
Statement forPart,
Statement elseforPart,
GrammarToken token)
for(idNode in exp) {forPath}elsefor{elseforPart}
|
public Expression idNode
public Expression exp
public Statement forPart
public Statement elseforPart
public boolean hasGoto
public short itType
public boolean hasSafe
public ForStatement(VarDefineNode idNode, Expression exp, boolean hasSafe, Statement forPart, Statement elseforPart, GrammarToken token)
idNode - exp - forPart - elseforPart - token - Copyright © 2015. All rights reserved.