|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
net.sf.antcontrib.cpptasks.OptimizationEnum
Enumeration of optimization levels (experimental).
Field Summary |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
value |
Constructor Summary | |
OptimizationEnum()
Constructor. |
Method Summary | |
java.lang.String[] |
getValues()
Gets list of acceptable values. |
boolean |
isNoOptimization()
Is no optimization performed. |
boolean |
isSize()
Is size optimized. |
boolean |
isSpeed()
Is speed optimized. |
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OptimizationEnum()
Object.Object()
Method Detail |
public java.lang.String[] getValues()
EnumeratedAttribute.getValues()
public boolean isSize()
public boolean isSpeed()
public boolean isNoOptimization()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |