Package com.sonarsource.rpg.api.tree
Interface CalculationTree
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
CasGroupTree,ExtendedFactor2SyntaxOperationTree,FixedFormSyntaxOperationTree,FreeFromSyntaxOperationTree,IfGroupTree,KListTree,LoopTree,MonitorGroupTree,OperationTree,ParameteredCalculationTree,SelectGroupTree,SqlStatementTree,SubRoutineTree,TraditionalSyntaxOperationTree
public interface CalculationTree extends Tree
Interface implemented by all instances ofTreerepresenting a calculation, whether they are a simple calculation operation or a complex group nesting other instances ofCalculationTree.