abc.eaj.weaving.weaver
Class AdviceInliner

java.lang.Object
  extended by abc.weaving.weaver.AdviceInliner
      extended by abc.eaj.weaving.weaver.AdviceInliner

public class AdviceInliner
extends AdviceInliner

Author:
Ganesh Sittampalam

Nested Class Summary
 class AdviceInliner.LetMethodInlineOptions
           
 
Nested classes/interfaces inherited from class abc.weaving.weaver.AdviceInliner
AdviceInliner.CombinedInlineOptions, AdviceInliner.IfMethodInlineOptions, AdviceInliner.InlineOptions, AdviceInliner.InlineRange
 
Field Summary
 
Fields inherited from class abc.weaving.weaver.AdviceInliner
MAX_CONTAINER_SIZE
 
Constructor Summary
AdviceInliner()
           
 
Method Summary
protected  AdviceInliner.InlineOptions getInlineOptions()
           
 
Methods inherited from class abc.weaving.weaver.AdviceInliner
addShadowMethod, afterBeforeForceInline, aroundForceInline, getAccessViolationCount, getUniqueID, inlineMethods, inlineSite, isAfterBeforeAdviceMethod, removeDuplicateInlineMethods, reset, run, runBoxingRemover, specializeReturnTypesOfInlineMethods, v
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdviceInliner

public AdviceInliner()
Method Detail

getInlineOptions

protected AdviceInliner.InlineOptions getInlineOptions()
Overrides:
getInlineOptions in class AdviceInliner