mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Update python/ql/src/semmle/python/PrintAst.qll
Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1d2ca42d49
commit
3306b59a14
@@ -134,7 +134,7 @@ class TopLevelPrintAstNode extends PrintAstNode {
|
||||
*
|
||||
* This class can be overwriten to define more specific behavior for some `AstNode`s.
|
||||
* The `getChildNode` and `getStmtList` methods can be overwritten to easily set up a child-parent relation between different `AstElementNode`s.
|
||||
* Be very carefull about overridding `getChild`, as `getChildNode` and `getStmtList` depends on the default beavior of `getChild`.
|
||||
* Be very carefull about overriding `getChild`, as `getChildNode` and `getStmtList` depends on the default beavior of `getChild`.
|
||||
*/
|
||||
class AstElementNode extends PrintAstNode, TElementNode {
|
||||
AstNode element;
|
||||
|
||||
Reference in New Issue
Block a user