|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Module public interface ScanClass
Interface for a scanned class.
Method Summary | |
---|---|
void |
addClassAnnotation(char[] buffer,
int offset,
int length)
Adds a class annotation |
void |
addInterface(char[] buffer,
int offset,
int length)
Adds interface information to the scan class. |
void |
addPoolString(char[] buffer,
int offset,
int length)
Adds a pool string of the form "L...;" to test for annotations. |
void |
addSuperClass(char[] buffer,
int offset,
int length)
Adds the superclass information to the scan class. |
boolean |
finishScan()
Complete scan processing. |
Method Detail |
---|
void addSuperClass(char[] buffer, int offset, int length)
void addInterface(char[] buffer, int offset, int length)
void addClassAnnotation(char[] buffer, int offset, int length)
void addPoolString(char[] buffer, int offset, int length)
boolean finishScan()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |