Uses of Class
org.openprovenance.prov.template.compiler.CompilerUtil
-
-
Uses of CompilerUtil in org.openprovenance.prov.template.compiler
Methods in org.openprovenance.prov.template.compiler with parameters of type CompilerUtil Modifier and Type Method Description static SpecificationFileCompilerBeanGenerator. newSpecificationFiles(CompilerUtil compilerUtil, Locations locations, com.squareup.javapoet.TypeSpec spec, String templateName, StackTraceElement stackTraceElement, com.squareup.javapoet.JavaFile myfile, String directory, String fileName, String packge, Set<String> selectedExports)static SpecificationFileCompilerBeanGenerator. newSpecificationFiles(CompilerUtil compilerUtil, Locations locations, com.squareup.javapoet.TypeSpec spec, TemplatesCompilerConfig configs, StackTraceElement stackTraceElement, com.squareup.javapoet.JavaFile myfile, String directory, String fileName, String packge, Set<String> selectedExports) -
Uses of CompilerUtil in org.openprovenance.prov.template.compiler.common
Methods in org.openprovenance.prov.template.compiler.common with parameters of type CompilerUtil Modifier and Type Method Description static com.squareup.javapoet.CodeBlockCompilerCommon. makeParamsList(Collection<String> variables, Map<String,List<Descriptor>> var, CompilerUtil compilerUtil) -
Uses of CompilerUtil in org.openprovenance.prov.template.compiler.expansion
Constructors in org.openprovenance.prov.template.compiler.expansion with parameters of type CompilerUtil Constructor Description StatementTypeAction(ProvFactory pFactory, Set<QualifiedName> allVars, Set<QualifiedName> allAtts, Hashtable<QualifiedName,String> vmap, com.squareup.javapoet.MethodSpec.Builder builder, String target, com.fasterxml.jackson.databind.JsonNode bindings_schema, Map<String,Collection<String>> knownTypes, Map<String,Collection<String>> unknownTypes, com.squareup.javapoet.MethodSpec.Builder mbuilder, CompilerUtil compilerUtil) -
Uses of CompilerUtil in org.openprovenance.prov.template.compiler.sql
Methods in org.openprovenance.prov.template.compiler.sql with parameters of type CompilerUtil Modifier and Type Method Description static StringCompilerSqlComposer. getTheSqlType(CompilerUtil compilerUtil, String key, TemplateBindingsSchema templateBindingsSchema, Map<String,List<Descriptor>> var)
-