public abstract class AbstractAnnotationElemTypeSwitch extends java.lang.Object implements IAnnotationElemTypeSwitch
| Constructor and Description |
|---|
AbstractAnnotationElemTypeSwitch() |
| Modifier and Type | Method and Description |
|---|---|
void |
caseAnnotationAnnotationElem(AnnotationAnnotationElem v) |
void |
caseAnnotationArrayElem(AnnotationArrayElem v) |
void |
caseAnnotationBooleanElem(AnnotationBooleanElem v) |
void |
caseAnnotationClassElem(AnnotationClassElem v) |
void |
caseAnnotationDoubleElem(AnnotationDoubleElem v) |
void |
caseAnnotationEnumElem(AnnotationEnumElem v) |
void |
caseAnnotationFloatElem(AnnotationFloatElem v) |
void |
caseAnnotationIntElem(AnnotationIntElem v) |
void |
caseAnnotationLongElem(AnnotationLongElem v) |
void |
caseAnnotationStringElem(AnnotationStringElem v) |
void |
defaultCase(java.lang.Object object) |
java.lang.Object |
getResult() |
void |
setResult(java.lang.Object result) |
public void caseAnnotationAnnotationElem(AnnotationAnnotationElem v)
caseAnnotationAnnotationElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationArrayElem(AnnotationArrayElem v)
caseAnnotationArrayElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationBooleanElem(AnnotationBooleanElem v)
caseAnnotationBooleanElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationClassElem(AnnotationClassElem v)
caseAnnotationClassElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationDoubleElem(AnnotationDoubleElem v)
caseAnnotationDoubleElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationEnumElem(AnnotationEnumElem v)
caseAnnotationEnumElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationFloatElem(AnnotationFloatElem v)
caseAnnotationFloatElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationIntElem(AnnotationIntElem v)
caseAnnotationIntElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationLongElem(AnnotationLongElem v)
caseAnnotationLongElem in interface IAnnotationElemTypeSwitchpublic void caseAnnotationStringElem(AnnotationStringElem v)
caseAnnotationStringElem in interface IAnnotationElemTypeSwitchpublic void defaultCase(java.lang.Object object)
defaultCase in interface IAnnotationElemTypeSwitchpublic java.lang.Object getResult()
public void setResult(java.lang.Object result)