|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A processor. Base interface for Compiler and Linker
Method Summary | |
int |
bid(java.lang.String inputFile)
Returns a bid indicating the desire of this compiler to process the file. |
ProcessorConfiguration |
createConfiguration(CCTask task,
LinkType linkType,
ProcessorDef[] defaultProviders,
ProcessorDef specificConfig)
Returns the compiler configuration for |
java.lang.String |
getIdentifier()
Retrieve an identifier that identifies the specific version of the compiler. |
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors |
java.lang.String |
getOutputFileName(java.lang.String inputFile)
Output file name (no path components) corresponding to source file |
Method Detail |
public java.lang.String getOutputFileName(java.lang.String inputFile)
inputFile
- input filepublic int bid(java.lang.String inputFile)
inputFile
- input filepublic java.lang.String getIdentifier()
public ProcessorConfiguration createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] defaultProviders, ProcessorDef specificConfig)
defaultProviders
- When specificConfig corresponds to a
specificConfig
- A public Linker getLinker(LinkType type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |