discussions Search Results · repo:github/codeql path:docs/codeql "ClassInstanceExpr" linked:pr linked:pr is:public is:public
Filter by
2 results (163 ms)
2 results
ingithub/codeql (press backspace or delete to remove):
... to be a
comparison with C ( in C, this would be called an lvalue ). |
| ClassInstanceExpr | NewExpr? br (probably needs a better name since this does not cover creation of arrays which also
uses new ...
:
... directly use ClassInstanceExpr, which
represents Java s new ....
The class Array is an array type, such as int[], not the creation of an array. You are probably looking for
ArrayCreationExpr, and more ...