mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Update docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
@@ -74,7 +74,7 @@ Abstract syntax
|
||||
---------------
|
||||
|
||||
The abstract syntax tree (AST) represents the elements of the source code organised into a tree. The AST viewer
|
||||
feature of Visual Studio Code shows the AST nodes, including the relevant CodeQL classes and predicates.
|
||||
in Visual Studio Code shows the AST nodes, including the relevant CodeQL classes and predicates.
|
||||
|
||||
All CodeQL AST classes inherit from the `AstNode` class, which provides the following member predicates
|
||||
to all AST classes:
|
||||
|
||||
Reference in New Issue
Block a user