Uses of Class
de.firemage.autograder.core.file.SourcePath
Packages that use SourcePath
Package
Description
-
Uses of SourcePath in de.firemage.autograder.core
Methods in de.firemage.autograder.core that return SourcePathModifier and TypeMethodDescriptionCodePosition.file()Returns the value of thefilerecord component.Constructors in de.firemage.autograder.core with parameters of type SourcePathModifierConstructorDescriptionCodePosition(SourceInfo sourceInfo, SourcePath file, int startLine, int endLine, int startColumn, int endColumn) Creates an instance of aCodePositionrecord class. -
Uses of SourcePath in de.firemage.autograder.core.compiler
Methods in de.firemage.autograder.core.compiler that return SourcePathModifier and TypeMethodDescriptionCompilationDiagnostic.path()Returns the value of thepathrecord component.PhysicalFileObject.path()Constructors in de.firemage.autograder.core.compiler with parameters of type SourcePathModifierConstructorDescriptionCompilationDiagnostic(SourceInfo sourceInfo, SourcePath path, int line, int column, String message, String code) Creates an instance of aCompilationDiagnosticrecord class.PhysicalFileObject(File file, Charset charset, SourcePath path) -
Uses of SourcePath in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone that return SourcePathModifier and TypeMethodDescriptionErrorProneDiagnostic.path()Returns the value of thepathrecord component.Constructors in de.firemage.autograder.core.errorprone with parameters of type SourcePathModifierConstructorDescriptionErrorProneDiagnostic(SourceInfo sourceInfo, SourcePath path, int line, int column, String message, ErrorProneLint lint) Creates an instance of aErrorProneDiagnosticrecord class. -
Uses of SourcePath in de.firemage.autograder.core.file
Methods in de.firemage.autograder.core.file that return SourcePathModifier and TypeMethodDescriptionstatic SourcePathstatic SourcePathstatic SourcePathCompilationUnit.path()Returns the path including the name of the compilation unit.Methods in de.firemage.autograder.core.file with parameters of type SourcePathModifier and TypeMethodDescriptionintSourcePath.compareTo(SourcePath other) default CompilationUnitSourceInfo.getCompilationUnit(SourcePath path)