Skip to content

Commit a16147c

Browse files
committed
Java: Add upgrade and downgrade script
1 parent 4ffc8e6 commit a16147c

File tree

7 files changed

+4977
-0
lines changed

7 files changed

+4977
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
class Import extends @import {
2+
string toString() { none() }
3+
}
4+
5+
class ClassOrInterface extends @classorinterface {
6+
string toString() { none() }
7+
}
8+
9+
from Import imp, ClassOrInterface holder, string name, int kind
10+
where
11+
imports(imp, holder, name, kind) and kind != 6
12+
select imp, holder, name, kind

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy