|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRClass.Res | |
---|---|
com.googlecode.androidannotations.helper | |
com.googlecode.androidannotations.model | |
com.googlecode.androidannotations.rclass |
Uses of IRClass.Res in com.googlecode.androidannotations.helper |
---|
Methods in com.googlecode.androidannotations.helper with parameters of type IRClass.Res | |
---|---|
void |
IdValidatorHelper.idExists(javax.lang.model.element.Element element,
IRClass.Res res,
boolean defaultUseName,
boolean allowDefault,
IsValid valid)
|
void |
IdValidatorHelper.idExists(javax.lang.model.element.Element element,
IRClass.Res res,
boolean defaultUseName,
IsValid valid)
|
void |
IdValidatorHelper.idExists(javax.lang.model.element.Element element,
IRClass.Res res,
IsValid valid)
|
void |
IdValidatorHelper.idsExists(javax.lang.model.element.Element element,
IRClass.Res res,
IsValid valid)
|
Uses of IRClass.Res in com.googlecode.androidannotations.model |
---|
Methods in com.googlecode.androidannotations.model that return IRClass.Res | |
---|---|
IRClass.Res |
AndroidRes.getRInnerClass()
|
Uses of IRClass.Res in com.googlecode.androidannotations.rclass |
---|
Methods in com.googlecode.androidannotations.rclass that return IRClass.Res | |
---|---|
static IRClass.Res |
IRClass.Res.valueOf(java.lang.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. |
Methods in com.googlecode.androidannotations.rclass with parameters of type IRClass.Res | |
---|---|
IRInnerClass |
RClass.get(IRClass.Res res)
|
IRInnerClass |
IRClass.get(IRClass.Res res)
|
IRInnerClass |
CoumpoundRClass.get(IRClass.Res res)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |