File tree 8 files changed +144
-0
lines changed
qilin.pta/src/qilin/pta/tools
qilin.util/src/qilin/util
8 files changed +144
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* Qilin - a Java Pointer Analysis Framework
2
+ * Copyright (C) 2021-2030 Qilin developers
3
+ *
4
+ * This program is free software: you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as
6
+ * published by the Free Software Foundation, either version 3.0 of the
7
+ * License, or (at your option) any later version.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU General Lesser Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU General Lesser Public
15
+ * License along with this program. If not, see
16
+ * <https://www.gnu.org/licenses/lgpl-3.0.en.html>.
17
+ */
18
+
1
19
package qilin .core .pag ;
2
20
3
21
import qilin .util .DataFactory ;
Original file line number Diff line number Diff line change
1
+ /* Qilin - a Java Pointer Analysis Framework
2
+ * Copyright (C) 2021-2030 Qilin developers
3
+ *
4
+ * This program is free software: you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as
6
+ * published by the Free Software Foundation, either version 3.0 of the
7
+ * License, or (at your option) any later version.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU General Lesser Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU General Lesser Public
15
+ * License along with this program. If not, see
16
+ * <https://www.gnu.org/licenses/lgpl-3.0.en.html>.
17
+ */
18
+
1
19
package qilin .core .sets ;
2
20
3
21
import qilin .core .PTA ;
Original file line number Diff line number Diff line change
1
+ /* Qilin - a Java Pointer Analysis Framework
2
+ * Copyright (C) 2021-2030 Qilin developers
3
+ *
4
+ * This program is free software: you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as
6
+ * published by the Free Software Foundation, either version 3.0 of the
7
+ * License, or (at your option) any later version.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU General Lesser Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU General Lesser Public
15
+ * License along with this program. If not, see
16
+ * <https://www.gnu.org/licenses/lgpl-3.0.en.html>.
17
+ */
18
+
1
19
package qilin .stat ;
2
20
3
21
import qilin .core .PTA ;
Original file line number Diff line number Diff line change
1
+ /* Qilin - a Java Pointer Analysis Framework
2
+ * Copyright (C) 2021-2030 Qilin developers
3
+ *
4
+ * This program is free software: you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as
6
+ * published by the Free Software Foundation, either version 3.0 of the
7
+ * License, or (at your option) any later version.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU General Lesser Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU General Lesser Public
15
+ * License along with this program. If not, see
16
+ * <https://www.gnu.org/licenses/lgpl-3.0.en.html>.
17
+ */
18
+
1
19
package qilin .stat ;
2
20
3
21
public interface IEvaluator {
Original file line number Diff line number Diff line change
1
+ /* Qilin - a Java Pointer Analysis Framework
2
+ * Copyright (C) 2021-2030 Qilin developers
3
+ *
4
+ * This program is free software: you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as
6
+ * published by the Free Software Foundation, either version 3.0 of the
7
+ * License, or (at your option) any later version.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU General Lesser Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU General Lesser Public
15
+ * License along with this program. If not, see
16
+ * <https://www.gnu.org/licenses/lgpl-3.0.en.html>.
17
+ */
18
+
1
19
package qilin .stat ;
2
20
3
21
import qilin .core .PTA ;
Original file line number Diff line number Diff line change
1
+ /* Qilin - a Java Pointer Analysis Framework
2
+ * Copyright (C) 2021-2030 Qilin developers
3
+ *
4
+ * This program is free software: you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as
6
+ * published by the Free Software Foundation, either version 3.0 of the
7
+ * License, or (at your option) any later version.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU General Lesser Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU General Lesser Public
15
+ * License along with this program. If not, see
16
+ * <https://www.gnu.org/licenses/lgpl-3.0.en.html>.
17
+ */
18
+
1
19
package qilin .pta .tools ;
2
20
3
21
import qilin .CoreConfig ;
Original file line number Diff line number Diff line change
1
+ /* Qilin - a Java Pointer Analysis Framework
2
+ * Copyright (C) 2021-2030 Qilin developers
3
+ *
4
+ * This program is free software: you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as
6
+ * published by the Free Software Foundation, either version 3.0 of the
7
+ * License, or (at your option) any later version.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU General Lesser Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU General Lesser Public
15
+ * License along with this program. If not, see
16
+ * <https://www.gnu.org/licenses/lgpl-3.0.en.html>.
17
+ */
18
+
1
19
package qilin .pta .tools ;
2
20
3
21
import qilin .pta .PTAConfig ;
Original file line number Diff line number Diff line change
1
+ /* Qilin - a Java Pointer Analysis Framework
2
+ * Copyright (C) 2021-2030 Qilin developers
3
+ *
4
+ * This program is free software: you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as
6
+ * published by the Free Software Foundation, either version 3.0 of the
7
+ * License, or (at your option) any later version.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU General Lesser Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU General Lesser Public
15
+ * License along with this program. If not, see
16
+ * <https://www.gnu.org/licenses/lgpl-3.0.en.html>.
17
+ */
18
+
1
19
package qilin .util ;
2
20
3
21
import java .util .*;
You can’t perform that action at this time.
0 commit comments