public abstract class AbstractAnnotationElemTypeSwitch extends 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(Object object) |
Object |
getResult() |
void |
setResult(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(Object object)
defaultCase in interface IAnnotationElemTypeSwitchpublic Object getResult()
public void setResult(Object result)
Copyright © 2020 Soot OSS. All rights reserved.