Index

A C D E F G I M P S T 
All Classes|All Packages

G

getCanonicalClassName(Element) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Grabs the Canonical Class Name of the given Element.
getExistingFile(String) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Grabs the file (as a FileObject) specified by the filename/path.
getFileReader(String) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Grabs the existing file specified using getExistingFile(java.lang.String) and then opens a Reader for it and returns it.
getFileWriter(String) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Creates a new file using createFile(java.lang.String) and then opens a Writer for it and returns it.
getSupportedAnnotationTypes() - Method in class com.github.tadukoo.annotation.processor.AbstractAnnotationProcessor
Returns the Annotation type this is for, by grabbing the name off the stored Annotation class.
getType(Class<?>) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Grabs a TypeMirror representing the given Class.
getType(Element) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Grabs the TypeMirror of the given Element, if it can be converted to a TypeMirror (may return null).
getType(TypeElement) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Grabs the TypeMirror of the given TypeElement.
getTypeElement(CharSequence) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Grabs the TypeElement represented by the given canonical class name.
getTypeElement(Class<?>) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Grabs a TypeElement representing the given Class.
getTypeElement(Element) - Method in class com.github.tadukoo.annotation.processor.AnnotationUtil
Casts the given Element as a TypeElement if it is an instance of one.
A C D E F G I M P S T 
All Classes|All Packages