Constructor for a source file attribute super(attrName); sourceFileName = sourceName;
super(attrName); sourceFileName = sourceName;
Returns the source file name The file name should not include directories /* public accessors */ return sourceFileName;
/* public accessors */ return sourceFileName;
ClassPrint.spaces(out, indent); out.println("SourceFile: " + sourceFileName.asString());//NOI18N
int index = 0; index = data.readUnsignedShort(); return new SourceFileAttribute(attrName, (ConstUtf8) pool.constantAt(index));
Sets the source file name sourceFileName = name;
sourceFileName = name;
out.writeShort(attrName().getIndex()); out.writeInt(2); out.writeShort(sourceFileName.getIndex());