|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aspectj.weaver.ResolvableTypeList
public class ResolvableTypeList
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.
Field Summary | |
---|---|
int |
length
|
Constructor Summary | |
---|---|
ResolvableTypeList(World world,
UnresolvedType[] unresolvedTypes)
|
Method Summary | |
---|---|
ResolvedType |
getResolved(int nameIndex)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int length
Constructor Detail |
---|
public ResolvableTypeList(World world, UnresolvedType[] unresolvedTypes)
Method Detail |
---|
public ResolvedType getResolved(int nameIndex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |