Minor comment fixes

This commit is contained in:
Nick Rolfe
2021-03-18 11:09:21 +00:00
parent 3bb2c529a5
commit c8eab42c1d

View File

@@ -108,7 +108,7 @@ module CfgScope {
}
}
abstract /*private*/ class ControlFlowTree extends AstNode {
abstract private class ControlFlowTree extends AstNode {
/**
* Holds if `first` is the first element executed within this AST node.
*/
@@ -1003,7 +1003,6 @@ module Trees {
final override AstNode getAccessNode() { result = this.getDefiningAccess() }
}
/** Contains partridges */
private class PairTree extends StandardPostOrderTree, Pair {
final override ControlFlowTree getChildNode(int i) {
result = this.getKey() and i = 0