Class CompilerQueryInvoker
- java.lang.Object
-
- org.openprovenance.prov.template.compiler.CompilerQueryInvoker
-
public class CompilerQueryInvoker extends Object
-
-
Constructor Summary
Constructors Constructor Description CompilerQueryInvoker()
-
Method Summary
Modifier and Type Method Description voidcompositeQueryInvoker(TemplatesCompilerConfig configs, Locations locations, TemplateCompilerConfig config, Set<String> foundSpecialTypes, String sbVar, com.squareup.javapoet.MethodSpec.Builder mspec, String variableBean, boolean withBean)StringconverterForSpecialType(String specialType)SpecificationFilegenerateQueryInvoker(TemplatesCompilerConfig configs, Locations locations, boolean withBean, String fileName)
-
-
-
Method Detail
-
generateQueryInvoker
public SpecificationFile generateQueryInvoker(TemplatesCompilerConfig configs, Locations locations, boolean withBean, String fileName)
-
compositeQueryInvoker
public void compositeQueryInvoker(TemplatesCompilerConfig configs, Locations locations, TemplateCompilerConfig config, Set<String> foundSpecialTypes, String sbVar, com.squareup.javapoet.MethodSpec.Builder mspec, String variableBean, boolean withBean)
-
-