mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
private import java as J
|
|
private import codeql.mad.modelgenerator.ModelPrinting
|
|
private import CaptureModelsSpecific as Specific
|
|
|
|
private module ModelPrintingLang implements ModelPrintingLangSig {
|
|
class Callable = J::Callable;
|
|
|
|
predicate partialModel = Specific::partialModel/6;
|
|
}
|
|
|
|
import ModelPrintingImpl<ModelPrintingLang>
|