|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JavaClassTopLevelBlockOwnerModel
Interface for top-level block owner model
| Method Summary | |
|---|---|
java.lang.annotation.Annotation |
getAnnotation(java.lang.Class annotationClass)
get declared annotations. |
java.lang.reflect.Type[] |
getClassFormalParameterTypes()
get set of top-level parameters |
java.lang.reflect.Type[] |
getClassThrowsTypes()
get types in exception specification |
JavaClassTypeModel |
getClassTypeModel()
get model of type. |
java.lang.reflect.TypeVariable[] |
getClassTypeParameters()
get set of top-level parameters |
java.lang.annotation.Annotation[] |
getDeclaredAnnotations()
get declared annotations. |
java.lang.annotation.Annotation[][] |
getParameterAnnotations()
get pointer to parameters annotations. |
boolean |
isVarArgs()
true, if this consturctor or method have variable arguments. |
| Methods inherited from interface ua.gradsoft.javachecker.models.JavaTopLevelBlockOwnerModel |
|---|
getAnnotationsMap, getFormalParametersList, getFormalParametersMap, getModelTerm, getName, getThrowsList, getTopLevelBlockModel, getTypeModel, getTypeParameters, isSupportBlockModel, printErasedSignature, printSignature |
| Methods inherited from interface ua.gradsoft.javachecker.attributes.AttributedEntity |
|---|
getAttribute, getChildAttributes, setAttribute |
| Method Detail |
|---|
JavaClassTypeModel getClassTypeModel()
boolean isVarArgs()
java.lang.reflect.Type[] getClassFormalParameterTypes()
java.lang.reflect.TypeVariable[] getClassTypeParameters()
java.lang.reflect.Type[] getClassThrowsTypes()
java.lang.annotation.Annotation[][] getParameterAnnotations()
java.lang.annotation.Annotation[] getDeclaredAnnotations()
java.lang.annotation.Annotation getAnnotation(java.lang.Class annotationClass)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||