类 BlockStatementOptimal
java.lang.Object
org.beetl.core.statement.ASTNode
org.beetl.core.statement.Statement
org.beetl.core.statement.BlockStatement
org.beetl.core.statement.optimal.BlockStatementOptimal
- 所有已实现的接口:
Serializable,IGoto
{ statement1;statement2 }
- 作者:
- xiandafu
- 另请参阅:
-
字段概要
从类继承的字段 org.beetl.core.statement.BlockStatement
hasGoto, nodes -
构造器概要
构造器 -
方法概要
从类继承的方法 org.beetl.core.statement.BlockStatement
hasGoto, setGoto
-
构造器详细资料
-
BlockStatementOptimal
构造方法- 参数:
nodes- 语句块结点列表token- 单词
-
-
方法详细资料
-
execute
- 覆盖:
execute在类中BlockStatement
-