|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompilerOptionSet<C extends Compiler>
The interface declaring the API for all options used in a compiler invocation.
| Nested Class Summary | |
|---|---|
static class |
CompilerOptionSet.Impl<C extends Compiler>
|
| Method Summary | ||
|---|---|---|
void |
add(CompilerOption<C> option)
|
|
void |
addAll(CompilerOptionSet<C> options)
|
|
java.util.List<CompilerOption<C>> |
getEnabledOptions(C compiler,
CompilerPhase phase)
|
|
|
getEnabledOptions(C compiler,
CompilerPhase phase,
java.lang.Class<Opt> type)
|
|
java.util.List<CompilerOption<C>> |
getOptions()
|
|
| Method Detail |
|---|
void add(CompilerOption<C> option)
void addAll(CompilerOptionSet<C> options)
java.util.List<CompilerOption<C>> getOptions()
java.util.List<CompilerOption<C>> getEnabledOptions(C compiler,
CompilerPhase phase)
<Opt extends CompilerOption<C>> java.util.List<Opt> getEnabledOptions(C compiler,
CompilerPhase phase,
java.lang.Class<Opt> type)
|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||