SourceFile
Constructs an instance.paramsourceFile non-null; the name of the source file super(ATTRIBUTE_NAME); if (sourceFile == null) { throw new NullPointerException("sourceFile == null"); } this.sourceFile = sourceFile;
super(ATTRIBUTE_NAME); if (sourceFile == null) { throw new NullPointerException("sourceFile == null"); } this.sourceFile = sourceFile;
{@inheritDoc} return 8;
return 8;
Gets the source file name of this instance.returnnon-null; the source file return sourceFile;
return sourceFile;