Class MethodData

java.lang.Object
org.fife.rsta.ac.java.MethodData
All Implemented Interfaces:
IconFactory.IconData, MemberCompletion.Data

class MethodData extends Object implements MemberCompletion.Data
Metadata about a method as read from a Java source file. This class is used by instances of MethodCompletion.
Version:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Method
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getEnclosingClassName(boolean fullyQualified)
    Returns the name of the enclosing class.
    Returns the main icon to use when rendering this member's completion.
    Returns the signature of this member.
    Returns the summary description (should be HTML) for this member.
    Returns the type of this member (the return type for methods).
    boolean
    Returns whether this icon represents an abstract class/method/etc.
    boolean
    Returns whether this member is a constructor.
    boolean
    Returns whether this icon represents a deprecated class/method/etc.
    boolean
    Returns whether this icon represents a final class/method/etc.
    boolean
    Returns whether this icon represents a static class/method/etc.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait