Constructs an instance.paramsourceFile {@code 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.return{@code non-null;} the source file return sourceFile;
return sourceFile;