org.armedbear.lisp
Class Load

java.lang.Object
  extended by org.armedbear.lisp.Load

public final class Load
extends java.lang.Object


Field Summary
static Symbol _FASL_UNINTERNED_SYMBOLS_
          This variable gets bound to NIL upon loading a FASL, but gets set to a vector of symbols as one of the first actions by the FASL itself.
 
Constructor Summary
Load()
           
 
Method Summary
static java.lang.String getLoadVerbosePrefix(int loadDepth)
           
static LispObject getUninternedSymbol(int n)
           
static LispObject load(Pathname pathname, boolean verbose, boolean print, boolean ifDoesNotExist)
           
static LispObject load(Pathname pathname, boolean verbose, boolean print, boolean ifDoesNotExist, boolean returnLastResult)
           
static LispObject load(java.lang.String filename)
           
static LispObject loadSystemFile(java.lang.String filename, boolean auto)
           
static LispObject loadSystemFile(java.lang.String filename, boolean verbose, boolean print, boolean auto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_FASL_UNINTERNED_SYMBOLS_

public static final Symbol _FASL_UNINTERNED_SYMBOLS_
This variable gets bound to NIL upon loading a FASL, but gets set to a vector of symbols as one of the first actions by the FASL itself.

Constructor Detail

Load

public Load()
Method Detail

load

public static final LispObject load(java.lang.String filename)

load

public static final LispObject load(Pathname pathname,
                                    boolean verbose,
                                    boolean print,
                                    boolean ifDoesNotExist)

load

public static final LispObject load(Pathname pathname,
                                    boolean verbose,
                                    boolean print,
                                    boolean ifDoesNotExist,
                                    boolean returnLastResult)

loadSystemFile

public static final LispObject loadSystemFile(java.lang.String filename,
                                              boolean auto)

loadSystemFile

public static final LispObject loadSystemFile(java.lang.String filename,
                                              boolean verbose,
                                              boolean print,
                                              boolean auto)

getUninternedSymbol

public static final LispObject getUninternedSymbol(int n)

getLoadVerbosePrefix

public static java.lang.String getLoadVerbosePrefix(int loadDepth)