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.
Support for shell-like glob patterns.
An interpreter.
An interpreter’s operand stack.
This exception is thrown when parse errors are encountered.
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 arithmetic
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
.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
.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
object
s.The representation of
formaldict
, an abstraction of a dictionary.The representation of
formalqueue
, an abstraction of a queue of object
s.The representation of a
formalset
, an abstraction of a finite set of object
s.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
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 language scripting engine.
The Psylla language scripting engine factory.
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
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
textual
, a basic type of mutable and immutable strings.An utility class providing time-related methods.
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.
A class holding versioning information.