Package org.armedbear.lisp

Class Summary
AbstractArray  
AbstractBitVector  
AbstractString  
AbstractVector  
adjust_array  
arglist  
ArithmeticError  
ash  
assq  
assql  
Autoload See autoloads.lisp for a general explanation of what we're trying to achieve here.
AutoloadedFunctionProxy  
AutoloadMacro  
BasicVector_UnsignedByte16  
BasicVector_UnsignedByte32  
BasicVector_UnsignedByte8  
Bignum  
BroadcastStream  
BuiltInClass  
ByteArrayInputStream  
ByteArrayOutputStream  
CapitalizeFirstStream  
CapitalizeStream  
CaseFrobStream  
ceiling  
cell_error_name  
CellError  
CharacterFunctions  
CharHashMap<T>  
Closure  
Closure.Parameter  
ClosureBinding This class serves merely to store a reference to an object, used in the closure array.
CompiledClosure  
CompilerError  
CompilerUnsupportedFeatureError  
Complex  
ComplexArray  
ComplexArray_UnsignedByte32  
ComplexArray_UnsignedByte8  
ComplexBitVector  
ComplexString  
ComplexVector  
ComplexVector_UnsignedByte32  
ComplexVector_UnsignedByte8  
ConcatenatedStream  
Condition  
Cons  
ControlError  
copy_list  
create_new_file  
cxr  
Debug  
delete_file  
disassemble_class_bytes  
DispatchMacroFunction  
DivisionByZero  
Do  
dolist  
dotimes  
DoubleFloat  
DowncaseStream  
EchoStream  
EndOfFile  
Environment  
EqHashTable  
EqlHashTable  
EqualHashTable  
EqualpHashTable  
Extensions  
FaslClassLoader  
FaslReader  
FaslReadtable  
file_author  
file_error_pathname  
file_length  
file_string_length  
file_write_date  
FileError  
FileStream  
FillPointerOutputStream  
Fixnum  
float_sign  
FloatFunctions  
FloatingPointInexact  
FloatingPointInvalidOperation  
FloatingPointOverflow  
FloatingPointUnderflow  
floor  
ForwardReferencedClass  
ftruncate  
Function  
function_info  
Function.pf_function_class_bytes  
gc  
GenericFunction  
get_properties  
HashTable  
HashTable.HashEntry  
HashTableFunctions  
IllegalMonitorState  
input_stream_p  
interactive_stream_p  
InternalCompilerError  
Interpreter  
JarStream Stream interface for an entry in a jar pathname.
Java  
JavaClassLoader  
JavaException  
JavaObject  
JavaStackFrame  
jclass_name  
jclass_of  
JHandler  
jmethod_return_type  
JProxy  
JProxy.LispInvocationHandler  
Keyword  
last  
Layout  
Lisp  
lisp_implementation_type  
lisp_implementation_version  
LispCharacter  
LispClass  
LispError  
LispInteger This class merely serves as the super class for Fixnum and Bignum
LispObject  
LispReader  
LispStackFrame  
LispThread  
listen  
Load  
logand  
logandc1  
logandc2  
logbitp  
logcount  
logeqv  
LogicalPathname  
logior  
lognand  
lognor  
lognot  
logorc1  
logorc2  
logtest  
logxor  
machine_type  
machine_version  
MacroObject  
Main  
make_array  
make_condition  
make_server_socket  
make_socket  
MathFunctions  
mod  
Nil  
NilVector  
open_stream_p  
Operator  
output_stream_p  
Package  
package_error_package  
PackageError  
PackageFunctions  
Packages  
ParseError  
Pathname  
peek_char  
Primitive  
Primitives  
PrintNotReadable  
probe_file  
Profiler  
ProgramError  
RandomState  
Ratio  
ReaderError  
ReaderMacroFunction  
Readtable  
Readtable.DispatchTable  
rem  
room  
RuntimeClass  
SeriousCondition  
server_socket_close  
ShellCommand  
simple_list_remove_duplicates  
SimpleArray_T  
SimpleArray_UnsignedByte16  
SimpleArray_UnsignedByte32  
SimpleArray_UnsignedByte8  
SimpleBitVector  
SimpleCondition  
SimpleError  
SimpleString  
SimpleTypeError  
SimpleVector  
SimpleWarning  
SingleFloat  
Site  
SiteName  
SlimeInputStream  
SlimeOutputStream  
SlotClass  
SlotDefinition  
SlotDefinitionClass  
socket_accept  
socket_close  
socket_stream  
SocketStream  
software_type  
software_version  
SpecialBinding  
SpecialBindingsMark Class used to mark special bindings state.
SpecialOperator  
SpecialOperators  
StackFrame  
StandardClass  
StandardGenericFunction  
StandardGenericFunctionClass  
StandardMethod  
StandardMethodClass  
StandardObject  
StandardObjectFunctions  
StandardReaderMethod  
StandardReaderMethodClass  
StorageCondition  
Stream The stream class A base class for all Lisp built-in streams.
stream_element_type  
stream_external_format  
Stream.ReadtableAccessor Class to abstract readtable access Many of the functions below (used to) exist in 2 variants.
StreamError  
StringFunctions  
StringInputStream  
StringOutputStream  
StructureClass  
StructureObject  
StyleWarning  
Symbol  
SymbolHashTable  
SymbolMacro  
SynonymStream  
Time  
truncate  
TwoWayStream  
TypeError  
unbound_slot_instance  
UnboundSlot  
UnboundVariable  
UndefinedFunction  
unzip  
UpcaseStream  
URLStream Stream interface for a URL.
Utilities  
Version  
Warning  
WrongNumberOfArgumentsException  
ZeroRankArray  
zip  
ZipCache A cache for all zip/jar file accesses by URL that uses the last modified time of the cached resource.
 

Enum Summary
AutoloadedFunctionProxy.FunctionType  
Stream.EolStyle  
 

Exception Summary
ControlTransfer This class is the parent class of all non-local transfer of control events in ABCL.
Go  
Return  
Throw  
 

Error Summary
Interpreter.UnhandledCondition  
ThreadDestroyed