All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
| Class |
Description |
| Base64Codec |
|
| ClassLoader |
|
| Config |
|
| DictStack |
An interpreter’s dictionary stack.
|
| ExceptionType |
|
| ExecutionStack |
An interpreter’s execution stack.
|
| 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 |
An option holding a list of Double values.
|
| OptionCollectorFloat |
An option holding a list of Float values.
|
| OptionCollectorInteger |
An option holding a list of Integer values.
|
| OptionCollectorLong |
An option holding a list of Long values.
|
| OptionCollectorString |
An option holding a list of String values.
|
| 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.
|
| 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.
|
| PsyDictStackUnderflowException |
|
| PsyDirectoryNotEmptyException |
|
| PsyErrorDict |
|
| PsyEvaluable |
A representation of Ψ-evaluable, a type of objects that can be
interpreted as the program.
|
| PsyException |
|
| PsyExecutable |
|
| PsyFileAccessDeniedException |
|
| PsyFileExistsException |
|
| PsyFileNotFoundException |
|
| PsyFileReader |
|
| PsyFileSystem |
An utility class providing filesystem-related methods.
|
| PsyFileWriter |
|
| PsyFlushable |
A representation of Ψ-flushable, a type of objects that can be
flushed in some sense.
|
| PsyFormalArray<T extends PsyObject> |
A representation of Ψ-formalarray, an abstraction of an array
composed of Ψ-objects.
|
| PsyFormalDict<V extends PsyObject> |
A representation of Ψ-formaldict, an abstraction of a dictionary.
|
| PsyFormalQueue<T extends PsyObject> |
A representation of Ψ-formalqueue, an abstraction of a queue of
Ψ-objects.
|
| PsyFormalSet<T extends PsyObject> |
A representation of a Ψ-formalset, an abstraction of a finite set
of Ψ-objects.
|
| PsyFormalStream<T extends PsyObject> |
|
| 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.
|
| PsyIntegral |
A representation of Ψ-integral 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 |
|
| PsyNotImplementedException |
|
| 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.Arity00 |
|
| PsyOperator.Arity00.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> |
|
| PsyOperator.Method |
|
| PsyOutput |
|
| PsyProc |
An implementation of Ψ-proc, a procedure.
|
| PsyProcess |
|
| 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 |
|
| PsyReady |
|
| 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 |
|
| PsySequential<T extends PsyObject> |
|
| PsySet |
A representation of Ψ-set object.
|
| PsyStackUnderflowException |
|
| PsyStream |
|
| PsyStreamable<T extends PsyObject> |
|
| PsyString |
An implementation of Ψ-string object.
|
| PsyStringReader |
An implementation of Ψ-stringreader, a character stream whose
source is a Ψ-textual.
|
| PsyStringWriter |
|
| PsySyntaxErrorException |
|
| PsySystemDict |
|
| PsyTextual |
A representation of Ψ-textual, a basic type of mutable and
immutable strings.
|
| PsyTime |
An utility class providing time-related methods.
|
| 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.
|
| TokensParser |
|
| Type |
|
| TypeHierarchyBuilder |
|
| TypeMetadataCollector |
|
| TypeResolver |
|
| Version |
A class holding versioning information.
|