| 限定符和类型 | 字段和说明 |
|---|---|
Statement |
body |
Expression |
iterable |
ParameterExpression |
parameter |
nodeType, type| 构造器和说明 |
|---|
ForEachStatement(ParameterExpression parameter,
Expression iterable,
Statement body) |
public final ParameterExpression parameter
public final Expression iterable
public final Statement body
public ForEachStatement(ParameterExpression parameter, Expression iterable, Statement body)
public ForEachStatement accept(Shuttle shuttle)
public <R> R accept(Visitor<R> visitor)
public boolean equals(@Nullable Object o)
equals 在类中 AbstractNodepublic int hashCode()
hashCode 在类中 AbstractNodeCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.