Class JSFieldData
java.lang.Object
org.fife.rsta.ac.js.completion.JSFieldData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnclosingClassName(boolean fullyQualified) getField()private FieldgetFieldFromSourceLoc(SourceLocation loc, ClassFile cf) Scours the source in a location (zip file, directory), looking for a particular class's source.getType(boolean qualified) booleanisPublic()booleanisStatic()
-
Field Details
-
info
-
jarManager
-
-
Constructor Details
-
JSFieldData
-
-
Method Details
-
getField
-
getFieldFromSourceLoc
Scours the source in a location (zip file, directory), looking for a particular class's source. If it is found, it is parsed, and theMethodfor this method (if any) is returned.- Parameters:
loc- The zip file, jar file, or directory to look in.cf- TheClassFilerepresenting the class of this method.- Returns:
- The method, or
nullif it cannot be found, or an IO error occurred.
-
getType
-
isStatic
public boolean isStatic() -
isPublic
public boolean isPublic() -
getEnclosingClassName
-