abc.weaving.weaver
Class AroundWeaver.AdviceMethodInlineInfo

java.lang.Object
  extended by abc.weaving.weaver.AroundWeaver.AdviceMethodInlineInfo
Enclosing class:
AroundWeaver

public static class AroundWeaver.AdviceMethodInlineInfo
extends java.lang.Object


Field Summary
 int applications
           
 int internalLocalCount
           
 boolean nestedClasses
           
 int originalSize
           
 int proceedInvocations
           
 
Constructor Summary
AroundWeaver.AdviceMethodInlineInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proceedInvocations

public int proceedInvocations

nestedClasses

public boolean nestedClasses

originalSize

public int originalSize

internalLocalCount

public int internalLocalCount

applications

public int applications
Constructor Detail

AroundWeaver.AdviceMethodInlineInfo

public AroundWeaver.AdviceMethodInlineInfo()