-
Compilers.Compiler.compile()
Запускает процесс компиляции программы program. Программа должна быть не null. Перед вызовом этого метода должен быть вызван метод Program.prepare(). Вывод компилятора - стандартный или вывод ошибок (соответствующие файловые дескрипторы - 1 и 2) - определяется используемым компилятором, читается из файла настроек. Время работы компилятора ограничивается значением TIME_LIMIT. Успешность компиляции определяется по наличию бинарного файла. Из сообщения компиляции имя файла с исходным кодом заменяется на слово <code>. Процессу компилятору передается в качестве рабочей директории директория, в которой находится файл с исходным кодом программы. В качестве параметра передается относительное имя файла с исходным кодом.
@param program конкретная программа, должна быть не null, должен быть вызванметод Program.prepare()
@throws CompilationErrorException ошибка компиляции
@throws CompilationInternalServerErrorException в процессе компиляциина сервере произошла ошибка
@throws CompilationTimeLimitExceededException процесс компиляции занялслишком много времени
-
abstrasy.Interpreter.compile()
-
anvil.doc.Doc.compile()
-
anvil.script.compiler.ByteCompiler.compile()
-
anvil.script.expression.Expression.compile()
-
anvil.script.expression.VariableNode.compile()
-
br.ufal.ic.joint.module.ontology.operations.OntologyCompiler.compile()
-
ceylon.modules.api.compiler.CompilerAdapterFactory.compile()
Compile the source.
@param source the source file
@param name the resource name
@param classesRoot the classes root
@return compiled file or null if no compilation happened
@throws IOException for any I/O error
-
ch.grengine.code.Compiler.compile()
compiles the given sources to an instance of {@link Code} in memory.
@throws CompileException if compilation failed
@since 1.0
-
ch.mtSystems.jnc.model.NativeCompiler.compile()
-
ch.pollet.jzic.compiler.Compiler.compile()
-
ch.qos.logback.core.pattern.parser.Parser.compile()
When the parsing step is done, the Node list can be transformed into a converter chain.
@param top
@param converterMap
@return
@throws ScanException
-
cn.bran.japid.compiler.JapidAbstractCompiler.compile()
-
cn.bran.japid.compiler.JapidLayoutCompiler.compile()
-
cn.bran.japid.compiler.JapidTemplateCompiler.compile()
-
com.adidas.dam.marvin.client.query.filter.Filter.compile()
Compiles the Filters state to a ready-to-use query string.
@return ready-to-use query string.
-
com.ajjpj.amapper.core.impl.AMapperImpl.compile()
@return a new instance of AMapper with "compiled" mapping defs
-
com.alexkasko.krakatau.KrakatauLibrary.compile()
Compiles list of source files (or directories)
@param sources list of source files (or directories)
@param classpathFiles list of classpath entries (.jar files or directories)
@param outDir output directory
@param errorWriter error writer
@throws KrakatauException
-
com.alibaba.dubbo.common.compiler.Compiler.compile()
Compile java source code.
@param code Java source code
@param classLoader TODO
@return Compiled class
-
com.alibaba.otter.shared.common.utils.compile.impl.JdkCompiler.compile()
-
com.asakusafw.compiler.batch.BatchCompiler.compile()
指定のバッチ記述に対するコンパイルを実行する。
@param description 対象のバッチ記述
@return コンパイル結果のワークフロー
@throws IOException コンパイルに失敗した場合
@throws IllegalArgumentException 引数に{@code null}が指定された場合
-
com.asakusafw.compiler.flow.FlowCompiler.compile()
コンパイルを実行する。
@param graph コンパイル結果を出力する先のグラフ
@return コンパイル結果のモデル
@throws IOException 出力に失敗した場合
@throws IllegalArgumentException 引数に{@code null}が指定された場合
-
com.asakusafw.compiler.flow.jobflow.JobflowCompiler.compile()
指定のステージグラフをコンパイルし、ジョブフロー全体のステージ構造に関する情報を返す。
@param graph ステージグラフ
@param stageModels 各ステージの情報
@return ジョブフロー全体のステージ構造に関する情報、解析に失敗した場合は{@code null}
@throws IOException コンパイル結果の出力に失敗した場合
@throws IllegalArgumentException 引数に{@code null}が指定された場合
-
com.asakusafw.compiler.flow.stage.StageCompiler.compile()
指定のステージグラフに含まれるすべてのステージをコンパイルし、モデルオブジェクトとして返す。
@param graph コンパイル対象のグラフ
@return 対応するコンパイル済みのステージ一覧
@throws IOException コンパイル結果の出力に失敗した場合
@throws IllegalArgumentException 引数に{@code null}が指定された場合
-
com.caucho.java.JavaCompiler.compile()
Compiles the class. className is a fully qualified Java class, e.g. work.jsp.Test
@param fileName Java source name -- in VFS format
@param lineMap mapping from generated class back to the source class
@return compiled class
-
com.clarkparsia.pellet.rules.rete.Compiler.compile()
-
com.cloudera.sqoop.orm.CompilationManager.compile()
-
com.cuubez.core.template.JaxRsUriTemplateProcessor.compile()
-
com.cuubez.core.template.UriTemplateProcessor.compile()
-
com.datasift.client.DataSiftClient.compile()
Compile a CSDL string to a stream hash to which you can later subscribe and receive interactions from
@param csdl the CSDL to compile
@return a stream object representing the DataSift compiled CSDL, use {@link com.datasift.client.core.Stream#hash()}to list the hash for the compiled CSDL
-
com.dotcms.enterprise.csspreproc.CSSCompiler.compile()
-
com.dotcms.repackage.org.apache.oro.text.regex.Perl5Compiler.compile()
-
com.dtrules.decisiontables.RDecisionTable.compile()
Compile each condition and action. We mark the decision table as uncompiled if any error is detected. However, we still attempt to compile all conditions and all actions.
-
com.envoisolutions.sxc.builder.Builder.compile()
Generates and compiles the code, then loads it back into the current JVM.
-
com.envoisolutions.sxc.builder.impl.BuilderImpl.compile()
-
com.envoisolutions.sxc.compiler.Compiler.compile()
-
com.envoisolutions.sxc.compiler.JavacCompiler.compile()
-
com.envoisolutions.sxc.xpath.XPathBuilder.compile()
-
com.foundationdb.sql.optimizer.CreateAsCompiler.compile()
-
com.fs.pxe.bpel.compiler.BpelC.compile()
-
com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.compile()
Compiles the specified JavaScript code in the context of a given HTML page.
@param htmlPage the page that the code will execute within
@param sourceCode the JavaScript code to execute
@param sourceName the name that will be displayed on error conditions
@param startLine the line at which the script source starts
@return the result of executing the specified code
-
com.github.jknack.handlebars.Handlebars.compile()
-
com.github.mustachejava.DefaultMustacheFactory.compile()
-
com.github.mustachejava.DeferringMustacheFactory.compile()
-
com.github.mustachejava.MustacheFactory.compile()
-
com.github.sommeri.less4j.LessCompiler.compile()
-
com.github.sommeri.less4j.core.DefaultLessCompiler.compile()
-
com.github.sommeri.less4j.core.ThreadUnsafeLessCompiler.compile()
-
com.google.errorprone.ErrorProneCompiler.compile()
Compiles in-process.
@param listener listens to the diagnostics produced by error-prone
@param args the same args which would be passed to javac on the command line
@return exit code from the compiler invocation
-
com.google.gwt.dev.js.ClosureJsRunner.compile()
-
com.google.gwt.dev.shell.BrowserWidgetHost.compile()
-
com.google.gxp.compiler.CompilationSet.compile()
Compiles {@code CompilationUnits} into the specified {@code OutputLanguage}s. Only outputs that {@code allowedOutputPredicate} returns{@code true} for will actually be generated.
-
com.google.javascript.jscomp.Compiler.compile()
-
com.google.javascript.jscomp.jsonml.SecureCompiler.compile()
-
com.google.sitebricks.compiler.TemplateCompiler.compile()
-
com.granule.CachedBundle.compile()
-
com.jogamp.opengl.util.glsl.ShaderCode.compile()
-
com.opengamma.engine.function.resolver.DefaultFunctionResolver.compile()
-
com.opengamma.engine.function.resolver.FunctionResolver.compile()
Provides a resolver that is locked to a specific instant.
This creates a {@link CompiledFunctionResolver} that can perform the actual resolution withfunctions compiled for use at the given snapshot time.
@param atInstant the snapshot time the functions will be used at, not null
@return the compiled function resolver, not null
-
com.opengamma.engine.marketdata.OverrideOperationCompiler.compile()
Compiles the given expression to an executable operation.
@param operation the textual representation of the operation, not null
@param resolver the resolver to use for any embedded or indirect references, not null
@return the executable operation, not null
@throws IllegalArgumentException if the expression is invalid
-
com.peterhi.ui.gl.GLFragmentShader.compile()
-
com.peterhi.ui.gl.GLVertexShader.compile()
-
com.rimfaxe.webserver.compiler.Library.compile()
The jars is compiled to object files, and then linked into a dynamic so file. Link against RWS shared lib.
-
com.salesforce.phoenix.compile.CreateIndexCompiler.compile()
-
com.salesforce.phoenix.compile.CreateSequenceCompiler.compile()
-
com.salesforce.phoenix.compile.CreateTableCompiler.compile()
-
com.salesforce.phoenix.compile.DeleteCompiler.compile()
-
com.salesforce.phoenix.compile.DropSequenceCompiler.compile()
-
com.salesforce.phoenix.compile.PostDDLCompiler.compile()
-
com.salesforce.phoenix.compile.PostIndexDDLCompiler.compile()
-
com.salesforce.phoenix.compile.QueryCompiler.compile()
Builds an executable query plan from a parsed SQL statement
@param select parsed SQL statement
@return executable query plan
@throws SQLException if mismatched types are found, bind value do not match binds,or invalid function arguments are encountered.
@throws SQLFeatureNotSupportedException if an unsupported construct is encountered
@throws TableNotFoundException if table name not found in schema
@throws ColumnNotFoundException if column name could not be resolved
@throws AmbiguousColumnException if an unaliased column name is ambiguous across multiple tables
-
com.salesforce.phoenix.compile.UpsertCompiler.compile()
-
com.scratchdisk.script.ScriptEngine.compile()
Compiles the specified file. Caching for the compiled scripts is used for speed increase.
@param file
@throws IOException
@throws ScriptException
-
com.sun.msv.datatype.xsd.regex.RegExpFactory.compile()
-
com.sun.org.apache.regexp.internal.RECompiler.compile()
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
@param pattern Regular expression pattern to compile (see RECompiler classfor details).
@return A compiled regular expression program.
@exception RESyntaxException Thrown if the regular expression has invalid syntax.
@see RECompiler
@see RE
-
com.sun.org.apache.xalan.internal.xsltc.compiler.XSLTC.compile()
Compiles an XSL stylesheet pointed to by a URL
@param url An URL containing the input XSL stylesheet
-
com.sun.org.apache.xpath.internal.compiler.Compiler.compile()
Execute the XPath object from a given opcode position.
@param opPos The current position in the xpath.m_opMap array.
@return The result of the XPath.
@throws TransformerException if there is a syntax or other error.
@xsl.usage advanced
-
com.sun.star.tool.starjar.regex.PatternCompiler.compile()
-
com.sun.star.tool.starjar.regex.Perl5Compiler.compile()
-
com.sun.tools.javac.Main.compile()
Programmatic interface to the Java Programming Language compiler, javac.
@param args The command line arguments that would normally bepassed to the javac program as described in the man page.
@return an integer equivalent to the exit value from invokingjavac, see the man page for details.
-
com.sun.tools.javac.main.JavaCompiler.compile()
-
com.sun.tools.javac.main.Main.compile()
Programmatic interface for main function.
@param args The command line parameters.
-
com.threed.jpct.Object3D.compile()
-
com.trikke.writer.CRUDBatchClientWriter.compile()
-
com.trikke.writer.CRUDClientWriter.compile()
-
com.trikke.writer.ContentProviderWriter.compile()
-
com.trikke.writer.DatabaseWriter.compile()
-
com.vaadin.sass.internal.ScssStylesheet.compile()
Applies all the visitors and compiles SCSS into Css.
@throws Exception
-
com.volantis.styling.compiler.CSSCompiler.compile()
Compile CSS into a compiled style sheet.
@param input the input CSS.
@param url
@return the compiled style sheet.
-
com.volantis.styling.impl.compiler.ValueCompiler.compile()
Compile the value.
@param value The value to compiled.
@return The compiled value.
-
com.volantis.styling.impl.compiler.ValueCompilerImpl.compile()
-
edu.gmu.seor.prognos.unbbayesplugin.cps.CPSCompilerMain.compile()
Compile.
@param strInput the input
@return true, if successful
-
edu.gmu.seor.prognos.unbbayesplugin.jt.prs.bn.ProbabilisticNetwork.compile()
-
edu.stanford.nlp.trees.tregex.TregexPatternCompiler.compile()
Create a TregexPattern from this tregex string using the headFinder and basicCat function this TregexPatternCompiler was created with. Implementation note: If there is an invalid token in the Tregex parser, JavaCC will throw a TokenMgrError. This is a class that extends Error, not Exception (OMG! - bad!), and so rather than requiring clients to catch it, we wrap it in a ParseException. (The original Error's are thrown in TregexParserTokenManager.)
@param tregex The pattern to parse
@return A new TregexPattern object based on this string
@throws TregexParseException If the expression is syntactically invalid
-
eu.stratosphere.compiler.PactCompiler.compile()
Translates the given plan in to an OptimizedPlan, where all nodes have their local strategy assigned and all channels have a shipping strategy assigned. The compiler connects to the job manager to obtain information about the available instances and their memory and then chooses an instance type to schedule the execution on.
The compilation process itself goes through several phases:
- Create an optimizer data flow representation of the program, assign parallelism and compute size estimates.
- Compute interesting properties and auxiliary structures.
- Enumerate plan alternatives. This cannot be done in the same step as the interesting property computation (as opposed to the Database approaches), because we support plans that are not trees.
@param program The program to be translated.
@return The optimized plan.
@throws CompilerException Thrown, if the plan is invalid or the optimizer encountered an inconsistent situation during the compilation process.
-
gov.nasa.arc.mct.evaluator.enums.EnumEvaluator.compile()
-
gov.nasa.arc.mct.evaluator.enums.MultiEvaluator.compile()
-
gov.nasa.arc.mct.evaluator.spi.EvaluatorProvider.compile()
Takes the code to execute and verifies its correctness.
@param code to execute
@return executor that can evaluate the given code.
-
gov.nasa.arc.mct.evaluator.spi.MultiProvider.compile()
Takes the code to execute and verifies its correctness.
@param code to execute
@return executor that can evaluate the given code.
-
httl.spi.translators.templates.CompiledVisitor.compile()
-
javassist.compiler.Javac.compile()
Compiles a method, constructor, or field declaration to a class. A field declaration can declare only one field.
In a method or constructor body, $0, $1, ... and $_ are not available.
@return a CtMethod
, CtConstructor
,or CtField
object.
@see #recordProceed(String,String)
-
javax.jdo.Query.compile()
Verify the elements of the query and provide a hint to the query to prepare and optimize an execution plan.
-
javax.media.j3d.BranchGroup.compile()
Compiles the source BranchGroup associated with this object and creates and caches a compiled scene graph.
@exception SceneGraphCycleException if there is a cycle in thescene graph
@exception RestrictedAccessException if the method is calledwhen this object is part of a live scene graph.
-
javax.script.Compilable.compile()
Compiles the script.
-
javax.xml.xpath.XPath.compile()
Compile an XPath expression for later evaluation.
If expression
contains any {@link XPathFunction}s, they must be available via the {@link XPathFunctionResolver}. An {@link XPathExpressionException} will be thrown if the XPathFunction
cannot be resovled with the XPathFunctionResolver
.
If expression
is null
, a NullPointerException
is thrown.
@param expression The XPath expression.
@return Compiled XPath expression.
@throws XPathExpressionException If
expression
cannot be compiled.
@throws NullPointerException If
expression
is
null
.
-
jetbrick.template.compiler.JavaCompiler.compile()
-
juzu.impl.compiler.Compiler.compile()
-
juzu.plugin.less.impl.lesser.Lesser.compile()
-
loop.Executable.compile()
-
ma.glasnost.orika.impl.generator.EclipseJdtCompiler.compile()
Compile and return the raw bytes of the class file.
@param source
@param packageName
@param classSimpleName
@return the raw bytes of the class file
-
mondrian.calc.ExpCompiler.compile()
Compiles an expression.
@param exp Expression
@return Compiled expression
-
net.domesdaybook.expression.compiler.sequence.SequenceMatcherCompiler.compile()
-
net.janino.Java.CompilationUnit.compile()
-
net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration.compile()
-
net.sf.jsptest.compiler.api.JspCompiler.compile()
-
net.sf.lapg.lex.RegexpParser.compile()
@return Engine representation of regular expression
-
net.sf.saxon.s9api.XPathCompiler.compile()
Compile an XPath expression, supplied as a character string.
@param source A string containing the source text of the XPath expression
@return An XPathExecutable which represents the compiled xpath expression object.The XPathExecutable may be run as many times as required, in the same or a different thread. The XPathExecutable is not affected by any changes made to the XPathCompiler once it has been compiled.
@throws SaxonApiException if any static error is detected while analyzing the expression
-
net.sf.saxon.s9api.XQueryCompiler.compile()
Compile a query supplied as a string.
The base URI of the query should be supplied by calling {@link #setBaseURI(java.net.URI)}
@param query the text of the query
@return an XQueryExecutable representing the compiled query
@throws SaxonApiException if the query compilation fails with a static error
@since 9.0
-
net.sf.saxon.s9api.XsltCompiler.compile()
Compile a stylesheet.
Note: the term "compile" here indicates that the stylesheet is converted into an executable form. There is no implication that this involves code generation.
The source argument identifies the XML document holding the principal stylesheet module. Other modules will be located relative to this module by resolving against the base URI that is defined as the systemId property of the supplied Source.
The following kinds of {@link javax.xml.transform.Source} are recognized:
- {@link javax.xml.transform.stream.StreamSource}, allowing the stylesheet to be supplied as a URI, as a {@link java.io.File}, as an {@link java.io.InputStream}, or as a {@link java.io.Reader}
- {@link javax.xml.transform.sax.SAXSource}, allowing the stylesheet to be supplied as a stream of SAX events from a SAX2-compliant XML parser (or any other source of SAX events)
- {@link javax.xml.transform.dom.DOMSource}, allowing the stylesheet to be supplied as a DOM tree. This option is available only if saxon9-dom.jar is on the classpath.
- Document wrappers for XOM, JDOM, or DOM4J trees, provided the appropriate support libraries are on the classpath
- A Saxon NodeInfo, representing the root of a tree in any of the native tree formats supported by Saxon
- An {@link XdmNode} representing the document node of the stylesheet module
@param source Source object representing the principal stylesheet module to be compiled
@return an XsltExecutable, which represents the compiled stylesheet.
@throws SaxonApiException if the stylesheet contains static errors or if it cannot be read. Note thatthe exception that is thrown will
not contain details of the actual errors found in the stylesheet. These will instead be notified to the registered ErrorListener. The default ErrorListener displays error messages on the standard error output.
-
net.sf.saxon.xpath.XPathEvaluator.compile()
Compile an XPath 2.0 expression
@param expr the XPath 2.0 expression to be compiled, as a string
@return the compiled form of the expression
@throws XPathExpressionException if there are any static errors in the expression.Note that references to undeclared variables are not treated as static errors, because variables are not pre-declared using this API.
-
nexj.core.meta.Metaclass.compile()
Sorts the actions within the events, computes the action invocation table and compiles the events.
@param machine The VM to use for compilation.
-
nexj.core.meta.integration.service.Binding.compile()
Compiles the service invocation.
@param machine The VM for compilation.
-
nexj.core.meta.persistence.sql.upgrade.RelationalSchemaUpgrade.compile()
-
nexj.core.meta.workflow.FlowMacro.compile()
Compiles the macro.
@param machine The VM for compilation.
-
nexj.core.scripting.Compiler.compile()
Compiles an s-expression to a byte code function. URL information is fetched from {@link TextPosition}s.
@param expr The s-expression to compile.
@param posMap The text position element map. Can be null.
@param machine The VM for macro lookup and execution.
@param bEval True to generate code to push a top level lambda as aclosure.
@return The compiled function.
-
oi.thekraken.grok.api.Grok.compile()
Compile the {@code Grok} pattern to named regex pattern.
@param pattern : Grok pattern (ex: %{IP})
@throws GrokException
-
org.abstractmeta.toolbox.compilation.compiler.JavaSourceCompiler.compile()
-
org.abstractmeta.toolbox.compilation.compiler.impl.JavaSourceCompilerImpl.compile()
-
org.adoptopenjdk.jitwatch.sandbox.compiler.CompilerJava.compile()
-
org.adoptopenjdk.jitwatch.sandbox.compiler.ICompiler.compile()
-
org.ajax4jsf.javascript.JSEncoder.compile()
org/TR/REC-xml#charsets">W3C XML 1.0
@see
JSON.org
-
org.ajax4jsf.renderkit.compiler.HtmlCompiler.compile()
Compile input {@link InputStream} to {@link PreparedTemplate} - set of Java classes to encode as JSF output.
@param input stream with template XML text.
@param sourcename ( optional ) name of resource, for debug purposes.
@return compiled template.
-
org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.compile()
For repeated use of a tree pattern, compile it to a {@link ParseTreePattern} using this method.
-
org.apache.ambari.server.api.predicate.PredicateCompiler.compile()
Generate a predicate from a query expression.
@param exp query expression
@return a predicate instance
@throws InvalidQueryException if unable to compile the expression
-
org.apache.axis.components.compiler.Compiler.compile()
Compile a source file yielding a loadable program file.
@param filename The object program base file name
@param baseDirectory The directory containing the object program file
@param encoding The encoding expected in the source file ornull
if it is the platform's default encoding
@exception LanguageException If an error occurs during compilation
-
org.apache.axis.utils.compiler.Compiler.compile()
Compile a source file yielding a loadable program file.
@param filename The object program base file name
@param baseDirectory The directory containing the object program file
@param encoding The encoding expected in the source file ornull
if it is the platform's default encoding
@exception LanguageException If an error occurs during compilation
-
org.apache.axis2.databinding.schema.SchemaCompiler.compile()
Compile a list of schemas This actually calls the compile (XmlSchema s) method repeatedly
@see #compile(org.apache.ws.commons.schema.XmlSchema)
@param schemalist
@throws SchemaCompilationException
-
org.apache.axis2.schema.SchemaCompiler.compile()
Compile a list of schemas This actually calls the compile (XmlSchema s) method repeatedly
@param schemalist
@throws SchemaCompilationException
@see #compile(org.apache.ws.commons.schema.XmlSchema)
-
org.apache.cayenne.ejbql.EJBQLParser.compile()
Parses and compiles an expression for the EntityResolver.
-
org.apache.cocoon.components.language.programming.LanguageCompiler.compile()
Compile a source file yielding a loadable program file.
@param filename The object program base file name
@param baseDirectory The directory containing the object program file
@param encoding The encoding expected in the source file ornull
if it is the platform's default encoding
@exception LanguageException If an error occurs during compilation
-
org.apache.cocoon.el.ExpressionCompiler.compile()
-
org.apache.commons.jci.compilers.EclipseJavaCompiler.compile()
-
org.apache.commons.jci.compilers.JavaCompiler.compile()
uses the default compiler settings and the current classloader
-
org.apache.commons.jelly.Script.compile()
-
org.apache.flex.compiler.utils.JSClosureCompilerWrapper.compile()
-
org.apache.flink.compiler.PactCompiler.compile()
Translates the given plan in to an OptimizedPlan, where all nodes have their local strategy assigned and all channels have a shipping strategy assigned. The compiler connects to the job manager to obtain information about the available instances and their memory and then chooses an instance type to schedule the execution on.
The compilation process itself goes through several phases:
- Create an optimizer data flow representation of the program, assign parallelism and compute size estimates.
- Compute interesting properties and auxiliary structures.
- Enumerate plan alternatives. This cannot be done in the same step as the interesting property computation (as opposed to the Database approaches), because we support plans that are not trees.
@param program The program to be translated.
@return The optimized plan.
@throws CompilerException Thrown, if the plan is invalid or the optimizer encountered an inconsistent situation during the compilation process.
-
org.apache.hadoop.hbase.util.byterange.ByteRangeSet.compile()
-
org.apache.hadoop.hbase.util.byterange.impl.ByteRangeTreeSet.compile()
-
org.apache.hadoop.hive.ql.Driver.compile()
Compile a new query. Any currently-planned query associated with this Driver is discarded.
@param command The SQL query to compile.
-
org.apache.jasper.JspCompilationContext.compile()
-
org.apache.jasper.compiler.AntCompiler.compile()
-
org.apache.jasper.compiler.CommandLineCompiler.compile()
-
org.apache.jasper.compiler.JavaCompiler.compile()
Execute the compiler
@param source - file name of the source to be compiled
-
org.apache.maven.bootstrap.compile.JavacCompiler.compile()
-
org.apache.ode.bpel.compiler.BpelC.compile()
Compile a BPEL process from a BOM {@link Process} object.
@param process the BOM
Process
to compile.
@throws IOException if one occurs while processing (e.g., getting imports) or writing output.
@throws CompilationException if one occurs while compiling.
-
org.apache.ode.bpel.compiler.api.ExpressionCompiler.compile()
Compile an expression into a {@link org.apache.ode.bpel.o.OExpression} object.
@param source
@return
-
org.apache.ode.bpel.compiler.v2.ExpressionCompiler.compile()
Compile an expression into a {@link org.apache.ode.bpel.rtrep.v2.OExpression} object.
@param source
@return
-
org.apache.ode.daohib.bpel.ql.HibernateInstancesQueryCompiler.compile()
-
org.apache.ode.store.DeploymentUnitDir.compile()
Checking for each BPEL file if we have a corresponding compiled process. If we don't, starts compilation.
-
org.apache.openjpa.kernel.Query.compile()
Compile the query.
-
org.apache.openjpa.persistence.OpenJPAQuery.compile()
Compile the query.
-
org.apache.oro.text.GlobCompiler.compile()
Compiles a Glob expression into a Perl5Pattern instance that can be used by a Perl5Matcher object to perform pattern matching.
@param pattern A Glob expression to compile.
@param options A set of flags giving the compiler instructions onhow to treat the glob expression. The flags are a logical OR of any number of the 3 MASK constants. For example:
regex = compiler.compile(pattern, GlobCompiler. CASE_INSENSITIVE_MASK | GlobCompiler.STAR_CANNOT_MATCH_NULL_MASK);
This says to compile the pattern so that cannot match the null string and to perform matches in a case insensitive manner.
@return A Pattern instance constituting the compiled expression.This instance will always be a Perl5Pattern and can be reliably casted to a Perl5Pattern.
@exception MalformedPatternException If the compiled expressionis not a valid Glob expression.
-
org.apache.oro.text.regex.Perl5Compiler.compile()
Compiles a Perl5 regular expression into a Perl5Pattern instance that can be used by a Perl5Matcher object to perform pattern matching. Please see the user's guide for more information about Perl5 regular expressions.
@param pattern A Perl5 regular expression to compile.
@param options A set of flags giving the compiler instructions onhow to treat the regular expression. The flags are a logical OR of any number of the five MASK constants. For example:
regex = compiler.compile(pattern, Perl5Compiler. CASE_INSENSITIVE_MASK | Perl5Compiler.MULTILINE_MASK);
This says to compile the pattern so that it treats input as consisting of multiple lines and to perform matches in a case insensitive manner.
@return A Pattern instance constituting the compiled regular expression.This instance will always be a Perl5Pattern and can be reliably casted to a Perl5Pattern.
@exception MalformedPatternException If the compiled expressionis not a valid Perl5 regular expression.
-
org.apache.phoenix.compile.CreateIndexCompiler.compile()
-
org.apache.phoenix.compile.CreateSequenceCompiler.compile()
-
org.apache.phoenix.compile.CreateTableCompiler.compile()
-
org.apache.phoenix.compile.DeleteCompiler.compile()
-
org.apache.phoenix.compile.DropSequenceCompiler.compile()
-
org.apache.phoenix.compile.PostDDLCompiler.compile()
-
org.apache.phoenix.compile.PostIndexDDLCompiler.compile()
-
org.apache.phoenix.compile.QueryCompiler.compile()
Builds an executable query plan from a parsed SQL statement
@return executable query plan
@throws SQLException if mismatched types are found, bind value do not match binds,or invalid function arguments are encountered.
@throws SQLFeatureNotSupportedException if an unsupported construct is encountered
@throws TableNotFoundException if table name not found in schema
@throws ColumnNotFoundException if column name could not be resolved
@throws AmbiguousColumnException if an unaliased column name is ambiguous across multiple tables
-
org.apache.phoenix.compile.UpsertCompiler.compile()
-
org.apache.pig.backend.hadoop.executionengine.HExecutionEngine.compile()
-
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler.compile()
Compiles all jobs that have no dependencies removes them from the plan and returns. Should be called with the same plan until exhausted.
@param plan - The MROperPlan to be compiled
@param grpName - The name given to the JobControl
@return JobControl object - null if no more jobs in plan
@throws JobCreationException
-
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MRCompiler.compile()
The front-end method that the user calls to compile the plan. Assumes that all submitted plans have a Store operators as the leaf.
@return A map reduce plan
@throws IOException
@throws PlanException
@throws VisitorException
-
org.apache.pig.backend.hadoop.executionengine.tez.TezLauncher.compile()
-
org.apache.pig.backend.hadoop.executionengine.tez.plan.TezCompiler.compile()
The front-end method that the user calls to compile the plan. Assumes that all submitted plans have a Store operators as the leaf.
@return A Tez plan
@throws IOException
@throws PlanException
@throws VisitorException
-
org.apache.pig.impl.util.JavaCompilerHelper.compile()
-
org.apache.regexp.RECompiler.compile()
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
@param pattern Regular expression pattern to compile (see RECompiler classfor details).
@return A compiled regular expression program.
@exception RESyntaxException Thrown if the regular expression has invalid syntax.
@see RECompiler
@see RE
-
org.apache.shindig.gadgets.rewrite.js.DefaultJsCompiler.compile()
-
org.apache.sling.scripting.jsp.jasper.JspCompilationContext.compile()
-
org.apache.sling.scripting.jsp.jasper.compiler.Compiler.compile()
Compile the jsp file from the current engine context
-
org.apache.snickers.asn1.Compiler.compile()
-
org.apache.struts2.jasper.JspCompilationContext.compile()
-
org.apache.struts2.jasper.compiler.Compiler.compile()
Compile the jsp file from the current engine context
-
org.apache.tools.ant.taskdefs.optional.javah.JavahAdapter.compile()
Performs the actual compilation.
@since Ant 1.6.3
-
org.apache.uima.analysis_engine.ResultSpecification.compile()
Compiles this
ResultSpecification
using a specific {@link TypeSystem}. The result is cached and used by the {@link #containsType(String)} and {@link #containsFeature(String)} methods toproperly consider the inheritance of types and to restrict allAnnotatorFeatures to just those features defined in the type system when this
ResultSpecification
contains Types with
allAnnotatorFeatures
set to true.
This method is called automatically internally when needed. Framework code, Annotators and Applications do not need to call it.
@param aTypeSystem the Type System used to determine which features belong to each Type
@deprecated as of 2.2.2 Now called automatically internally when needed
-
org.apache.vxquery.xmlquery.query.XMLQueryCompiler.compile()
-
org.apache.wink.common.internal.uritemplate.JaxRsUriTemplateProcessor.compile()
-
org.apache.wink.common.internal.uritemplate.UriTemplateProcessor.compile()
Set the template of this processor to the specified template. Only after calling this method can the {@link #matcher()} method be called.
@param template the template to compile and set
-
org.apache.xalan.xsltc.compiler.XSLTC.compile()
Compiles an XSL stylesheet pointed to by a URL
@param url An URL containing the input XSL stylesheet
-
org.apache.xpath.compiler.Compiler.compile()
Execute the XPath object from a given opcode position.
@param xctxt The execution context.
@param context The current source tree context node.
@param opPos The current position in the xpath.m_opMap array.
@param callback Interface that implements the processLocatedNode method.
@param callbackInfo Object that will be passed to the processLocatedNode method.
@return The result of the XPath.
@throws TransformerException if there is a syntax or other error.
-
org.aspectj.org.eclipse.jdt.internal.compiler.Compiler.compile()
General API -> compile each of supplied files -> recompile any required types for which we have an incomplete principle structure
-
org.cafesip.jiplet.mapping.MappingCompiler.compile()
-
org.codehaus.groovy.control.CompilationUnit.compile()
Synonym for compile(Phases.ALL).
-
org.codehaus.groovy.tools.javac.JavaAwareCompilationUnit.compile()
-
org.codehaus.groovy.tools.javac.JavaStubCompilationUnit.compile()
-
org.codehaus.janino.Compiler.compile()
Reads a set of Java™ compilation units (a.k.a. "source files") from the file system, compiles them into a set of "class files" and stores these in the file system. Additional source files are parsed and compiled on demand through the "source path" set of directories.
For example, if the source path comprises the directories "A/B" and "../C", then the source file for class "com.acme.Main" is searched in
- A/B/com/acme/Main.java
- ../C/com/acme/Main.java
Notice that it does make a difference whether you pass multiple source files to {@link #compile(File[])} or if you invoke{@link #compile(File[])} multiply: In the former case, the sourcefiles may contain arbitrary references among each other (even circular ones). In the latter case, only the source files on the source path may contain circular references, not the
sourceFiles
.
This method must be called exactly once after object construction.
Compile errors are reported as described at {@link #setCompileErrorHandler(UnitCompiler.ErrorHandler)}.
@param sourceFiles Contain the compilation units to compile
@return true
for backwards compatibility (return value can safely be ignored)
@throws CompileException Fatal compilation error, or the {@link CompileException} thrown be the installed compileerror handler
@throws IOException Occurred when reading from the sourceFiles
-
org.codehaus.plexus.compiler.Compiler.compile()
This method is provided for backwards compatibility only. Clients should use {@link #performCompile(CompilerConfiguration)} instead.
@param configuration the configuration description of the compilationto perform
@return the result of the compilation returned by the language processor
@throws CompilerException
-
org.codehaus.plexus.compiler.javac.JavacCompiler.compile()
-
org.datanucleus.query.compiler.JDOQLCompiler.compile()
Method to compile the query, and return the compiled results.
@param parameters the parameter map of values keyed by param name
@param subqueryMap Map of subquery variables, keyed by the subquery name
@return The compiled query
-
org.datanucleus.query.compiler.JPQLCompiler.compile()
Method to compile the query, and return the compiled results.
@param parameters the parameter map of values keyed by param name
@param subqueryMap Map of subquery variables, keyed by the subquery name
@return The compiled query
-
org.datanucleus.query.compiler.JavaQueryCompiler.compile()
Method to compile the query.
@param parameters The parameter values keyed by name.
@param subqueryMap Map of subqueries keyed by the subquery name
@return The query compilation
-
org.drools.base.dataproviders.MVELDataProvider.compile()
-
org.drools.base.mvel.MVELAction.compile()
-
org.drools.base.mvel.MVELCompileable.compile()
-
org.drools.base.mvel.MVELConsequence.compile()
-
org.drools.base.mvel.MVELEnabledExpression.compile()
-
org.drools.base.mvel.MVELEvalExpression.compile()
-
org.drools.base.mvel.MVELObjectExpression.compile()
-
org.drools.base.mvel.MVELPredicateExpression.compile()
-
org.drools.base.mvel.MVELReturnValueEvaluator.compile()
-
org.drools.base.mvel.MVELReturnValueExpression.compile()
-
org.drools.base.mvel.MVELSalienceExpression.compile()
-
org.drools.commons.jci.compilers.EclipseJavaCompiler.compile()
-
org.drools.compiler.commons.jci.compilers.EclipseJavaCompiler.compile()
-
org.drools.compiler.commons.jci.compilers.JavaCompiler.compile()
uses the default compiler settings and the current classloader
-
org.drools.core.base.dataproviders.MVELDataProvider.compile()
-
org.drools.core.base.mvel.MVELCompileable.compile()
-
org.drools.core.base.mvel.MVELConsequence.compile()
-
org.drools.core.base.mvel.MVELEnabledExpression.compile()
-
org.drools.core.base.mvel.MVELEvalExpression.compile()
-
org.drools.core.base.mvel.MVELObjectExpression.compile()
-
org.drools.core.base.mvel.MVELPredicateExpression.compile()
-
org.drools.core.base.mvel.MVELReturnValueExpression.compile()
-
org.drools.core.base.mvel.MVELSalienceExpression.compile()
-
org.drools.decisiontable.ExternalSpreadsheetCompiler.compile()
-
org.drools.decisiontable.SpreadsheetCompiler.compile()
Generates DRL from the input stream containing the spreadsheet.
@param pkg Uses this package definition as the default definitions for the spreadsheet
@param xlsStream The stream to the spreadsheet. Uses the first worksheet found for the decision tables, ignores others.
@return DRL xml, ready for use in drools.
-
org.drools.guvnor.server.builder.ModuleAssembler.compile()
-
org.drools.guvnor.server.builder.PackageAssembler.compile()
-
org.drools.pmml.pmml_4_1.PMML4Compiler.compile()
-
org.drools.pmml.pmml_4_2.PMML4Compiler.compile()
-
org.drools.reteoo.AlphaNetworkCompiler.compile()
-
org.drools.rule.builder.dialect.mvel.MVELDialect.compile()
-
org.drools.template.DataProviderCompiler.compile()
Generates DRL from a data provider for the spreadsheet data and templates.
@param dataProvider the data provider for the spreadsheet data
@param template the string containing the template resource name
@return the generated DRL text as a String
-
org.drools.template.ObjectDataCompiler.compile()
Compile templates, substituting from a collection of maps or objects into the given template.
@param objs the collection of maps or objects
@param template the template resource pathname
@return the expanded rules as a string
-
org.dynjs.runtime.Compiler.compile()
-
org.eclipse.jdt.internal.compiler.Compiler.compile()
General API -> compile each of supplied files -> recompile any required types for which we have an incomplete principle structure
-
org.eclipse.jdt.internal.compiler.batch.Main.compile()
@deprecated - use {@link BatchCompiler#compile(String,PrintWriter,PrintWriter,CompilationProgress)} insteade.g. BatchCompiler.compile(commandLine, new PrintWriter(System.out), new PrintWriter(System.err), null);
-
org.eigenbase.javac.JaninoCompiler.compile()
-
org.elasticsearch.hadoop.serialization.field.IndexExtractor.compile()
-
org.elasticsearch.script.ScriptService.compile()
-
org.exist.xmldb.XQueryService.compile()
Compiles the specified XQuery and returns a handle to the compiled code, which can then be passed to {@link #execute(CompiledExpression)}. Note: {@link CompiledExpression} is not thread safe. Please make sure you don'tcall the same compiled expression from two threads at the same time.
@param query
@throws XMLDBException
-
org.exist.xquery.XQuery.compile()
-
org.exist.xslt.compiler.XSLElement.compile()
-
org.formulacompiler.compiler.internal.engine.ModelToEngineCompiler.compile()
-
org.formulacompiler.compiler.internal.engine.ModelToEngineCompilerImpl.compile()
-
org.gradle.plugins.javascript.coffeescript.compile.internal.rhino.RhinoCoffeeScriptCompiler.compile()
-
org.hibernate.hql.QueryTranslator.compile()
Compile a "normal" query. This method may be called multiple times. Subsequent invocations are no-ops.
@param replacements Defined query substitutions.
@param shallow Does this represent a shallow (scalar or entity-id) select?
@throws QueryException There was a problem parsing the query string.
@throws MappingException There was a problem querying defined mappings.
-
org.hibernate.hql.ast.QueryTranslatorImpl.compile()
Compile a "normal" query. This method may be called multiple times. Subsequent invocations are no-ops.
@param replacements Defined query substitutions.
@param shallow Does this represent a shallow (scalar or entity-id) select?
@throws QueryException There was a problem parsing the query string.
@throws MappingException There was a problem querying defined mappings.
-
org.hotswap.agent.javassist.compiler.Javac.compile()
Compiles a method, constructor, or field declaration to a class. A field declaration can declare only one field.
In a method or constructor body, $0, $1, ... and $_ are not available.
@return a CtMethod
, CtConstructor
,or CtField
object.
@see #recordProceed(String,String)
-
org.huihoo.workflow.rules.config.ScriptCompilationContext.compile()
-
org.jboss.byteman.rule.Rule.compile()
install helper class used to execute this rule. this may involve generating a compiled helper class for the rule and, if compilation to bytecode is enabled, generating bytecode for a method of this class used to execute the rule binding, condition and action expressions. If the rule employ sthe default helper without enabling compilation to bytecode then no class need be generated. the installed helper class will be the predefined class InterpretedHelper.
@throws CompileException if the rule cannot be compiled
-
org.jboss.byteman.rule.binding.Binding.compile()
-
org.jboss.forge.furnace.proxy.javassist.compiler.Javac.compile()
Compiles a method, constructor, or field declaration to a class. A field declaration can declare only one field.
In a method or constructor body, $0, $1, ... and $_ are not available.
@return a CtMethod
, CtConstructor
,or CtField
object.
@see #recordProceed(String,String)
-
org.jboss.resteasy.tests.encoding.sample.HelloClient.compile()
-
org.jbpm.process.instance.impl.MVELAction.compile()
-
org.jbpm.process.instance.impl.MVELReturnValueEvaluator.compile()
-
org.jdom2.xpath.XPathFactory.compile()
-
org.jibx.binding.Compile.compile()
Default constructor. This just initializes all options disabled.
-
org.jnetpcap.Pcap.compile()
Compile a packet filter, converting a high level filtering expression in to a progra that can be interpreted by the kernel-level filtering engine.
@param program initially empty, but after the method call will contain the compiled BPF program
@param str a string containing the textual expression to be compiled
@param optimize 1 means to do optimizations, any other value means no
@param netmask netmask needed to determine the broadcast address
@return A return of -1 indicates an error in which case {@link #getErr()}may be used to display the error text.
-
org.jnode.vm.compiler.IMTCompiler.compile()
Compile the given IMT.
@param resolver
@param imt
@param imtCollisions
@return the CompiledIMT instance
-
org.jpox.store.query.QueryCompiler.compile()
Method to compile the query.
@param type Type of compilation. This compiler only supports explicit parameters, explicit variables
@return the compilation artifact (if any)
-
org.jwall.web.policy.compiler.PolicyCompilerImpl.compile()
-
org.lesscss.LessCompiler.compile()
Compiles the LESS input String
to CSS.
@param input The LESS input String
to compile.
@return The CSS.
-
org.mapfish.print.processor.jasper.MapSubReport.compile()
Compiles the report into a *.jasper
file.
@param compiledReportFile The destination file.
@throws JRException
-
org.milyn.ejc.EJC.compile()
Compiles a edi-mapping-configuration and generates java implementation and bindingfile. The compilation is performed in the following order: 1. {@link ClassModelCompiler} - parse a edi-mapping-file a creates a {@link org.milyn.ejc.ClassModel}. 2. {@link org.milyn.ejc.BeanWriter} - generates javaimplementation from {@link org.milyn.ejc.ClassModel}. 3. {@link org.milyn.ejc.BindingWriter} - generates a bindingfile from {@link org.milyn.ejc.ClassModel}.
@param mappingModel the edi-mapping-configuration.
@param configName the name of the edi-mapping-config.
@param beanPackage the package name of generated java classes.
@param beanFolder the folder to place the generated java classes.
@throws EDIConfigurationException When edi-mapping-configuration is badly formatted.
@throws IOException When unable to read edi-mapping-configuration.
@throws SAXException When edi-mapping-configuration is badly formatted.
@throws IllegalNameException when name of java-classes is illegal.
@throws ClassNotFoundException when error occurs while creating bindingfile.
@deprecated Use {@link #compile(java.io.InputStream,String,String)}.
-
org.mozilla.javascript.Interpreter.compile()
-
org.mvel.ExpressionCompiler.compile()
-
org.mvel2.compiler.ExpressionCompiler.compile()
-
org.mvel2.templates.TemplateCompiler.compile()
-
org.objectweb.asm.jbfc.BFCompiler.compile()
-
org.openquark.cal.compiler.ProgramModifier.compile()
Compile a module to the current program. Dependent modules will be removed from the program.
@param sourceDef the ModuleSourceDefinition to compile.
@param logger the logger to use during the compile.
@return the highest error condition experienced
-
org.openquark.cal.services.WorkspaceManager.compile()
Compile the modules in this manager.
@param logger the logger used to log error messages.
@param dirtyModulesOnly if true, only dirty (uncompiled or changed) modules will be compiled.
@param statusListener a listener, possibly null, for the status of the compilation process
-
org.ow2.asm.jbfc.BFCompiler.compile()
-
org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.compile()
-
org.python.util.PythonInterpreter.compile()
Compiles a string of Python source as either an expression (if possible) or a module. Designed for use by a JSR 223 implementation: "the Scripting API does not distinguish between scripts which return values and those which do not, nor do they make the corresponding distinction between evaluating or executing objects." (SCR.4.2.1)
-
org.renjin.compiler.ir.ProgramCompiler.compile()
-
org.renjin.gcc.GimpleCompiler.compile()
-
org.renjin.gnur.GnurSourcesCompiler.compile()
-
org.sbml.jsbml.util.compilers.MathMLXMLStreamCompiler.compile()
Compiles this {@link ASTNode} and produce an XMLStreamWriter representing this node in mathML.
@throws SBMLException if any problems occur while checking the ASTNode tree.
-
org.springframework.boot.cli.compiler.GroovyCompiler.compile()
Compile the specified Groovy sources, applying any {@link CompilerAutoConfiguration}s. All classes defined in the sources will be returned from this method.
@param sources the sources to compile
@return compiled classes
@throws CompilationFailedException
@throws IOException
-
org.springframework.jdbc.object.SqlFunction.compile()
-
org.springframework.jdbc.object.StoredProcedure.compile()
-
org.stringtemplate.v4.compiler.Compiler.compile()
-
org.structr.schema.compiler.NodeExtender.compile()
-
org.tempuri.javac.JavaCompiler.compile()
Compile a set of source classes. The compiler will attempt to compile the transitive closure of all classes in this set.
@param classNames list of classes to be compiled
@param sourceReaderFactory object used by compiler to locate source code
@param classReaderFactory object used by compiler to locate existing compiled classes
@param classWriterFactory object used by compiler to handle generated classes
@param errorHandler object used by compiler to handle errors
-
org.tempuri.javacImpl.eclipse.JavaCompilerImpl.compile()
-
org.trifort.rootbeer.util.WindowsCompile.compile()
-
org.voltdb.benchmark.tpcc.TPCCProjectBuilder.compile()
-
org.voltdb.compiler.CatalogBuilder.compile()
-
org.voltdb.compiler.VoltCompiler.compile()
@param projectFileURL URL of the project file.
@param clusterConfig Object containing desired physical cluster parameters
@param jarOutputPath The location to put the finished JAR to.
@param output Where to print status/errors to, usually stdout.
@param procInfoOverrides Optional overridden values for procedure annotations.
-
org.voltdb.compiler.VoltProjectBuilder.compile()
-
org.voltdb.regressionsuites.LocalCluster.compile()
-
org.voltdb.regressionsuites.VoltServerConfig.compile()
Build a catalog jar with the required topology according to the configuration parameters of the given VoltProjectBuilder instance.
@param builder The VoltProjectBuilder instance describing the project to build.
-
org.xdams.utility.xw.query.NewPreparedXwQuery.compile()
-
org.xmldb.api.modules.XQueryService.compile()
-
org.xorm.query.QueryImpl.compile()
-
play.classloading.ApplicationClasses.ApplicationClass.compile()
-
processing.app.debug.Compiler.compile()
-
ro.isdc.wro.extensions.processor.support.coffeescript.CoffeeScript.compile()
Validates a js using jsHint and throws {@link LinterException} if the js is invalid. If no exception is thrown, thejs is valid.
@param data js content to process.
-
ro.isdc.wro.extensions.processor.support.template.AbstractJsTemplateCompiler.compile()
Compiles the javascript template into plain javascript.
@param content the template to be compiled.
@param optionalArgument any additional arguments used by template script.
@return the compiled javascript.
-
ro.isdc.wro.extensions.processor.support.typescript.TypeScriptCompiler.compile()
-
sun.rmi.rmic.Main.compile()
Run the compiler
-
sun.tools.javac.Main.compile()
-
sun.tools.javac.SourceClass.compile()
Compile this class
-
weasel.compiler.WeaselCompiler.compile()
-
weasel.compiler.v2.tokentree.WeaselTree.compile()
-
witmate.slcompiler.Compiler.compile()
-
xbird.xquery.XQueryProcessor.compile()
-
yalp.classloading.ApplicationClasses.ApplicationClass.compile()