summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile/ClassfileParser.java
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-06-16 12:50:44 +0000
committerpaltherr <paltherr@epfl.ch>2003-06-16 12:50:44 +0000
commit0494d60bfd4ec2c6b69592cea0c205b26cf426d7 (patch)
tree5d4cf5efbe76b7a0825b7150902dc49136f616b4 /sources/scalac/symtab/classfile/ClassfileParser.java
parent44ca12f55bced0a955596402d1bd1ae264358e4b (diff)
downloadscala-0494d60bfd4ec2c6b69592cea0c205b26cf426d7.tar.gz
scala-0494d60bfd4ec2c6b69592cea0c205b26cf426d7.tar.bz2
scala-0494d60bfd4ec2c6b69592cea0c205b26cf426d7.zip
- Made SourceFile and Position scala-independan...
- Made SourceFile and Position scala-independant (moved them to ch.epfl.lamp.util) - Added position arguments to methods of class Reporter - Changed printing of positions to display the whole path not only the file name.
Diffstat (limited to 'sources/scalac/symtab/classfile/ClassfileParser.java')
-rw-r--r--sources/scalac/symtab/classfile/ClassfileParser.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/scalac/symtab/classfile/ClassfileParser.java b/sources/scalac/symtab/classfile/ClassfileParser.java
index 15a0eca111..48f0fba2e4 100644
--- a/sources/scalac/symtab/classfile/ClassfileParser.java
+++ b/sources/scalac/symtab/classfile/ClassfileParser.java
@@ -8,6 +8,7 @@
package scalac.symtab.classfile;
+import ch.epfl.lamp.util.Position;
import scalac.*;
import scalac.util.*;
import scalac.symtab.*;