A standard element that is executed in post-order.
Import path
import codeql.controlflow.Cfg
Direct supertypes
Indirect supertypes
Predicates
Inherited predicates
getChildNode | Gets the | from StandardTree |
getFirstChildNode | Gets the first child node of this element. | from StandardTree |
getLastChildElement | 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 |
last | Holds if | from PostOrderTree |
propagatesAbnormal | Holds if abnormal execution of | from StandardTree |
toString | Gets a textual representation of this element. | from AstNode |