类的使用
org.beetl.core.statement.VarAssignSeqStatement
使用VarAssignSeqStatement的程序包
-
org.beetl.core.engine中VarAssignSeqStatement的使用
修饰符和类型方法说明GrammarCreator.createFor(VarAssignSeqStatement varAssignSeq, Expression[] expInit, Expression condition, Expression[] expUpdate, Statement forPart, Statement elseforPart, GrammarToken token) -
org.beetl.core.statement中VarAssignSeqStatement的使用
限定符构造器说明GeneralForStatement(VarAssignSeqStatement varAssignSeq, Expression[] expInit, Expression condition, Expression[] expUpdate, Statement forPart, Statement elseforPart, GrammarToken token) 构造方法 示例for(expInit;condtion;expUpdate){}