public final class Load
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Load() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final Symbol _FASL_UNINTERNED_SYMBOLS_
public static final LispObject load(java.lang.String filename)
public static final LispObject load(Pathname pathname, boolean verbose, boolean print, boolean ifDoesNotExist)
public static final LispObject load(Pathname pathname, boolean verbose, boolean print, boolean ifDoesNotExist, boolean returnLastResult)
public static LispObject loadSystemFile(java.lang.String filename, boolean auto)
public static final LispObject loadSystemFile(java.lang.String filename, boolean verbose, boolean print, boolean auto)
public static final LispObject getUninternedSymbol(int n)
public static java.lang.String getLoadVerbosePrefix(int loadDepth)