Class MakeWithSplitting::StandardTree
An element where the children are evaluated following a standard left-to-right
evaluation. The actual evaluation order is determined by the predicate
getChildNode()
.
Import path
import codeql.controlflow.Cfg
Direct supertypes
Indirect supertypes
Predicates
getChildNode | Gets the |
getFirstChildNode | Gets the first child node of this element. |
getLastChildElement | Gets the last child node of this node. |
isLeafElement | Holds if this element has no children. |
propagatesAbnormal | Holds if abnormal execution of |
succ | Holds if |
Inherited predicates
first | Holds if | from ControlFlowTree |
getLocation | Gets the location of this element. | from AstNode |
last | Holds if | from ControlFlowTree |
toString | Gets a textual representation of this element. | from AstNode |