Package org.qbicc.machine.tool
Interface CToolChain
- All Superinterfaces:
Tool
-
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<CToolChain>findAllCToolChains(Platform platform, Predicate<? super CToolChain> filter, ClassLoader classLoader) default StringMethods inherited from interface org.qbicc.machine.tool.Tool
compareVersionTo, getImplementationName, getPlatform, getVersion
-
Method Details
-
getToolName
- Specified by:
getToolNamein interfaceTool
-
newCompilerInvoker
CCompilerInvoker newCompilerInvoker() -
newLinkerInvoker
LinkerInvoker newLinkerInvoker() -
findAllCToolChains
static Iterable<CToolChain> findAllCToolChains(Platform platform, Predicate<? super CToolChain> filter, ClassLoader classLoader)
-