Java: Add up/downgrade scripts

This commit is contained in:
Ian Lynagh
2024-09-12 16:47:39 +01:00
parent 9f1c251809
commit 9a398aa9a8
8 changed files with 5028 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
class TypeVariable extends @typevariable {
string toString() { none() }
}
class ClassOrInterfaceOrCallable extends @classorinterfaceorcallable {
string toString() { none() }
}
from TypeVariable id, string nodeName, int pos, ClassOrInterfaceOrCallable parentid
where typeVars(id, nodeName, pos, parentid)
select id, nodeName, pos, 0, parentid

View File

@@ -0,0 +1,3 @@
description: Remove deprecated entries
compatibility: partial
typeVars.rel: run typeVars.qlo