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