|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeGenerationStrategy
A representation of the code generation strategy used to generate code for a method or constructor.
Typically the JVM will choose a strategy depending on profiling data telling the cost/benefit ratio of a methods usage and the 'cost' of regenerating the method using a certain strategy.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a description of the code generation strategy. |
int |
getLevel()
Get a numerical 'optimization level' for this OptimizationLevel. |
Method Detail |
---|
int getLevel()
java.lang.String getDescription()
getDescription
in interface Describable
Describable.getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |