terp - the ANT Tasks
v1.3.309

Uses of Class
com.codemesh.terp.ant.compiler.CompilerPhase

Packages that use CompilerPhase
com.codemesh.terp.ant.compiler   
com.codemesh.terp.ant.compiler.cpp   
 

Uses of CompilerPhase in com.codemesh.terp.ant.compiler
 

Methods in com.codemesh.terp.ant.compiler that return CompilerPhase
static CompilerPhase CompilerPhase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompilerPhase[] CompilerPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.codemesh.terp.ant.compiler with parameters of type CompilerPhase
 void CompilerOption.addCommands(java.util.List<java.lang.String> commandList, C compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 boolean CompilerOption.appliesTo(C compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 java.util.List<java.lang.String> FileCreating.creates(C compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 java.util.List<CompilerOption<C>> CompilerOptionSet.getEnabledOptions(C compiler, CompilerPhase phase)
           
 java.util.List<CompilerOption<C>> CompilerOptionSet.Impl.getEnabledOptions(C compiler, CompilerPhase phase)
           
<Opt extends CompilerOption<C>>
java.util.List<Opt>
CompilerOptionSet.getEnabledOptions(C compiler, CompilerPhase phase, java.lang.Class<Opt> type)
           
<Opt extends CompilerOption<C>>
java.util.List<Opt>
CompilerOptionSet.Impl.getEnabledOptions(C compiler, CompilerPhase phase, java.lang.Class<Opt> type)
           
 

Uses of CompilerPhase in com.codemesh.terp.ant.compiler.cpp
 

Fields in com.codemesh.terp.ant.compiler.cpp with type parameters of type CompilerPhase
protected  java.util.List<CompilerPhase> GenericOption.phases
           
 

Methods in com.codemesh.terp.ant.compiler.cpp with parameters of type CompilerPhase
 void UndefineOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void VsProjectOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void IncludeOption.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.
 void OptimizeOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void ProfileOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void GenerateVsProject.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.
 void RuntimeOption.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.
 void RelocatableOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void GenericOption.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.
 void RttiOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void DefineOption.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.
 void CompileOnlyOption.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.
 void ManifestOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void BoundsCheckOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void DebugOption.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.
 void ProcArchOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void LibpathOption.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.
 void LibraryOption.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.
 void QuietOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void MultithreadedOption.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.
 void ExceptionsOption.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.
 void OptionsOption.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.
 void WarningsOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void TargetOption.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.
 void DynamicSourcesOption.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.
 void RunpathOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void ResourceOption.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.
 void FileNameOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void ObjectsOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void SourcesOption.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 UndefineOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean VsProjectOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean IncludeOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean OptimizeOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean ProfileOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean GenerateVsProject.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean RuntimeOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean RelocatableOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean GenericOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean RttiOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean DefineOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean CompileOnlyOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean ManifestOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean BoundsCheckOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean DebugOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean ProcArchOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean LibpathOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean LibraryOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean QuietOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean MultithreadedOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean ExceptionsOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean OptionsOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean WarningsOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean TargetOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean DynamicSourcesOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean RunpathOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean ResourceOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean FileNameOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean ObjectsOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean SourcesOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 java.util.List<java.lang.String> VsProjectOption.creates(CppCompiler compiler, CompilerPhase phase)
           
 java.util.List<java.lang.String> GenerateVsProject.creates(CppCompiler compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 java.util.List<java.lang.String> DebugOption.creates(CppCompiler compiler, CompilerPhase phase)
           
 java.util.List<java.lang.String> TargetOption.creates(CppCompiler compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 java.util.List<java.lang.String> DynamicSourcesOption.creates(CppCompiler compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 java.util.List<java.lang.String> ResourceOption.creates(CppCompiler compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 

Constructors in com.codemesh.terp.ant.compiler.cpp with parameters of type CompilerPhase
GenericOption(CompilerPhase phase, java.lang.String... values)
           
 


terp - the ANT Tasks
v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.