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 two arguments and produces an optional result.
Represents a function that accepts one argument and produces an optional result.
Represents a function that accepts three arguments 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.
Indicates that the type represents the Psylla error.
An interpreter’s execution stack.
Support for shell-like glob patterns.
The Psylla language interpreter.
Support for I18N.
A namespace pool.
An interpreter’s operand stack.
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
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
complex, a complex number.The representation of
concatenable, a type of object that is an operand of
concatenation.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 the
ioerror error thrown when a file system operation is denied,
typically due to a file permission or other access check.The representation of
fileexists error thrown when an attempt is made to create a file
or directory and a file of that name already exists.The representation of
fileinput.The representation of
filenotfound error thrown when an attempt is made to access a
file that does not exist.The representation of
filereader.An utility class providing filesystem-related methods.
The representation of
filewriter.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.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
internalerror error thrown to indicate some unexpected
internal error has occurred in the Psylla runtime.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 the
ioerror error thrown when I/O exception of some sort has
occurred.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 language scripting engine.
The Psylla language scripting engine factory.
The
psylla Ant task.The
psyllaunit Ant task.The representation of
lock.The representation of
logical, a type of object that is an operand of logical operation.The
mark object is used as a mark on the operand stack.The representation of
matcher.The representation of
multiplicative, a type of object that is an operand of
multiplicative operation.The representation of
name.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
notlink error thrown when a file system operation, intended
for a symlink, fails because the file is not a symlink.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.The representation of
string, an immutable string.An implementation of
stringbuffer.An implementation of
stringreader, a character stream whose source is a string.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
typecheck error thrown when the operand has the type that is
unexpected for the operator.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 the
unsupported error thrown by the operator attempting to perform
an unsupported operation.The representation of
value, a type of immutable objects.The representation of
writable, an object that can be treated as sink for characters.The representation of
writer.Base class for interpreter’s stacks.
Annotates the Psylla types attaching the name to the type.
Annotation processor aimed to create Graphviz diagrams reflecting Psylla type hierarchy.
Annotation processor aimed to collect Psylla metadata.
The type resolver.
Methods for obtaining version information.