Class FunctionNode
A node representing a Function
.
Import path
import semmle.code.cpp.PrintAST
Direct supertypes
Indirect supertypes
Fields
Inherited fields
ast | from BaseAstNode |
Predicates
getChildAccessorPredicateInternal |
Gets the QL predicate that can be used to access the child at |
getChildInternal |
Gets the child node at index |
getFunction |
Gets the |
getProperty |
Gets the value of the property of this node, where the name of the property is |
toString |
Gets a textual representation of this node in the PrintAST output tree. |
Inherited predicates
getAChild |
Gets the children of this node. |
from PrintAstNode |
getAST |
DEPRECATED: Alias for getAst |
from BaseAstNode |
getAst |
Gets the AST represented by this node. |
from BaseAstNode |
getChild |
Gets the child node at index |
from PrintAstNode |
getChildAccessorPredicate |
Gets the QL predicate that can be used to access the child at |
from PrintAstNode |
getLocation |
Gets the location of this node in the source code. |
from BaseAstNode |
getParent |
Gets the parent of this node, if any. |
from PrintAstNode |
shouldPrint |
Holds if this node should be printed in the output. By default, all nodes within a function are printed, but the query can override |
from PrintAstNode |