|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRInnerClass | |
---|---|
org.androidannotations.helper | |
org.androidannotations.rclass |
Uses of IRInnerClass in org.androidannotations.helper |
---|
Methods in org.androidannotations.helper with parameters of type IRInnerClass | |
---|---|
List<com.sun.codemodel.JFieldRef> |
AnnotationHelper.extractAnnotationFieldRefs(ProcessHolder holder,
Element element,
String annotationName,
IRInnerClass rInnerClass,
boolean useElementName)
Returns a list of JFieldRef linking to the R class, based on the
given annotation |
List<String> |
AnnotationHelper.extractAnnotationResources(Element element,
String annotationName,
IRInnerClass rInnerClass,
boolean useElementName)
Method to handle all annotations dealing with resource ids that can be set using the value() parameter of the annotation (as int or int[]), the resName() parameter of the annotation (as String or String[]), the element name. |
Uses of IRInnerClass in org.androidannotations.rclass |
---|
Classes in org.androidannotations.rclass that implement IRInnerClass | |
---|---|
class |
CoumpoundInnerClass
|
class |
RInnerClass
|
Fields in org.androidannotations.rclass declared as IRInnerClass | |
---|---|
static IRInnerClass |
IRInnerClass.EMPTY_R_INNER_CLASS
|
Methods in org.androidannotations.rclass that return IRInnerClass | |
---|---|
IRInnerClass |
RClass.get(IRClass.Res res)
|
IRInnerClass |
IRClass.get(IRClass.Res res)
|
IRInnerClass |
CoumpoundRClass.get(IRClass.Res res)
|
Constructors in org.androidannotations.rclass with parameters of type IRInnerClass | |
---|---|
CoumpoundInnerClass(IRInnerClass rInnerClass,
IRInnerClass androidRInnerClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |