Class InvocationCompilerBase
java.lang.Object
org.aksw.shellgebra.exec.invocation.InvocationCompilerBase
- All Implemented Interfaces:
InvocationCompiler
- Direct Known Subclasses:
InvocationCompilerImpl
Base class that passes on argv.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(Invocation.Argv argv, CompileContext ctx) abstract ExecutableInvocationcompile(Invocation.Script script, CompileContext ctx) final ExecutableInvocationcompile(Invocation inv, CompileContext cxt)
-
Constructor Details
-
InvocationCompilerBase
public InvocationCompilerBase()
-
-
Method Details
-
compile
- Specified by:
compilein interfaceInvocationCompiler- Throws:
IOException
-
compile
-
compile
-