Klasse ResolvableTypeList

java.lang.Object
org.aspectj.weaver.ResolvableTypeList

public class ResolvableTypeList extends Object
Carries an array of unresolved types - will resolve them on demand. Can be used where currently the entire array gets resolved and a ResolvedType array is passed on. Depending on the situation there may not be a need to resolve all the entries so this can perform better. Note: the array elements are resolved in place, so the caller should not be surprised if elements and resolved after the type list has been used.
Autor:
Andy Clement
  • Felddetails

    • length

      public int length
  • Konstruktordetails

    • ResolvableTypeList

      public ResolvableTypeList(World world, UnresolvedType[] unresolvedTypes)
  • Methodendetails

    • getResolved

      public ResolvedType getResolved(int nameIndex)