A standard element that is executed in pre-order.
Import path
import codeql.controlflow.CfgDirect supertypes
Indirect supertypes
Predicates
Inherited predicates
| first | Holds if | from PreOrderTree |
| getChildNode | Gets the | from StandardTree |
| getFirstChildNode | Gets the first child node of this element. | from StandardTree |
| getFirstChildTree | Gets the first child node of this element. | from StandardTree |
| getLastChildElement | Gets the last child node of this node. | from StandardTree |
| getLastChildTree | Gets the last child node of this node. | from StandardTree |
| getLocation | Gets the location of this element. | from AstNode |
| isLeafElement | Holds if this element has no children. | from StandardTree |
| propagatesAbnormal | Holds if abnormal execution of | from StandardTree |
| toString | Gets a textual representation of this element. | from AstNode |