接口的使用
org.beetl.core.statement.IGoto
使用IGoto的程序包
程序包
说明
-
org.beetl.core中IGoto的使用
参数类型为IGoto的org.beetl.core中的方法 -
org.beetl.core.engine中IGoto的使用
修饰符和类型类说明static class受限制的循环,用于重写循环块,主要是对最大循环次数作了限制static class -
org.beetl.core.statement中IGoto的使用
修饰符和类型类说明class{ statement1;statement2 }classfor(user:list){}elsefor{}classfor(var a=0;a <10;i++){}elsefor{}classwhile(exp) whileBody -
org.beetl.core.statement.optimal中IGoto的使用