|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRInnerClass | |
---|---|
com.googlecode.androidannotations.helper | |
com.googlecode.androidannotations.rclass |
Uses of IRInnerClass in com.googlecode.androidannotations.helper |
---|
Methods in com.googlecode.androidannotations.helper with parameters of type IRInnerClass | |
---|---|
List<com.sun.codemodel.JFieldRef> |
AnnotationHelper.extractAnnotationFieldRefs(EBeanHolder holder,
Element element,
Class<? extends Annotation> target,
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,
Class<? extends Annotation> target,
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 com.googlecode.androidannotations.rclass |
---|
Classes in com.googlecode.androidannotations.rclass that implement IRInnerClass | |
---|---|
class |
CoumpoundInnerClass
|
class |
RInnerClass
|
Fields in com.googlecode.androidannotations.rclass declared as IRInnerClass | |
---|---|
static IRInnerClass |
IRInnerClass.EMPTY_R_INNER_CLASS
|
Methods in com.googlecode.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 com.googlecode.androidannotations.rclass with parameters of type IRInnerClass | |
---|---|
CoumpoundInnerClass(IRInnerClass rInnerClass,
IRInnerClass androidRInnerClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |