Class JavaSourceAnnotationMethod
java.lang.Object
gw.lang.reflect.java.JavaSourceElement
gw.internal.gosu.parser.java.classinfo.JavaSourceMethod
gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotationMethod
- All Implemented Interfaces:
IJavaAnnotatedElement, IJavaClassMethod, ITypeInfoResolver, Serializable, Comparable<IJavaClassMethod>
- See Also:
-
Field Summary
FieldsFields inherited from class JavaSourceMethod
_containingClass, _genericParameterTypes, _genericReturnType, _method, _modifierList, _parameters, _parameterTypes, _returnType, _typeParameters -
Constructor Summary
ConstructorsConstructorDescriptionJavaSourceAnnotationMethod(com.sun.source.tree.MethodTree method, JavaSourceType containingClass) -
Method Summary
Methods inherited from class JavaSourceMethod
compareTo, create, equals, getActualParameterInfos, getAnnotation, getDeclaredAnnotations, getEnclosingClass, getExceptionTypes, getGenericParameterTypes, getGenericReturnType, getModifierList, getModifiers, getModule, getName, getParameterInfos, getParameters, getParameterTypes, getReturnClassInfo, getReturnType, getReturnTypeName, getTree, getTypeParameters, getTypeVariables, hashCode, initGenericParameterTypes, initParameterTypes, invoke, isAnnotationPresent, isBridge, isConstructor, isSynthetic, resolveImport, resolveType, resolveType, toStringMethods inherited from class JavaSourceElement
findInnerSourceType, getCompilationUnitTree, getDeclaringClass, getEndPosition, getLocationInfo, getSourcePositions, getStartPositionMethods inherited from interface IJavaAnnotatedElement
getLocationInfo
-
Field Details
-
_defaultValue
-
-
Constructor Details
-
JavaSourceAnnotationMethod
public JavaSourceAnnotationMethod(com.sun.source.tree.MethodTree method, JavaSourceType containingClass)
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceIJavaClassMethod- Overrides:
getDefaultValuein classJavaSourceMethod
-