Class Search
Import path
import semmle.cobol.AST_extended
Direct supertypes
Indirect supertypes
Predicates
Inherited predicates
getABranch | Get a branches belonging to this | from Search_ |
getAReceivingDataEntry | Get a data entry used as a receiver. | from Stmt |
getAReceivingOperand | Get an operand used as a receiver. | from Stmt |
getASendingDataEntry | Get a data entry used as a sender. | from Stmt |
getASendingOperand | Get an operand used as a sender. | from Stmt |
getASuccessor | Get any possible successor in the progam’s control flow. | from AstNode |
getASuccessorStmt | from Stmt | |
getAnOperand | from Stmt | |
getBranch | Get the nth branches of this | from Search_ |
getBranchesList | Get the list of branches belonging to this | from Search_ |
getBranchesSize | Get the number of elements in the list of branches. | from Search_ |
getEnclosingParagraph | Get the paragraph containing this statement. | from Stmt |
getEnclosingProcedureDivision | Get the procedure division containing this statement. | from Stmt |
getEnclosingSection | Get the section containing this statement. | from Stmt |
getEnclosingSentence | Get the sentence containing this statement. | from Stmt |
getEnclosingText | Get the unit containing this element. | from AstNode |
getEnclosingUnit | Get the unit containing this element. | from AstNode |
getFirstBranch | Get the first branches in the list. | from Search_ |
getLastBranch | Get the last branches in the list. | from Search_ |
getLocation | Get this element’s location. | from Locatable |
getNumLines | Get the number of lines covered by this element. | from Locatable |
getParent | from Stmt_ | |
getScopeTerminator | Get the scope terminator of this | from Search_ |
hasAncestor | Does this AstNode have ‘other’ as a ancestor? | from AstNode |
hasDescendant | Does this AstNode have ‘other’ as a descendant? | from AstNode |
isCompilerGenerated | Was this statement inserted by the “compiler” ? | from Stmt |