Uses of Interface
org.fife.rsta.ac.java.buildpath.SourceLocation
-
Packages that use SourceLocation Package Description org.fife.rsta.ac.java Java code completion classes.org.fife.rsta.ac.java.buildpath Various ways to reference and ingest classes.org.fife.rsta.ac.js JavaScript code completion classes.org.fife.rsta.ac.js.completion -
-
Uses of SourceLocation in org.fife.rsta.ac.java
Fields in org.fife.rsta.ac.java declared as SourceLocation Modifier and Type Field Description private static SourceLocationUtil. lastCUFileParamMethods in org.fife.rsta.ac.java that return SourceLocation Modifier and Type Method Description SourceLocationJarManager. getSourceLocForClass(java.lang.String className)Returns the source location for a specific class.SourceLocationSourceCompletionProvider. getSourceLocForClass(java.lang.String className)Methods in org.fife.rsta.ac.java with parameters of type SourceLocation Modifier and Type Method Description static 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 java.lang.StringFieldInfoData. getSummaryFromSourceLoc(SourceLocation loc, ClassFile cf)Scours the source in a location (zip file, directory), looking for a particular class's source.private java.lang.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 SourceLocation Modifier and Type Class Description classClasspathSourceLocationRepresents Java source files somewhere on the classpath.classDirSourceLocationRepresents Java source in a directory, such as in a project's source folder.classZipSourceLocationRepresents source inside a zip or jar file.Fields in org.fife.rsta.ac.java.buildpath declared as SourceLocation Modifier and Type Field Description private SourceLocationLibraryInfo. sourceLocThe location of the source files corresponding to this library.Methods in org.fife.rsta.ac.java.buildpath that return SourceLocation Modifier and Type Method Description SourceLocationLibraryInfo. getSourceLocation()Returns the location of the source corresponding to this library.Methods in org.fife.rsta.ac.java.buildpath with parameters of type SourceLocation Modifier and Type Method Description voidLibraryInfo. 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 SourceLocation Constructor Description ClasspathLibraryInfo(java.util.List<java.lang.String> classes, SourceLocation sourceLoc)Constructor.DirLibraryInfo(java.io.File dir, SourceLocation sourceLoc)DirLibraryInfo(java.lang.String dir, SourceLocation sourceLoc)JarLibraryInfo(java.io.File jarFile, SourceLocation sourceLoc) -
Uses of SourceLocation in org.fife.rsta.ac.js
Methods in org.fife.rsta.ac.js that return SourceLocation Modifier and Type Method Description SourceLocationSourceCompletionProvider. getSourceLocForClass(java.lang.String className) -
Uses of SourceLocation in org.fife.rsta.ac.js.completion
Methods in org.fife.rsta.ac.js.completion with parameters of type SourceLocation Modifier and Type Method Description private 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 java.lang.StringJSMethodData. getSummaryFromSourceLoc(SourceLocation loc, ClassFile cf)Scours the source in a location (zip file, directory), looking for a particular class's source.
-