Class JSFieldData


  • public class JSFieldData
    extends java.lang.Object
    • Method Detail

      • 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 java.lang.String getType​(boolean qualified)
      • isStatic

        public boolean isStatic()
      • isPublic

        public boolean isPublic()
      • getEnclosingClassName

        public java.lang.String getEnclosingClassName​(boolean fullyQualified)