Package | Description |
---|---|
org.androidannotations.handler | |
org.androidannotations.helper | |
org.androidannotations.model | |
org.androidannotations.rclass |
Modifier and Type | Method and Description |
---|---|
protected IRClass.Res |
AbstractViewListenerHandler.getResourceType() |
protected IRClass.Res |
AbstractPreferenceListenerHandler.getResourceType() |
protected abstract IRClass.Res |
AbstractListenerHandler.getResourceType() |
Modifier and Type | Method and Description |
---|---|
void |
IdValidatorHelper.annotationParameterIsOptionalValidResId(Element element,
IRClass.Res res,
String parameterName,
IsValid valid) |
boolean |
IdAnnotationHelper.containsField(String name,
IRClass.Res res) |
boolean |
IdAnnotationHelper.containsIdValue(Integer idValue,
IRClass.Res res) |
List<com.sun.codemodel.JFieldRef> |
IdAnnotationHelper.extractAnnotationFieldRefs(ProcessHolder holder,
Element element,
IRClass.Res res,
boolean useElementName) |
List<com.sun.codemodel.JFieldRef> |
IdAnnotationHelper.extractAnnotationFieldRefs(ProcessHolder holder,
Element element,
IRClass.Res res,
boolean useElementName,
String idFieldName,
String resFieldName) |
List<String> |
IdAnnotationHelper.extractAnnotationResources(Element element,
IRClass.Res res,
boolean useElementName) |
com.sun.codemodel.JFieldRef |
IdAnnotationHelper.extractOneAnnotationFieldRef(ProcessHolder holder,
Element element,
IRClass.Res res,
boolean useElementName) |
com.sun.codemodel.JFieldRef |
IdAnnotationHelper.extractOneAnnotationFieldRef(ProcessHolder holder,
Element element,
String annotationName,
IRClass.Res res,
boolean useElementName) |
com.sun.codemodel.JFieldRef |
IdAnnotationHelper.extractOneAnnotationFieldRef(ProcessHolder holder,
Element element,
String annotationName,
IRClass.Res res,
boolean useElementName,
String idFieldName,
String resFieldName) |
void |
IdValidatorHelper.resIdsExist(Element element,
IRClass.Res res,
IdValidatorHelper.FallbackStrategy fallbackStrategy,
IsValid valid) |
void |
IdValidatorHelper.uniqueResourceId(Element element,
AnnotationElements validatedElements,
IRClass.Res resourceType,
IsValid valid) |
Modifier and Type | Method and Description |
---|---|
IRClass.Res |
AndroidRes.getRInnerClass() |
Modifier and Type | Method and Description |
---|---|
static IRClass.Res |
IRClass.Res.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRClass.Res[] |
IRClass.Res.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IRInnerClass |
RClass.get(IRClass.Res res) |
IRInnerClass |
IRClass.get(IRClass.Res res) |
IRInnerClass |
CoumpoundRClass.get(IRClass.Res res) |
Copyright © 2010-2015. All Rights Reserved.