public class ForCtrl extends Expr
Constructor and Description |
---|
ForCtrl(ExprList init,
Expr cond,
ExprList update,
Location location)
exprList? ';' expr? ';' exprList?
|
ForCtrl(Id id,
Expr expr,
Location location)
ID : expr
|
Copyright © 2018. All rights reserved.