Package com.sonarsource.rpg.api.tree
Interface SelectGroupTree
-
- All Superinterfaces:
CalculationTree,Tree
public interface SelectGroupTree extends CalculationTree
A SELECT group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationTreeendOperation()SelectClauseTreeotherClause()OperationTreeselectOperation()List<SelectClauseTree>whenClauses()
-
-
-
Method Detail
-
selectOperation
OperationTree selectOperation()
-
whenClauses
List<SelectClauseTree> whenClauses()
-
otherClause
@CheckForNull SelectClauseTree otherClause()
-
endOperation
OperationTree endOperation()
-
-