@Module public interface ScanClass
Modifier and Type | Method and Description |
---|---|
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.
|
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()