Uses of Class
org.openprovenance.prov.template.compiler.CompilerUtil
Packages that use CompilerUtil
Package
Description
-
Uses of CompilerUtil in org.openprovenance.prov.template.compiler
Methods in org.openprovenance.prov.template.compiler with parameters of type CompilerUtilModifier and TypeMethodDescriptionstatic 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 CompilerUtilModifier and TypeMethodDescriptionstatic 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 CompilerUtilModifierConstructorDescriptionStatementTypeAction(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 CompilerUtilModifier and TypeMethodDescriptionstatic StringCompilerSqlComposer.getTheSqlType(CompilerUtil compilerUtil, String key, TemplateBindingsSchema templateBindingsSchema, Map<String, List<Descriptor>> var)