Class UnreachableBlock
An unreachable basic block, that is, a basic block whose first node is unreachable.
Import path
import javascript
Direct supertypes
Indirect supertypes
Inherited predicates
defAt |
Holds if this basic block defines variable |
from BasicBlock |
getANode |
Gets a node in this block. |
from BasicBlock |
getAPredecessor |
Gets a basic block preceding this one. |
from BasicBlock |
getAPrimaryQlClass |
Gets the primary QL class for the Locatable. |
from Locatable |
getASuccessor |
Gets a basic block succeeding this one. |
from BasicBlock |
getContainer |
Gets the function or toplevel to which this node belongs. |
from NodeInStmtContainer |
getEndLine |
Gets the line on which this element ends. |
from Locatable |
getFile |
Gets the file this program element comes from. |
from Locatable |
getFirstNode |
Gets the first node in this block. |
from BasicBlock |
getImmediateDominator |
Gets the basic block that immediately dominates this basic block. |
from BasicBlock |
getLastNode |
Gets the last node in this block. |
from BasicBlock |
getLocation |
Gets this element’s location. |
from Locatable |
getNode |
Gets the node at the given position in this block. |
from BasicBlock |
getNumLines |
Gets the number of lines covered by this element. |
from Locatable |
getPrimaryQlClasses |
Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs. |
from Locatable |
getStartLine |
Gets the line on which this element starts. |
from Locatable |
isLiveAtEntry |
Holds if |
from BasicBlock |
isLiveAtEntry |
Holds if |
from BasicBlock |
length |
Gets the length of this block. |
from BasicBlock |
localIsLiveAtEntry |
Holds if local variable |
from BasicBlock |
localIsLiveAtEntry |
Holds if local variable |
from BasicBlock |
localLiveDefAt |
Holds if |
from BasicBlock |
localMayBeOverwritten |
Holds if |
from BasicBlock |
toString |
Gets a textual representation of this element. |
from Locatable |
useAt |
Holds if this basic block uses variable |
from BasicBlock |