All Classes and Interfaces

Class
Description
A codec for encoding and decoding objects using the Base64 encoding scheme.
 
Methods for obtaining configuration properties stored in the Config.properties resource.
An interpreter’s dictionary stack.
 
An interpreter’s execution stack.
 
An interpreter.
 
 
 
An interpreter’s operand stack.
 
Base class representing an abstract option.
An option holding a Boolean value.
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.
A counter option.
An option holding a Double value.
A flag option.
An option holding a Float value.
An abstract option holding an object.
An option holding a Integer value.
An option holding a Long value.
 
An option holding a String value.
A toggle option.
An abstract option with argument.
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.
A representation of atomic, a type of immutable objects.
 
 
A representation of bitarray.
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.
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.
A representation of complex.
 
A representation of condition.
 
 
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 objects.
A representation of formaldict, an abstraction of a dictionary.
A representation of formalqueue, an abstraction of a queue of objects.
A representation of a formalset, an abstraction of a finite set of objects.
 
 
PsyIndexed<K extends PsyObject,V extends PsyObject>
A representation of indexed, a type of the container whose elements are indexed.
 
A representation of integer.
A representation of integral.
 
 
 
 
 
 
 
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.
A representation of logical, a type of object that is an operand of logical operation.
A representation of mark.
 
 
A representation of multiplicative, a type of object that is an operand of multiplicative operation.
A representation of name, an immutable string.
A representation of namespace, 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
A representation of realnumeric, an abstraction of real numbers.
A representation of regexp.
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.
 
 
 
An implementation of string.
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.