public class SelectStatement extends Statement
| 构造器和说明 |
|---|
SelectStatement(Expression value,
Expression[] conditions,
BlockStatement[] blocks,
BlockStatement defaultBlock,
GrammarToken token) |
public SelectStatement(Expression value, Expression[] conditions, BlockStatement[] blocks, BlockStatement defaultBlock, GrammarToken token)
Copyright © 2015. All rights reserved.