JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
dotty.tools.dotc.interfaces
Interface SourceFile
All Superinterfaces:
AbstractFile
public interface
SourceFile
extends
AbstractFile
A source file. User code should not implement this interface, but it may have to manipulate objects of this type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
char[]
content
()
Methods inherited from interface dotty.tools.dotc.interfaces.
AbstractFile
jfile
,
name
,
path
Method Detail
content
char[] content()
Returns:
The content of this file as seen by the compiler.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method