Uses of Interface
org.codehaus.aspectwerkz.joinpoint.Rtti

Packages that use Rtti
org.codehaus.aspectwerkz.joinpoint   
org.codehaus.aspectwerkz.joinpoint.impl   
 

Uses of Rtti in org.codehaus.aspectwerkz.joinpoint
 

Subinterfaces of Rtti in org.codehaus.aspectwerkz.joinpoint
 interface CatchClauseRtti
          Interface for the catch clause RTTI (Runtime Type Information).
 interface CodeRtti
          Interface for the code RTTI (Runtime Type Information).
 interface ConstructorRtti
          Interface for the constructor RTTI (Runtime Type Information).
 interface FieldRtti
          Interface for the field RTTI (Runtime Type Information).
 interface MemberRtti
          Interface for the member RTTI (Runtime Type Information).
 interface MethodRtti
          Interface for the method RTTI (Runtime Type Information).
 

Methods in org.codehaus.aspectwerkz.joinpoint that return Rtti
 Rtti Rtti.cloneFor(Object targetInstance, Object thisInstance)
           
 Rtti JoinPoint.getRtti()
          Returns the JoinPoint RTTI
 

Uses of Rtti in org.codehaus.aspectwerkz.joinpoint.impl
 

Classes in org.codehaus.aspectwerkz.joinpoint.impl that implement Rtti
 class CatchClauseRttiImpl
          Implementation for the catch clause RTTI.
 class ConstructorRttiImpl
          Implementation for the constructor RTTI.
 class FieldRttiImpl
          Implementation for the field signature.
 class MethodRttiImpl
          Implementation for the method signature.
 class StaticInitializationRttiImpl
          Implementation of static initialization RTTI.
 

Methods in org.codehaus.aspectwerkz.joinpoint.impl that return Rtti
 Rtti CatchClauseRttiImpl.cloneFor(Object thisInstance, Object targetInstance)
          Clones the RTTI instance.
 Rtti ConstructorRttiImpl.cloneFor(Object thisInstance, Object targetInstance)
          Clones the RTTI instance.
 Rtti FieldRttiImpl.cloneFor(Object thisInstance, Object targetInstance)
          Clones the RTTI instance.
 Rtti MethodRttiImpl.cloneFor(Object thisInstance, Object targetInstance)
          Clones the RTTI instance.
 Rtti StaticInitializationRttiImpl.cloneFor(Object targetInstance, Object thisInstance)
           
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.