Class PrintFunction
A specialization of graph node for Function, to add typing information.
Import path
import codeql.swift.printast.PrintAstNodeDirect supertypes
Indirect supertypes
Fields
Predicates
| getProperty | Gets the value of an additional property of this node, where the name of the property is |
Inherited predicates
| getAstNode | Gets the underlying AST node, if any. | from PrintLocatable |
| getLocation | Gets the location of this node in the source code. | from PrintLocatable |
| hasChild | Gets the child node at index | from PrintLocatable |
| shouldBePrinted | Holds if this node should be printed in the output. | from PrintLocatable |
| toString | Gets a textual representation of this node. | from PrintLocatable |