All Classes and Interfaces
Class
Description
An interpreter’s dictionary stack.
An interpreter’s execution stack.
An interpreter.
An interpreter’s operand stack.
Base class representing an abstract option.
Base class representing an abstract option holding a list of objects.
An option holding a list of
Double
values.An option holding a list of
Float
values.An option holding a list of
Integer
values.An option holding a list of
Long
values.An option holding a list of
String
values.Class representing a counter.
Class representing a flag.
Base class representing an abstract option holding an object.
Class representing a toggle.
Base class representing an abstract option with argument.
Base class representing an abstract option without argument.
Thrown when error occured during options processing.
Options processor.
An interpreter’s procedure stack.
A representation of
additive
, a type of object that is an operand
of arithmetic operation.A representation of
appendable
, a type of container that allow to
append objects (usually to the end, if it makes sense).A representation of
arithmetic
, a type of object that is an operand
of arithmetic operation.A representation of
array
object.A representation of
atomic
, a type of immutable objects.A representation of
bitarray
object.A representation of
bitset
, a set of nonnegative integer
objects.A representation of
bitwise
, a type of object that is an operand of
bitwise operation.A representation of
boolean
object.A representation of
bounded
, a type of a container with bounded
capacity.A representation of
clearable
, a type of objects that can be
cleared (emptied) in some sense.A representation of
closeable
, a type of objects that can be closed
in some sense.A representation of
command
object.A representation of
complex
object.A representation of
condition
object.A representation of
context
, an execution context.A representation of
dict
, a dictionary.A representation of
evaluable
, a type of objects that can be
interpreted as the program.An utility class providing filesystem-related methods.
A representation of a
flushable
, a type of objects that can be
flushed in some sense.A representation of
formalarray
, an abstraction of an array
composed of object
s.A representation of
formaldict
, an abstraction of a dictionary.A representation of
formalqueue
, an abstraction of a queue of
object
s.A representation of a
formalset
, an abstraction of a finite set of
object
s.A representation of
indexed
, a type of the container whose elements
are indexed.A representation of
integer
object.A representation of
integral
object.A representation of
iterable
, a type of an object that can be
iterated over.A representation of
lengthy
, a type of an object that has length in
some sense.The Psylla interpreter launcher.
The Psylla language scripting engine.
The Psylla language scripting engine factory.
A representation of
lock
object.A representation of
logical
, a type of object that is an operand of
logical operation.A representation of
mark
object.A representation of
multiplicative
, a type of object that is an
operand of multiplicative operation.A representation of
name
object, an immutable string.A representation of
namespace
object, a named dictionary.A representation of
null
, a type of a void placeholder.A representation of
numeric
, an abstraction of complex and real
numbers.A representation of an
object
, a generic Psylla object.A representation of
operator
object.An implementation of
proc
, a procedure.A representation of
random
, a generator of pseudorandom objects.A representation of
readable
, an object that can be treated as a
source of characters to read from.A representation of
real
object.A representation of
realnumeric
object, an abstraction of real
numbers.A representation of
regexp
object.A representation of
resetable
, an object that can be reset in some
sense.A representation of
scalar
, a type bringing total ordering to
implementing Psylla type.A representation of
set
object.An implementation of
string
object.An implementation of
stringreader
, a character stream whose source
is a textual
.A representation of
textual
, a basic type of mutable and immutable
strings.An utility class providing time-related methods.
A representation of
writable
, a type of objects that can be treated
as sink for characters.Base class for interpreter’s stacks.
A class holding versioning information.