Class MakeWithSplitting::PostOrderTree
An element that is executed in post-order, typically used for expressions.
Import path
import codeql.controlflow.Cfg
Direct supertypes
Indirect supertypes
Predicates
last | Holds if |
Inherited predicates
first | Holds if | from ControlFlowTree |
getLocation | Gets the location of this element. | from AstNode |
propagatesAbnormal | Holds if abnormal execution of | from ControlFlowTree |
succ | Holds if | from ControlFlowTree |
toString | Gets a textual representation of this element. | from AstNode |