All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
Class |
Description |
Base64Codec |
|
ClassLoader |
|
Config |
|
DictStack |
An interpreter’s dictionary stack.
|
ExecutionStack |
An interpreter’s execution stack.
|
FileSystem |
An utility class providing filesystem-related methods.
|
Globs |
|
Interpreter |
An interpreter.
|
Messages |
|
Messages |
|
NamespacePool |
|
OperandStack |
An interpreter’s operand stack.
|
Operator |
|
Option |
Base class representing an abstract option.
|
OptionBoolean |
|
OptionCollector<T> |
Base class representing an abstract option holding a list of objects.
|
OptionCollectorDouble |
|
OptionCollectorFloat |
|
OptionCollectorInteger |
|
OptionCollectorLong |
|
OptionCollectorString |
|
OptionCounter |
Class representing a counter.
|
OptionDouble |
|
OptionFlag |
Class representing a flag.
|
OptionFloat |
|
OptionHolder<T> |
Base class representing an abstract option holding an object.
|
OptionInteger |
|
OptionLong |
|
OptionPath |
|
OptionString |
|
OptionToggle |
Class representing a toggle.
|
OptionWithArg<T> |
Base class representing an abstract option with argument.
|
OptionWithoutArg<T> |
Base class representing an abstract option without argument.
|
ProcessingException |
Thrown when error occured during options processing.
|
Processor |
Options processor.
|
ProcStack |
An interpreter’s procedure stack.
|
PsyAdditive<T extends PsyAdditive> |
A representation of Ψ-additive , a type of object that is an operand
of arithmetic operation.
|
PsyAppendable<T extends PsyObject> |
A representation of Ψ-appendable , a type of container that allow to
append Ψ objects (usually to the end, if it makes sense).
|
PsyArithmetic<T extends PsyArithmetic> |
A representation of Ψ-arithmetic , a type of object that is an
operand of arithmetic operation.
|
PsyArray |
A representation of Ψ-array object.
|
PsyArraylike<T extends PsyObject> |
A representation of Ψ-arraylike , an abstraction of an array
composed of Ψ-object s.
|
PsyAtomic |
A representation of Ψ-atomic , a type of immutable objects.
|
PsyBigInteger |
|
PsyBitArray |
A representation of Ψ-bitarray object.
|
PsyBitSet |
A representation of Ψ-bitset , a set of nonnegative Ψ-
integer objects.
|
PsyBitwise<T extends PsyBitwise> |
A representation of Ψ-bitwise , a type of object that is an operand
of bitwise operation.
|
PsyBlockingQueue |
|
PsyBoolean |
A representation of Ψ-boolean object.
|
PsyBounded |
A representation of Ψ-bounded , a type of a container with bounded
capacity.
|
PsyClearable |
A representation of Ψ-clearable , a type of objects that can be
cleared (emptied) in some sense.
|
PsyCloseable |
A representation of Ψ-closeable , a type of objects that can be
closed in some sense.
|
PsyCommand |
A representation of Ψ-command object.
|
PsyComplex |
A representation of Ψ-complex object.
|
PsyConcurrentModificationException |
|
PsyCondition |
A representation of Ψ-condition object.
|
PsyConfigDict |
|
PsyContainer<T extends PsyObject> |
|
PsyContext |
A representation of Ψ-context , an execution context.
|
PsyConvertableToInteger |
|
PsyConvertableToName |
|
PsyConvertableToReal |
|
PsyConvertableToString |
|
PsyDict |
A representation of Ψ-dict , a dictionary.
|
PsyDictlike<V extends PsyObject> |
A representation of Ψ-dictlike , an abstraction of a dictionary.
|
PsyDictStackUnderflowException |
|
PsyDirectoryNotEmptyException |
|
PsyErrorDict |
|
PsyEvaluable |
A representation of Ψ-evaluable , a type of objects that can be
interpreted as the program.
|
PsyException |
|
PsyFileAccessDeniedException |
|
PsyFileExistsException |
|
PsyFileNotFoundException |
|
PsyFileReader |
|
PsyFileWriter |
|
PsyFlushable |
A representation of Ψ-flushable , a type of objects that can be
flushed in some sense.
|
PsyIndexed<K extends PsyObject,V extends PsyObject> |
A representation of Ψ-indexed , a type of the container whose
elements are indexed.
|
PsyInput |
|
PsyInteger |
A representation of Ψ-integer object.
|
PsyInterruptException |
|
PsyInvalidContextException |
|
PsyInvalidExitException |
|
PsyInvalidExternalException |
|
PsyInvalidRegExpException |
|
PsyInvalidStateException |
|
PsyIOErrorException |
|
PsyIterable<T extends PsyObject> |
A representation of Ψ-iterable , a type of an object that can be
iterated over.
|
PsyLengthy |
A representation of Ψ-lengthy , a type of an object that has length
in some sense.
|
PsyLimitCheckException |
|
Psylla |
The Psylla interpreter launcher.
|
Psylla |
|
PsyllaScriptEngine |
The Psylla language scripting engine.
|
PsyllaScriptEngineFactory |
The Psylla language scripting engine factory.
|
PsyllaTest |
|
PsyllaUnit |
|
PsyLock |
A representation of Ψ-lock object.
|
PsyLogical<T extends PsyLogical> |
A representation of Ψ-logical , a type of object that is an operand
of logical operation.
|
PsyMark |
A representation of Ψ-mark object.
|
PsyMatcher |
|
PsyModule |
|
PsyName |
A representation of Ψ-name , a type of immutable string.
|
PsyNamespace |
A representation of Ψ-namespace , a named dictionary.
|
PsyNotDirectoryException |
|
PsyNotLinkException |
|
PsyNull |
A representation of Ψ-null , a type of a void placeholder.
|
PsyNumeric |
A representation of Ψ-numeric , an abstraction of complex and real
numbers.
|
PsyObject |
A representation of Ψ-object , a basic type of Ψ objects.
|
PsyOperator |
A representation of Ψ-operator object.
|
PsyOperator.Action |
|
PsyOperator.Action.Handler |
|
PsyOperator.Arity01 |
|
PsyOperator.Arity01.Handler |
|
PsyOperator.Arity10<T extends PsyObject> |
|
PsyOperator.Arity10.Handler<O extends PsyObject> |
|
PsyOperator.Arity11<T extends PsyObject> |
|
PsyOperator.Arity11.Handler<O extends PsyObject> |
|
PsyOperator.Arity20<T1 extends PsyObject,T2 extends PsyObject> |
|
PsyOperator.Arity20.Handler<O1 extends PsyObject,O2 extends PsyObject> |
|
PsyOperator.Arity21<T1 extends PsyObject,T2 extends PsyObject> |
|
PsyOperator.Arity21.Handler<O1 extends PsyObject,O2 extends PsyObject> |
|
PsyOperator.Arity30<T1 extends PsyObject,T2 extends PsyObject,T3 extends PsyObject> |
|
PsyOperator.Arity30.Handler<O1 extends PsyObject,O2 extends PsyObject,O3 extends PsyObject> |
|
PsyOperator.Arity31<T1 extends PsyObject,T2 extends PsyObject,T3 extends PsyObject> |
|
PsyOperator.Arity31.Handler<O1 extends PsyObject,O2 extends PsyObject,O3 extends PsyObject> |
|
PsyOutput |
|
PsyProc |
An implementation of Ψ-proc , a procedure.
|
PsyProcess |
|
PsyQueuelike<T extends PsyObject> |
A representation of Ψ-queuelike , an abstraction of a queue of
Ψ-object s.
|
PsyRandom |
A representation of Ψ-random , a generator of pseudorandom objects.
|
PsyRange |
|
PsyRangeCheckException |
|
PsyReadable |
A representation of Ψ-readable , a type of objects that can be
treated as a source of characters.
|
PsyReader |
|
PsyReal |
A representation of Ψ-real object.
|
PsyRealNumeric |
A representation of Ψ-realnumeric , an abstraction of real numbers.
|
PsyRegExp |
A representation of Ψ-regexp object.
|
PsyResetable |
A representation of Ψ-resetable , a type of objects that can be
reset in some sense.
|
PsyRomanNumerals |
|
PsyScalar<T extends PsyScalar> |
A representation of a Ψ-scalar , a type bringing total ordering to
implementing Psylla type.
|
PsySecurityErrorException |
|
PsySet |
A representation of Ψ-set object.
|
PsySetlike<T extends PsyObject> |
A representation of a Ψ-setlike , an abstraction of a finite set of
Ψ-object s.
|
PsyStackUnderflowException |
|
PsyStream |
|
PsyStreamlike<T extends PsyObject> |
|
PsyString |
An implementation of Ψ-string object.
|
PsyStringReader |
An implementation of Ψ-stringreader , a character stream whose
source is a Ψ-stringy .
|
PsyStringWriter |
|
PsyStringy |
A representation of Ψ-stringy , a basic type of mutable and
immutable strings.
|
PsySyntaxErrorException |
|
PsySystemDict |
|
PsyType<T extends PsyObject> |
|
PsyTypeCheckException |
|
PsyUndefinedException |
|
PsyUndefinedResultException |
|
PsyUnmatchedMarkException |
|
PsyUnregisteredException |
|
PsyUnsupportedException |
|
PsyWritable |
A representation of Ψ-writable , a type of objects that can be
treated as sink for characters.
|
PsyWriter |
|
Stack<E> |
Base class for interpreter’s stacks.
|
Time |
An utility class providing time-related methods.
|
TokensParser |
|
Type |
|
TypeAnnotationProcessor |
|
TypeRegistry |
|
Version |
A class holding versioning information.
|