Class PrintAstNode
A node in the output tree.
Import path
import codeql.actions.ideContextual.printAstDirect supertypes
Known direct subtypes
Predicates
| getAChild | Gets a child of this node. |
| getChild | Gets the child node with name |
| getLocation | Get the Location of this AST node |
| getOrder | Gets a value used to order this node amongst its siblings. |
| getParent | Gets the parent of this node, if any. |
| 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. |