Uses of Interface
org.fife.rsta.ac.java.buildpath.SourceLocation
Packages that use SourceLocation
Package
Description
Java code completion classes.
Various ways to reference and ingest classes.
JavaScript code completion classes.
-
Uses of SourceLocation in org.fife.rsta.ac.java
Fields in org.fife.rsta.ac.java declared as SourceLocationMethods in org.fife.rsta.ac.java that return SourceLocationModifier and TypeMethodDescriptionJarManager.getSourceLocForClass(String className) Returns the source location for a specific class.SourceCompletionProvider.getSourceLocForClass(String className) Methods in org.fife.rsta.ac.java with parameters of type SourceLocationModifier and TypeMethodDescriptionstatic CompilationUnitUtil.getCompilationUnitFromDisk(SourceLocation loc, ClassFile cf) Used byMemberCompletion.Dataimplementations to get an AST from a source file in aSourceLocation.private MethodMethodInfoData.getMethodFromSourceLoc(SourceLocation loc, ClassFile cf) Scours the source in a location (zip file, directory), looking for a particular class's source.private StringFieldInfoData.getSummaryFromSourceLoc(SourceLocation loc, ClassFile cf) Scours the source in a location (zip file, directory), looking for a particular class's source.private StringMethodInfoData.getSummaryFromSourceLoc(SourceLocation loc, ClassFile cf) Scours the source in a location (zip file, directory), looking for a particular class's source. -
Uses of SourceLocation in org.fife.rsta.ac.java.buildpath
Classes in org.fife.rsta.ac.java.buildpath that implement SourceLocationModifier and TypeClassDescriptionclassRepresents Java source files somewhere on the classpath.classRepresents Java source in a directory, such as in a project's source folder.classRepresents source inside a zip or jar file.Fields in org.fife.rsta.ac.java.buildpath declared as SourceLocationModifier and TypeFieldDescriptionprivate SourceLocationLibraryInfo.sourceLocThe location of the source files corresponding to this library.Methods in org.fife.rsta.ac.java.buildpath that return SourceLocationModifier and TypeMethodDescriptionLibraryInfo.getSourceLocation()Returns the location of the source corresponding to this library.Methods in org.fife.rsta.ac.java.buildpath with parameters of type SourceLocationModifier and TypeMethodDescriptionvoidLibraryInfo.setSourceLocation(SourceLocation sourceLoc) Sets the location of the source corresponding to this library.Constructors in org.fife.rsta.ac.java.buildpath with parameters of type SourceLocationModifierConstructorDescriptionClasspathLibraryInfo(List<String> classes, SourceLocation sourceLoc) Constructor.DirLibraryInfo(File dir, SourceLocation sourceLoc) DirLibraryInfo(String dir, SourceLocation sourceLoc) JarLibraryInfo(File jarFile, SourceLocation sourceLoc) -
Uses of SourceLocation in org.fife.rsta.ac.js
Methods in org.fife.rsta.ac.js that return SourceLocationModifier and TypeMethodDescriptionSourceCompletionProvider.getSourceLocForClass(String className) -
Uses of SourceLocation in org.fife.rsta.ac.js.completion
Methods in org.fife.rsta.ac.js.completion with parameters of type SourceLocationModifier and TypeMethodDescriptionprivate FieldJSFieldData.getFieldFromSourceLoc(SourceLocation loc, ClassFile cf) Scours the source in a location (zip file, directory), looking for a particular class's source.private MethodJSMethodData.getMethodFromSourceLoc(SourceLocation loc, ClassFile cf) Scours the source in a location (zip file, directory), looking for a particular class's source.private StringJSMethodData.getSummaryFromSourceLoc(SourceLocation loc, ClassFile cf) Scours the source in a location (zip file, directory), looking for a particular class's source.