| 限定符和类型 | 字段和说明 |
|---|---|
Statement |
body |
@Nullable Expression |
condition |
List<DeclarationStatement> |
declarations |
@Nullable Expression |
post |
nodeType, type| 构造器和说明 |
|---|
ForStatement(List<DeclarationStatement> declarations,
@Nullable Expression condition,
@Nullable Expression post,
Statement body) |
public final List<DeclarationStatement> declarations
public final @Nullable Expression condition
public final @Nullable Expression post
public final Statement body
public ForStatement(List<DeclarationStatement> declarations, @Nullable Expression condition, @Nullable Expression post, Statement body)
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.