Uses of Interface
com.tc.aspectwerkz.reflect.ClassInfo

Packages that use ClassInfo
com.tc.aspectwerkz.reflect   
com.tc.object.config   
 

Uses of ClassInfo in com.tc.aspectwerkz.reflect
 

Methods in com.tc.aspectwerkz.reflect that return ClassInfo
 ClassInfo ClassInfo.getComponentType()
          Returns the component type if array type else null.
 ClassInfo MemberInfo.getDeclaringType()
          Returns the declaring type.
 ClassInfo[] MethodInfo.getExceptionTypes()
          Returns the exception types.
 ClassInfo[] ConstructorInfo.getExceptionTypes()
          Returns the exception types.
 ClassInfo[] ClassInfo.getInterfaces()
          Returns the interfaces.
 ClassInfo[] MethodInfo.getParameterTypes()
          Returns the parameter types.
 ClassInfo[] ConstructorInfo.getParameterTypes()
          Returns the parameter types.
 ClassInfo MethodInfo.getReturnType()
          Returns the return type.
 ClassInfo ClassInfo.getSuperclass()
          Returns the super class, or null (superclass of java.lang.Object)
 ClassInfo FieldInfo.getType()
          Returns the type.
 

Uses of ClassInfo in com.tc.object.config
 

Methods in com.tc.object.config with parameters of type ClassInfo
 boolean TransparencyClassSpec.hasPhysicallyPortableSpecs(ClassInfo classInfo)
           
 boolean TransparencyClassSpec.isTransient(int access, ClassInfo classInfo, java.lang.String fieldName)
          Check whether a field is transient
 boolean TransparencyClassSpec.isVolatile(int access, ClassInfo classInfo, java.lang.String fieldName)
          Check whether a field is volatile
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.