Class OnSizeErrorBranch_
Import path
import semmle.cobol.AST
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
Inherited predicates
getAStatement | Get a statements belonging to this | from Branch_ |
getASuccessor | Get any possible successor in the progam’s control flow. | from AstNode |
getEnclosingText | Get the unit containing this element. | from AstNode |
getEnclosingUnit | Get the unit containing this element. | from AstNode |
getFirstStatement | Get the first statements in the list. | from Branch_ |
getLastStatement | Get the last statements in the list. | from Branch_ |
getLocation | Get this element’s location. | from Locatable |
getNumLines | Get the number of lines covered by this element. | from Locatable |
getParent | from Branch_ | |
getStatement | Get the nth statements of this | from Branch_ |
getStatementsList | Get the list of statements belonging to this | from Branch_ |
getStatementsSize | Get the number of elements in the list of statements. | from Branch_ |
hasAncestor | Does this AstNode have ‘other’ as a ancestor? | from AstNode |
hasDescendant | Does this AstNode have ‘other’ as a descendant? | from AstNode |