mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Merge pull request #3383 from aschackmull/java/printast
Java: Library for pretty-printing AST in linear time.
This commit is contained in:
@@ -413,7 +413,7 @@ class ArrayAccess extends Expr, @arrayaccess {
|
||||
/**
|
||||
* An array creation expression.
|
||||
*
|
||||
* For example, an expression such as `new String[3][2]` or
|
||||
* For example, an expression such as `new String[2][3]` or
|
||||
* `new String[][] { { "a", "b", "c" } , { "d", "e", "f" } }`.
|
||||
*
|
||||
* In both examples, `String` is the type name. In the first
|
||||
|
||||
1005
java/ql/src/semmle/code/java/PrintAst.qll
Normal file
1005
java/ql/src/semmle/code/java/PrintAst.qll
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user