|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.ant.compiler.AbstractCompilerOption<C>
com.codemesh.terp.ant.compiler.BooleanCompilerOption<CppCompiler>
com.codemesh.terp.ant.compiler.cpp.RelocatableOption
public class RelocatableOption
Specifies whether the generated code should be relocatable in memory.
| Field Summary | |
|---|---|
static java.lang.String |
MODE_LARGE
The constant representing a large mode (-PIC, -KPIC, -fPIC). |
static java.lang.String |
MODE_SMALL
The constant representing a small mode (-pic, -Kpic, -fpic). |
| Constructor Summary | |
|---|---|
RelocatableOption()
|
|
| Method Summary | |
|---|---|
void |
addCommands(java.util.List<java.lang.String> commandList,
CppCompiler compiler,
CompilerPhase phase)
Adds the compiler switches repreesnted by this option to the list of switches. |
boolean |
appliesTo(CppCompiler compiler,
CompilerPhase phase)
Returns true if this compiler option applies to the given compiler and compiler phase. |
void |
setBaseAddress(java.lang.String value)
Set the base address to which this module defaults. |
void |
setMode(java.lang.String mode)
Set the relocation mode, one of "large" or "small". |
| Methods inherited from class com.codemesh.terp.ant.compiler.BooleanCompilerOption |
|---|
getValue, isEnabled, setValue |
| Methods inherited from class com.codemesh.terp.ant.compiler.AbstractCompilerOption |
|---|
expand, expand, getIf, getProject, getUnless, quoteIfNecessary, satisfies, setIf, setProject, setUnless |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MODE_LARGE
public static final java.lang.String MODE_SMALL
| Constructor Detail |
|---|
public RelocatableOption()
| Method Detail |
|---|
public void setBaseAddress(java.lang.String value)
value - a string representing a hexadecimal address.public void setMode(java.lang.String mode)
mode - the relocation memory mode.
public void addCommands(java.util.List<java.lang.String> commandList,
CppCompiler compiler,
CompilerPhase phase)
CompilerOptionThis method is called by the compiler repeatedly with different values for the compiler phase to account for these possibilities.
commandList - the list to which the compiler switches represented
by this option (if any) are added.compiler - the compiler for which we're doing this.phase - the compiler phase in wihch we're doing this.
public boolean appliesTo(CppCompiler compiler,
CompilerPhase phase)
CompilerOption
compiler - the compiler for which we're asking.phase - the compiler phase we're executing.
|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||