File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal
javascript/ql/lib/semmle/javascript/frameworks/data/internal
java/ql/lib/semmle/code/java/dataflow/internal
ruby/ql/lib/codeql/ruby/dataflow/internal Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class AccessPath extends string instanceof AccessPath::Range {
149
149
* An access part token such as `Argument[1]` or `ReturnValue`, appearing in one or more access paths.
150
150
*/
151
151
class AccessPathToken extends string {
152
- AccessPathToken ( ) { this = getRawToken ( any ( AccessPath path ) , _) }
152
+ AccessPathToken ( ) { this = getRawToken ( _ , _) }
153
153
154
154
private string getPart ( int part ) {
155
155
result = this .regexpCapture ( "([^\\[]+)(?:\\[([^\\]]*)\\])?" , part )
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class AccessPath extends string instanceof AccessPath::Range {
149
149
* An access part token such as `Argument[1]` or `ReturnValue`, appearing in one or more access paths.
150
150
*/
151
151
class AccessPathToken extends string {
152
- AccessPathToken ( ) { this = getRawToken ( any ( AccessPath path ) , _) }
152
+ AccessPathToken ( ) { this = getRawToken ( _ , _) }
153
153
154
154
private string getPart ( int part ) {
155
155
result = this .regexpCapture ( "([^\\[]+)(?:\\[([^\\]]*)\\])?" , part )
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class AccessPath extends string instanceof AccessPath::Range {
149
149
* An access part token such as `Argument[1]` or `ReturnValue`, appearing in one or more access paths.
150
150
*/
151
151
class AccessPathToken extends string {
152
- AccessPathToken ( ) { this = getRawToken ( any ( AccessPath path ) , _) }
152
+ AccessPathToken ( ) { this = getRawToken ( _ , _) }
153
153
154
154
private string getPart ( int part ) {
155
155
result = this .regexpCapture ( "([^\\[]+)(?:\\[([^\\]]*)\\])?" , part )
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ class AccessPath extends string instanceof AccessPath::Range {
149
149
* An access part token such as `Argument[1]` or `ReturnValue`, appearing in one or more access paths.
150
150
*/
151
151
class AccessPathToken extends string {
152
- AccessPathToken ( ) { this = getRawToken ( any ( AccessPath path ) , _) }
152
+ AccessPathToken ( ) { this = getRawToken ( _ , _) }
153
153
154
154
private string getPart ( int part ) {
155
155
result = this .regexpCapture ( "([^\\[]+)(?:\\[([^\\]]*)\\])?" , part )
You can’t perform that action at this time.
0 commit comments