Skip navigation links
A C D E H I J L M N O P R S W 

A

AbstractFile - Interface in dotty.tools.dotc.interfaces
An abstract file may either be a file on disk or a virtual file.

C

column() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 
CompilerCallback - Interface in dotty.tools.dotc.interfaces
Set of callbacks called in response to events during the compilation process.
content() - Method in interface dotty.tools.dotc.interfaces.SourceFile
 

D

Diagnostic - Interface in dotty.tools.dotc.interfaces
A diagnostic is a message emitted during the compilation process.
dotty.tools.dotc.interfaces - package dotty.tools.dotc.interfaces
 

E

end() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 
endColumn() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 
endLine() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 
ERROR - Static variable in interface dotty.tools.dotc.interfaces.Diagnostic
 
errorCount() - Method in interface dotty.tools.dotc.interfaces.ReporterResult
 

H

hasErrors() - Method in interface dotty.tools.dotc.interfaces.ReporterResult
 
hasWarnings() - Method in interface dotty.tools.dotc.interfaces.ReporterResult
 

I

INFO - Static variable in interface dotty.tools.dotc.interfaces.Diagnostic
 

J

jfile() - Method in interface dotty.tools.dotc.interfaces.AbstractFile
 

L

level() - Method in interface dotty.tools.dotc.interfaces.Diagnostic
 
line() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 
lineContent() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 

M

message() - Method in interface dotty.tools.dotc.interfaces.Diagnostic
 

N

name() - Method in interface dotty.tools.dotc.interfaces.AbstractFile
 

O

onClassGenerated(SourceFile, AbstractFile, String) - Method in interface dotty.tools.dotc.interfaces.CompilerCallback
Called when a class has been generated.
onSourceCompiled(SourceFile) - Method in interface dotty.tools.dotc.interfaces.CompilerCallback
Called when every class for this file has been generated.

P

path() - Method in interface dotty.tools.dotc.interfaces.AbstractFile
 
point() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 
position() - Method in interface dotty.tools.dotc.interfaces.Diagnostic
 

R

report(Diagnostic) - Method in interface dotty.tools.dotc.interfaces.SimpleReporter
Report a diagnostic.
ReporterResult - Interface in dotty.tools.dotc.interfaces
Summary of the diagnostics emitted by a Reporter.

S

SimpleReporter - Interface in dotty.tools.dotc.interfaces
Report errors, warnings and info messages during the compilation process You should implement this interface if you want to handle the diagnostics returned by the compiler yourself.
source() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
The source file corresponding to this position.
SourceFile - Interface in dotty.tools.dotc.interfaces
A source file.
SourcePosition - Interface in dotty.tools.dotc.interfaces
A position in a source file.
start() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 
startColumn() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 
startLine() - Method in interface dotty.tools.dotc.interfaces.SourcePosition
 

W

WARNING - Static variable in interface dotty.tools.dotc.interfaces.Diagnostic
 
warningCount() - Method in interface dotty.tools.dotc.interfaces.ReporterResult
 
A C D E H I J L M N O P R S W 
Skip navigation links