Interface JMethodSymbol

    • Method Detail

      • isBridge

        boolean isBridge()
      • getReturnType

        JTypeMirror getReturnType​(Substitution subst)
        Returns the return type under the given substitution.
      • getDefaultAnnotationValue

        default @Nullable SymbolicValue getDefaultAnnotationValue()
        Returns the default value, if this is a constant method. See SymbolicValue for current limitations
      • isAnnotationAttribute

        default boolean isAnnotationAttribute()
        Return whether this method defines an attribute of the enclosing annotation type.
      • acceptVisitor

        default <R,​P> R acceptVisitor​(SymbolVisitor<R,​P> visitor,
                                            P param)
        Description copied from interface: JElementSymbol
        Dispatch to the appropriate visit method of the visitor and returns its result.
        Specified by:
        acceptVisitor in interface JElementSymbol