|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type which this resolver resolves to.public interface ITypeResolver<T>
Interface for resolvers capable of resolving type specifications into a type
representation T
.
Method Summary | |
---|---|
T |
withClassID(int id)
Get a type representation of all types with the given class ID. |
T |
withClassName(java.lang.String className)
Get a type representation of all types with the given class name. |
T |
withClassNameAndID(java.lang.String className,
int id)
Get a type representation of all types with the given name and class ID. |
T |
withClassNameAndIDs(java.lang.String className,
int... ids)
Get a type representation of all types with the given name and class IDs. |
Method Detail |
---|
T withClassName(java.lang.String className)
className
- a class name in VM format
T withClassID(int id)
id
- a class ID
T withClassNameAndID(java.lang.String className, int id)
className
- a class name in VM formatid
- class ID
T withClassNameAndIDs(java.lang.String className, int... ids)
className
- a class name in VM formatids
- class IDs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |