public static final class Compiler.CompileUnit
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
source
The string content of the file.
|
java.net.URI |
sourceUri
The URI describing the location of the source file.
|
| Constructor and Description |
|---|
CompileUnit(java.net.URI sourceUri,
java.lang.String source) |