summaryrefslogtreecommitdiff
path: root/sources/scalac/atree
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-02-09 15:29:45 +0000
committerpaltherr <paltherr@epfl.ch>2004-02-09 15:29:45 +0000
commitd68d41ec0a7fecdff51fc52cd6965b122ace536e (patch)
tree02f2244f2bd6c4bf15e8effef6ca8956f72f0235 /sources/scalac/atree
parent7735e5b99362c4641508f40c9f1e92052a12038b (diff)
downloadscala-d68d41ec0a7fecdff51fc52cd6965b122ace536e.tar.gz
scala-d68d41ec0a7fecdff51fc52cd6965b122ace536e.tar.bz2
scala-d68d41ec0a7fecdff51fc52cd6965b122ace536e.zip
- Added constant EMPTY_ARRAY
Diffstat (limited to 'sources/scalac/atree')
-rw-r--r--sources/scalac/atree/ACode.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/scalac/atree/ACode.java b/sources/scalac/atree/ACode.java
index 609bb03dea..3e65d41829 100644
--- a/sources/scalac/atree/ACode.java
+++ b/sources/scalac/atree/ACode.java
@@ -15,6 +15,11 @@ import scalac.symtab.Type;
public class ACode {
//########################################################################
+ // Public Constants
+
+ public static final ACode[] EMPTY_ARRAY = new ACode[0];
+
+ //########################################################################
// Public Cases
// jvm : -