Uses of Class
org.aksw.shellgebra.exec.invocation.CompileContext
Packages that use CompileContext
-
Uses of CompileContext in org.aksw.shellgebra.exec.invocation
Methods in org.aksw.shellgebra.exec.invocation that return CompileContextModifier and TypeMethodDescriptionstatic CompileContextCompileContext.noResolve()static CompileContextCompileContext.of(ExecutableResolver resolver) Compile context with a given resolver, current working directory and empty environment.Methods in org.aksw.shellgebra.exec.invocation with parameters of type CompileContextModifier and TypeMethodDescriptionInvocationCompiler.compile(Invocation inv, CompileContext ctx) InvocationCompilerBase.compile(Invocation.Argv argv, CompileContext ctx) abstract ExecutableInvocationInvocationCompilerBase.compile(Invocation.Script script, CompileContext ctx) final ExecutableInvocationInvocationCompilerBase.compile(Invocation inv, CompileContext cxt) InvocationCompilerImpl.compile(Invocation.Script script, CompileContext ctx) ScriptCompiler.compile(String content, String mediaType, CompileContext cxt) ScriptCompilerProvider.compile(String content, String mediaType, CompileContext cxt) ScriptCompilerProviderImpl.compile(String content, String mediaType, CompileContext cxt)