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 action on the execution context.
Represents an operation that accepts two input arguments and returns no result.
Represents a function that accepts two arguments and produces a result.
Represents an operation that accepts a single input argument and returns no result.
Represents a function that accepts one argument and produces a result.
Represents a function that accepts one argument and produces an optional result.
Represents a supplier of results.
Represents an operation that accepts three input arguments and returns no result.
Represents a function that accepts three arguments and produces a result.
An interpreter’s dictionary stack.
 
An interpreter’s execution stack.
Support for shell-like glob patterns.
The Psylla language interpreter.
 
A namespace pool.
An interpreter’s operand stack.
 
 
This exception is thrown when parse errors are encountered.
The Psylla language parser.
Token literal values and constants.
Token Manager.
An interpreter’s procedure stack.
The representation of additive, a type of object that is an operand of additive operation.
The representation of appendable, a type of container that allow to append objects (usually to the end, if it makes sense).
The representation of arithmetic, a type of object that is an operand of arithmetic operation.
The representation of array.
The representation of atomic, a type of immutable objects.
The representation of bigfraction.
The representation of biginteger, arbitrary precision integer.
The representation of bitarray.
The representation of bitset, a set of nonnegative integer objects.
The representation of bitwise, a type of object that is an operand of bitwise operation.
The representation of blockingqueue.
The representation of boolean.
The representation of bounded, a type of a container with bounded capacity.
The representation of clearable, a type of objects that can be cleared (emptied) in some manner.
The representation of closeable, a type of objects that can be closed in some sense.
The representation of command.
The representation of complex, a complex number.
The representation of concurrentmodification error thrown when concurrent modification detected.
The representation of condition.
 
 
The representation of context, an execution context.
 
 
 
 
The representation of dict, a dictionary.
 
 
 
 
The representation of evaluable, an object that can be interpreted as the program.
 
 
 
 
The representation of filereader.
An utility class providing filesystem-related methods.
 
The representation of a flushable, an object that can be flushed in some sense.
The representation of formalarray, an abstraction of an array composed of objects.
The representation of formaldict, an abstraction of a dictionary.
The representation of formalqueue, an abstraction of a queue of objects.
The representation of a formalset, an abstraction of a finite set of objects.
The representation of formalstream, an abstraction of the stream.
The representation of fraction.
PsyIndexed<K extends PsyObject,V extends PsyObject>
The representation of indexed, a type of the container whose elements are indexed.
The representation of input.
The representation of integer.
The representation of integral.
 
 
The representation of the invalidexit error thrown by the exit operator when invoked outside the cyclic context.
 
 
The representation of the invalidstate error thrown if the execution of the operator is not possible with the current state of the operand or environment.
 
The representation of iterable, a type of an object that can be iterated over.
The representation of lengthy, an object that has length in some sense.
The representation of the limitcheck error thrown when the system limits exceeded.
The Psylla interpreter launcher.
The psylla Ant task.
 
The Psylla language scripting engine.
The Psylla language scripting engine factory.
 
 
The psyllaunit Ant task.
The representation of lock.
The representation of logical, a type of object that is an operand of logical operation.
The representation of mark.
The representation of matcher.
 
The representation of multiplicative, a type of object that is an operand of multiplicative operation.
The representation of name, an immutable string.
The representation of namespace, a named dictionary.
The representation of notdirectory error thrown when a file system operation, intended for a directory, fails because the file is not a directory.
 
 
The representation of null, a type of a void placeholder.
The representation of numeric, an abstraction of complex and real numbers.
The representation of an object, a generic Psylla object.
The representation of operator.
The representation of output.
The representation of proc, a procedure.
 
The representation of random, a generator of pseudorandom objects.
The representation of range.
The representation of the rangecheck error thrown when the operand has the value outside the range acceptable for the operator.
The representation of rational.
The representation of readable, an object that can be treated as a source of characters to read from.
The representation of reader.
The representation of ready, an object that can report its readiness for something.
The representation of real.
The representation of realnumeric, an abstraction of real number.
The representation of regexp.
The representation of resetable, an object that can be reset in some manner.
The representation of scalar, a type bringing total ordering to implementing Psylla type.
The representation of the securityerror error thrown by the security manager to indicate a security violation.
The representation of sequential.
The representation of set.
The representation of the stackunderflow error thrown when the operand stack contains fewer operands than the operator expects.
The representation of stream.
The representation of streamable, an object that provide stream of something.
An implementation of string.
An implementation of stringreader, a character stream whose source is a textual.
The representation of stringwriter.
The representation of syntaxerror error thrown when syntax error occured.
 
The representation of textual, a basic type of mutable and immutable strings.
An utility class providing time-related methods.
The representation of type.
 
The representation of the undefined error thrown by the operator accessing the dictionary by the absent key or by the interpreter failing to resolve the command name against the dictionary stack.
The representation of the undefinedresult error thrown when a result of an operation is meaningless.
The representation of the unmatchedmark error thrown when a mark expected not on the operand stack.
 
 
The representation of writable, an object that can be treated as sink for characters.
The representation of writer.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Base class for interpreter’s stacks.
Describes the input token stream.
Token Manager Error.
 
 
 
The type resolver.
Versioning information.