Class JSFieldData

java.lang.Object
org.fife.rsta.ac.js.completion.JSFieldData

public class JSFieldData extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getField

      public Field getField()
    • getFieldFromSourceLoc

      private Field getFieldFromSourceLoc(SourceLocation loc, ClassFile cf)
      Scours the source in a location (zip file, directory), looking for a particular class's source. If it is found, it is parsed, and the Method for this method (if any) is returned.
      Parameters:
      loc - The zip file, jar file, or directory to look in.
      cf - The ClassFile representing the class of this method.
      Returns:
      The method, or null if it cannot be found, or an IO error occurred.
    • getType

      public String getType(boolean qualified)
    • isStatic

      public boolean isStatic()
    • isPublic

      public boolean isPublic()
    • getEnclosingClassName

      public String getEnclosingClassName(boolean fullyQualified)