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 gw.internal.gosu.parser.java.classinfo.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 gw.internal.gosu.parser.java.classinfo.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, toString
Methods inherited from class gw.lang.reflect.java.JavaSourceElement
findInnerSourceType, getCompilationUnitTree, getDeclaringClass, getEndPosition, getLocationInfo, getSourcePositions, getStartPosition
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface gw.lang.reflect.java.IJavaAnnotatedElement
getLocationInfo
-
Field Details
-
_defaultValue
-
-
Constructor Details
-
JavaSourceAnnotationMethod
public JavaSourceAnnotationMethod(com.sun.source.tree.MethodTree method, JavaSourceType containingClass)
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValue
in interfaceIJavaClassMethod
- Overrides:
getDefaultValue
in classJavaSourceMethod
-