Artifact 99afd991807e728923075e87a66384dbb1c87c90a6c7e8de1122c23a0cea2e65:
- Executable file
r37/lisp/csl/jlisp/SourceFile_attribute.java
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 541) [annotate] [blame] [check-ins using] [more...]
// amended 01/02/02 // 16/02/02 IGNORE SOURCEFILE_ATTRIBUTE since OPTIONAL // associated code in ClassDescription has been commented out import java.io.*; public class SourceFile_attribute extends Attribute_info { //attribute_length for SourceFile must always be 2 void setSource(short name_index, short sf_index) { attribute_name_index = name_index; info = ByteArray.shortToByteArray(sf_index); attribute_length = 2; } } // end of SourceFile_attribute.java