类 SelectStatement
java.lang.Object
org.beetl.core.statement.ASTNode
org.beetl.core.statement.Statement
org.beetl.core.statement.SelectStatement
- 所有已实现的接口:
Serializable
same with switch-case
- 作者:
- xiandafu
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明 -
构造器概要
构造器构造器说明SelectStatement(Expression value, Expression[] conditions, BlockStatement[] blocks, BlockStatement defaultBlock, GrammarToken token) -
方法概要
-
字段详细资料
-
value
-
conditions
-
blocks
-
defaultBlock
-
-
构造器详细资料
-
SelectStatement
public SelectStatement(Expression value, Expression[] conditions, BlockStatement[] blocks, BlockStatement defaultBlock, GrammarToken token)
-
-
方法详细资料