Package com.sonarsource.rpg.api.tree
Interface MonitorGroupTree
-
- All Superinterfaces:
CalculationTree,Tree
public interface MonitorGroupTree extends CalculationTree
A MONITOR group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationTreeendOperation()OperationTreemonitorOperation()List<CalculationTree>nestedCalculations()
-
-
-
Method Detail
-
monitorOperation
OperationTree monitorOperation()
-
nestedCalculations
List<CalculationTree> nestedCalculations()
-
endOperation
OperationTree endOperation()
-
-