mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C#/C++/Java: Make AccessPath abstract
This was requested by @hvitved in code review. There is no difference in the generated DIL.
This commit is contained in:
@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
|
||||
* dereference operations needed to get from the value in the node to the
|
||||
* tracked object. The final type indicates the type of the tracked object.
|
||||
*/
|
||||
private class AccessPath extends TAccessPath {
|
||||
abstract private class AccessPath extends TAccessPath {
|
||||
abstract string toString();
|
||||
|
||||
Content getHead() {
|
||||
|
||||
@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
|
||||
* dereference operations needed to get from the value in the node to the
|
||||
* tracked object. The final type indicates the type of the tracked object.
|
||||
*/
|
||||
private class AccessPath extends TAccessPath {
|
||||
abstract private class AccessPath extends TAccessPath {
|
||||
abstract string toString();
|
||||
|
||||
Content getHead() {
|
||||
|
||||
@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
|
||||
* dereference operations needed to get from the value in the node to the
|
||||
* tracked object. The final type indicates the type of the tracked object.
|
||||
*/
|
||||
private class AccessPath extends TAccessPath {
|
||||
abstract private class AccessPath extends TAccessPath {
|
||||
abstract string toString();
|
||||
|
||||
Content getHead() {
|
||||
|
||||
@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
|
||||
* dereference operations needed to get from the value in the node to the
|
||||
* tracked object. The final type indicates the type of the tracked object.
|
||||
*/
|
||||
private class AccessPath extends TAccessPath {
|
||||
abstract private class AccessPath extends TAccessPath {
|
||||
abstract string toString();
|
||||
|
||||
Content getHead() {
|
||||
|
||||
@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
|
||||
* dereference operations needed to get from the value in the node to the
|
||||
* tracked object. The final type indicates the type of the tracked object.
|
||||
*/
|
||||
private class AccessPath extends TAccessPath {
|
||||
abstract private class AccessPath extends TAccessPath {
|
||||
abstract string toString();
|
||||
|
||||
Content getHead() {
|
||||
|
||||
Reference in New Issue
Block a user