Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(T) - Method in interface coneforest.psylla.runtime.ContextAction.Consumer
-
Performs this operation on the given argument.
- accept(T1, T2) - Method in interface coneforest.psylla.runtime.ContextAction.BiConsumer
-
Performs this operation on the given arguments.
- accept(T1, T2, T3) - Method in interface coneforest.psylla.runtime.ContextAction.TriConsumer
-
Performs this operation on the given arguments.
- add(ResourceCollection) - Method in class coneforest.psylla.ant.PsyllaUnitTask.Test
- addConfiguredFileSet(FileSet) - Method in class coneforest.psylla.ant.PsyllaUnitTask.Test
- apply(T) - Method in interface coneforest.psylla.runtime.ContextAction.Function
-
Applies this function to the given argument.
- apply(T) - Method in interface coneforest.psylla.runtime.ContextAction.OptionalFunction
-
Applies this function to the given argument.
- apply(T1, T2) - Method in interface coneforest.psylla.runtime.ContextAction.BiFunction
-
Applies this function to the given arguments.
- apply(T1, T2, T3) - Method in interface coneforest.psylla.runtime.ContextAction.TriFunction
-
Applies this function to the given arguments.
- Arg() - Constructor for class coneforest.psylla.ant.PsyllaTask.Arg
- Arg() - Constructor for class coneforest.psylla.ant.PsyllaUnitTask.Arg
- ARGV - Static variable in class coneforest.psylla.scripting.PsyllaScriptEngine
- asBinaryOperator(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
-
Returns an
BinaryOperator
view of thisexecutable
. - asComparator(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
-
Returns an
Comparator
view of thisexecutable
. - asConsumer(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
-
Returns an
Consumer
view of thisexecutable
. - asFunction(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
-
Returns a
Function
view of thisexecutable
. - asPredicate(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
-
Returns a
Predicate
view of thisexecutable
. - asSupplier(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
-
Returns an
Supplier
view of thisexecutable
. - asUnaryOperator(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
-
Returns an
UnaryOperator
view of thisexecutable
.
B
- Base64Codec - Interface in coneforest.psylla.ant
-
A codec for encoding and decoding objects using the Base64 encoding scheme.
- begin(PsyFormalDict<PsyObject>) - Method in class coneforest.psylla.runtime.DictStack
-
Pushes the dictionary to this stack.
- bigIntegerValue() - Method in class coneforest.psylla.core.PsyBigFraction
- bigIntegerValue() - Method in class coneforest.psylla.core.PsyBigInteger
- bigIntegerValue() - Method in class coneforest.psylla.core.PsyFraction
- bigIntegerValue() - Method in class coneforest.psylla.core.PsyInteger
- bigIntegerValue() - Method in interface coneforest.psylla.core.PsyRational
- booleanValue() - Method in class coneforest.psylla.core.PsyBoolean
-
Returns a boolean value of this object.
C
- CALENDAR_FIELDS - Static variable in interface coneforest.psylla.core.PsyTime
-
An array consisting of the name of the calendar fields.
- capacity() - Method in class coneforest.psylla.core.PsyBlockingQueue
- capacity() - Method in interface coneforest.psylla.core.PsyBounded
-
Returns the capacity of this container.
- checkLoop() - Method in class coneforest.psylla.runtime.ExecutionStack
- checkStop() - Method in class coneforest.psylla.runtime.ExecutionStack
- classLoader() - Method in class coneforest.psylla.runtime.Interpreter
-
Returns the interpreter’s class loader.
- clearBackup() - Method in class coneforest.psylla.runtime.OperandStack
- clone() - Method in class coneforest.psylla.runtime.DictStack
- clone() - Method in class coneforest.psylla.runtime.ExecutionStack
- clone() - Method in class coneforest.psylla.runtime.OperandStack
- compareTo(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
- compareTo(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyBigInteger
- compareTo(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyInteger
- compareTo(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRational
- compareTo(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyReal
- compareTo(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- compareTo(PsyTextual) - Method in interface coneforest.psylla.core.PsyTextual
- compareTo(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Compares this
scalar
with the specifiedscalar
for order. - coneforest.psylla - module coneforest.psylla
-
The Psylla language interpreter and core.
- coneforest.psylla.ant - module coneforest.psylla.ant
-
The Psylla Ant tasks.
- coneforest.psylla.ant - package coneforest.psylla.ant
-
The Psylla Ant tasks.
- coneforest.psylla.core - package coneforest.psylla.core
-
The Psylla language core types.
- coneforest.psylla.processors - module coneforest.psylla.processors
-
The Psylla annotation processors.
- coneforest.psylla.processors - package coneforest.psylla.processors
-
The Psylla annotation processors.
- coneforest.psylla.runtime - package coneforest.psylla.runtime
-
The Psylla language runtime.
- coneforest.psylla.scripting - package coneforest.psylla.scripting
-
Integration with Java scripting API (JSR 223).
- coneforest.psylla.toolprovider - package coneforest.psylla.toolprovider
-
The Psylla tool provider.
- Config - Class in coneforest.psylla.runtime
-
Methods for obtaining configuration properties stored in the
Config.properties
resource. - ContextAction - Interface in coneforest.psylla.runtime
-
An action on the execution context.
- ContextAction.BiConsumer<T1,
T2> - Interface in coneforest.psylla.runtime -
Represents an operation that accepts two input arguments and returns no result.
- ContextAction.BiFunction<T1,
T2> - Interface in coneforest.psylla.runtime -
Represents a function that accepts two arguments and produces a result.
- ContextAction.Consumer<T> - Interface in coneforest.psylla.runtime
-
Represents an operation that accepts a single input argument and returns no result.
- ContextAction.Function<T> - Interface in coneforest.psylla.runtime
-
Represents a function that accepts one argument and produces a result.
- ContextAction.OptionalFunction<T> - Interface in coneforest.psylla.runtime
-
Represents a function that accepts one argument and produces an optional result.
- ContextAction.Supplier - Interface in coneforest.psylla.runtime
-
Represents a supplier of results.
- ContextAction.TriConsumer<T1,
T2, - Interface in coneforest.psylla.runtimeT3> -
Represents an operation that accepts three input arguments and returns no result.
- ContextAction.TriFunction<T1,
T2, - Interface in coneforest.psylla.runtimeT3> -
Represents a function that accepts three arguments and produces a result.
- convert(Class<PsyStringBuffer>) - Method in interface coneforest.psylla.core.PsyObject
- createArg() - Method in class coneforest.psylla.ant.PsyllaTask
-
Add a command-line argument.
- createArg() - Method in class coneforest.psylla.ant.PsyllaUnitTask
- createBindings() - Method in class coneforest.psylla.scripting.PsyllaScriptEngine
- createTest() - Method in class coneforest.psylla.ant.PsyllaUnitTask
- currentDict() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the current dictionary (the topmost on the dictionary stack).
- currentDict() - Method in class coneforest.psylla.runtime.Interpreter
- currentNamespace() - Method in class coneforest.psylla.runtime.DictStack
- currentNamespace() - Method in class coneforest.psylla.runtime.Interpreter
-
Returns the current namespace.
D
- data() - Static method in class coneforest.psylla.ant.PsyllaTest
- decode(String) - Static method in interface coneforest.psylla.ant.Base64Codec
-
Returns an object decoded from a Base64-encoded representation.
- delete(int) - Method in class coneforest.psylla.core.PsyArray
- delete(int) - Method in class coneforest.psylla.core.PsyBitArray
- delete(int) - Method in interface coneforest.psylla.core.PsyFormalArray
-
Removes the element at the specified position in this array.
- delete(int) - Method in class coneforest.psylla.core.PsyStringBuffer
- dictStack() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the dictionary stack.
- dictStack() - Method in class coneforest.psylla.runtime.Interpreter
- DictStack - Class in coneforest.psylla.runtime
-
An interpreter’s dictionary stack.
- DictStack() - Constructor for class coneforest.psylla.runtime.DictStack
-
Creates a new dictionary stack with two permanent dictionaries in it (system and user dictionaries).
- doubleValue() - Method in class coneforest.psylla.core.PsyBigFraction
- doubleValue() - Method in class coneforest.psylla.core.PsyBigInteger
- doubleValue() - Method in class coneforest.psylla.core.PsyFraction
- doubleValue() - Method in class coneforest.psylla.core.PsyInteger
- doubleValue() - Method in class coneforest.psylla.core.PsyReal
- doubleValue() - Method in interface coneforest.psylla.core.PsyRealNumeric
- DynamicClassLoader - Class in coneforest.psylla.runtime
- DynamicClassLoader() - Constructor for class coneforest.psylla.runtime.DynamicClassLoader
E
- E - Static variable in class coneforest.psylla.core.PsyReal
-
The number e.
- encode(Object) - Static method in interface coneforest.psylla.ant.Base64Codec
-
Returns a Base64-encoded representation of an object.
- end() - Method in class coneforest.psylla.runtime.DictStack
-
Pops a non-permanent dictionary from this stack.
- ensureSize(int) - Method in class coneforest.psylla.runtime.OperandStack
-
Ensures that the operand stack is at least the given size.
- enterLoop() - Method in class coneforest.psylla.runtime.ExecutionStack
-
Enters the loop environment.
- enterStop() - Method in class coneforest.psylla.runtime.ExecutionStack
-
Enters the stopped environment.
- equals(Object) - Method in class coneforest.psylla.core.PsyBigInteger
- equals(Object) - Method in class coneforest.psylla.core.PsyBoolean
- equals(Object) - Method in class coneforest.psylla.core.PsyInteger
- equals(Object) - Method in class coneforest.psylla.core.PsyReal
- equals(Object) - Method in class coneforest.psylla.core.PsyString
-
Returns a
boolean
object indicating whether some other object is “equal to” this one. - equals(Object) - Method in class coneforest.psylla.core.PsyStringBuffer
- equals(Object) - Method in class coneforest.psylla.runtime.OperandStack
- errorDict() - Method in class coneforest.psylla.runtime.Interpreter
- ErrorType - Annotation Interface in coneforest.psylla.runtime
-
Indicates that the type represents the Psylla error.
- eval(Reader, ScriptContext) - Method in class coneforest.psylla.scripting.PsyllaScriptEngine
- eval(String, ScriptContext) - Method in class coneforest.psylla.scripting.PsyllaScriptEngine
- execLevel() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the size of the execution stack.
- execLevel() - Method in class coneforest.psylla.runtime.Interpreter
- execute() - Method in class coneforest.psylla.ant.PsyllaTask
- execute() - Method in class coneforest.psylla.ant.PsyllaUnitTask
- execute(PsyContext) - Method in class coneforest.psylla.core.PsyExecMark
- execute(PsyContext) - Method in class coneforest.psylla.core.PsyName
- execute(PsyContext) - Method in interface coneforest.psylla.core.PsyObject
-
Execute this
object
in the given execution context. - execute(PsyContext) - Method in class coneforest.psylla.core.PsyOperator
-
Execute this object in the execution context.
- executionStack() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the execution stack.
- executionStack() - Method in class coneforest.psylla.runtime.Interpreter
- ExecutionStack - Class in coneforest.psylla.runtime
-
An interpreter’s execution stack.
- ExecutionStack() - Constructor for class coneforest.psylla.runtime.ExecutionStack
-
Constructs an empty stack.
- exitLoop() - Method in class coneforest.psylla.runtime.ExecutionStack
-
Exits the innermost loop environment.
- exitStop() - Method in class coneforest.psylla.runtime.ExecutionStack
- extract(int) - Method in class coneforest.psylla.core.PsyArray
- extract(int) - Method in class coneforest.psylla.core.PsyBitArray
- extract(int) - Method in interface coneforest.psylla.core.PsyFormalArray
- extract(int) - Method in class coneforest.psylla.core.PsyStringBuffer
F
- FALSE - Static variable in class coneforest.psylla.core.PsyBoolean
-
A
boolean
constant, representing false. - FILENAME - Static variable in class coneforest.psylla.scripting.PsyllaScriptEngine
- findClass(String) - Method in class coneforest.psylla.runtime.DynamicClassLoader
- findMarkPosition() - Method in class coneforest.psylla.runtime.OperandStack
-
Returns the position of the topmost
mark
object on the operand stack. - fork() - Method in interface coneforest.psylla.core.PsyContext
- fork() - Method in class coneforest.psylla.runtime.Interpreter
- format(String, Object...) - Static method in interface coneforest.psylla.runtime.Messages
-
Returns a formatted string using the format string for the given key and arguments.
- fromPolar(double, double) - Static method in class coneforest.psylla.core.PsyComplex
G
- get() - Method in interface coneforest.psylla.runtime.ContextAction.Supplier
-
Gets a result.
- get(int) - Method in class coneforest.psylla.core.PsyArray
- get(int) - Method in class coneforest.psylla.core.PsyBitArray
- get(int) - Method in interface coneforest.psylla.core.PsyFormalArray
-
Returns the element at the specified position in this array.
- get(int) - Method in class coneforest.psylla.core.PsyStringBuffer
- get(String) - Method in class coneforest.psylla.core.PsyDict
- get(String) - Method in class coneforest.psylla.core.PsyEnvironment
- get(String) - Method in interface coneforest.psylla.core.PsyFormalDict
- get(String) - Method in class coneforest.psylla.core.PsyNamespace
- get(String) - Method in class coneforest.psylla.runtime.NamespacePool
-
Allocates (if absent) and returns the
namespace
object with the given prefix. - get(String) - Method in class coneforest.psylla.scripting.PsyllaScriptEngine
- getBacked(int) - Method in class coneforest.psylla.runtime.OperandStack
- getBuffer() - Method in class coneforest.psylla.core.PsyStringBuffer
-
Returns the buffer.
- getCode() - Static method in interface coneforest.psylla.runtime.Version
-
Returns the version encoded as a string.
- getEmitter() - Method in exception class coneforest.psylla.core.PsyErrorException
-
Returns the emitter for this
error
. - getEngineName() - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
-
Returns a string
"Psylla"
. - getEngineVersion() - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getExtensions() - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getFactory() - Method in class coneforest.psylla.scripting.PsyllaScriptEngine
- getId() - Method in interface coneforest.psylla.core.PsyContext
- getLanguageName() - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getLanguageVersion() - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getMajor() - Static method in interface coneforest.psylla.runtime.Version
-
Returns the major version number.
- getMethodCallSyntax(String, String, String...) - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getMicro() - Static method in interface coneforest.psylla.runtime.Version
-
Returns the micro version number.
- getMimeTypes() - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getMinor() - Static method in interface coneforest.psylla.runtime.Version
-
Returns the minor version number.
- getName() - Method in class coneforest.psylla.ant.PsyllaUnitTask.Test
- getName() - Method in exception class coneforest.psylla.core.PsyErrorException
-
Returns the name of this
error
. - getName() - Method in class coneforest.psylla.core.PsyOperator
-
Returns the name of this operator.
- getNames() - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
-
Returns a list consisting of single string
"psylla"
. - getOutputStatement(String) - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getParameter(String) - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getPattern() - Method in class coneforest.psylla.core.PsyRegExp
-
Returns the pattern.
- getPrefix() - Method in class coneforest.psylla.core.PsyOperator
-
Returns the namespace prefix of this operator.
- getProgram(String...) - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- getProperty(String) - Static method in class coneforest.psylla.runtime.Config
-
Returns the value associated with the given name.
- getReleaseType() - Static method in interface coneforest.psylla.runtime.Version
-
Returns the release type.
- getResources() - Method in class coneforest.psylla.ant.PsyllaUnitTask.Test
- getScriptEngine() - Method in class coneforest.psylla.scripting.PsyllaScriptEngineFactory
-
Returns an engine.
- getSimpleName() - Method in class coneforest.psylla.core.PsyOperator
-
Returns the simple name of this operator.
- getStopped() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the value of the stopped flag.
- getStopped() - Method in class coneforest.psylla.runtime.Interpreter
- getString(String) - Static method in interface coneforest.psylla.runtime.Messages
-
Returns a string for the given key.
- getSupportedOptions() - Method in class coneforest.psylla.processors.TypeHierarchyBuilder
- getSupportedOptions() - Method in class coneforest.psylla.processors.TypeMetadataCollector
- getValue() - Method in class coneforest.psylla.ant.PsyllaTask.Arg
- getValue() - Method in class coneforest.psylla.ant.PsyllaUnitTask.Arg
- getVersion() - Static method in interface coneforest.psylla.runtime.Version
-
Returns the version string.
- Globs - Interface in coneforest.psylla.runtime
-
Support for shell-like glob patterns.
H
- handleExecutionStack(int) - Method in interface coneforest.psylla.core.PsyContext
- handleExecutionStack(int) - Method in class coneforest.psylla.runtime.Interpreter
- hashCode() - Method in class coneforest.psylla.core.PsyBigInteger
- hashCode() - Method in class coneforest.psylla.core.PsyBoolean
- hashCode() - Method in class coneforest.psylla.core.PsyInteger
- hashCode() - Method in class coneforest.psylla.core.PsyReal
- hashCode() - Method in class coneforest.psylla.core.PsyString
- hashCode() - Method in class coneforest.psylla.core.PsyStringBuffer
- hashCode() - Method in class coneforest.psylla.runtime.OperandStack
I
- I - Static variable in class coneforest.psylla.core.PsyComplex
-
Imaginary unit.
- imagValue() - Method in class coneforest.psylla.core.PsyComplex
- imagValue() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the imaginary part of this object.
- imagValue() - Method in interface coneforest.psylla.core.PsyRealNumeric
- init(ProcessingEnvironment) - Method in class coneforest.psylla.processors.TypeHierarchyBuilder
- init(ProcessingEnvironment) - Method in class coneforest.psylla.processors.TypeMetadataCollector
- insert(int, PsyBoolean) - Method in class coneforest.psylla.core.PsyBitArray
- insert(int, PsyInteger) - Method in class coneforest.psylla.core.PsyStringBuffer
- insert(int, PsyObject) - Method in class coneforest.psylla.core.PsyArray
- insert(int, T) - Method in interface coneforest.psylla.core.PsyFormalArray
-
Inserts the specified
object
into this array at the position specified by a given index. - interpret(PsyReader) - Method in interface coneforest.psylla.core.PsyContext
-
Interprets the Psylla code from the
reader
object. - interpret(PsyReader) - Method in class coneforest.psylla.runtime.Interpreter
- interpret(Reader) - Method in class coneforest.psylla.runtime.Interpreter
- interpret(String) - Method in class coneforest.psylla.runtime.Interpreter
- interpretBraced(PsyReader) - Method in interface coneforest.psylla.core.PsyContext
- interpretBraced(PsyReader) - Method in class coneforest.psylla.runtime.Interpreter
- Interpreter - Class in coneforest.psylla.runtime
-
The Psylla language interpreter.
- Interpreter() - Constructor for class coneforest.psylla.runtime.Interpreter
-
Creates a new Psylla language interpreter.
- intValue() - Method in class coneforest.psylla.core.PsyBigFraction
- intValue() - Method in class coneforest.psylla.core.PsyBigInteger
- intValue() - Method in class coneforest.psylla.core.PsyFraction
- intValue() - Method in class coneforest.psylla.core.PsyInteger
- intValue() - Method in class coneforest.psylla.core.PsyReal
- intValue() - Method in interface coneforest.psylla.core.PsyRealNumeric
- invoke(PsyContext) - Method in exception class coneforest.psylla.core.PsyErrorException
- invoke(PsyContext) - Method in class coneforest.psylla.core.PsyExecMark
- invoke(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
- invoke(PsyContext) - Method in class coneforest.psylla.core.PsyName
- invoke(PsyContext) - Method in interface coneforest.psylla.core.PsyObject
-
Invoke this
object
in the given execution context. - invoke(PsyContext) - Method in class coneforest.psylla.core.PsyOperator
-
Invoke this operator in the execution context performing an action associated with it.
- invoke(PsyContext) - Method in class coneforest.psylla.core.PsyProc
- invokeAndHandle(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
- isEmpty() - Method in class coneforest.psylla.core.PsyDict
- isEmpty() - Method in interface coneforest.psylla.core.PsyLengthy
- isFull() - Method in interface coneforest.psylla.core.PsyBounded
-
Returns a boolean indicating whether this container is full.
- isHeldByCurrentThread() - Method in class coneforest.psylla.core.PsyLock
-
Queries if this lock is held by the current thread.
- isZero() - Method in interface coneforest.psylla.core.PsyAdditive
- isZero() - Method in class coneforest.psylla.core.PsyBigFraction
- isZero() - Method in class coneforest.psylla.core.PsyBigInteger
- isZero() - Method in class coneforest.psylla.core.PsyComplex
- isZero() - Method in class coneforest.psylla.core.PsyFraction
- isZero() - Method in class coneforest.psylla.core.PsyInteger
- isZero() - Method in class coneforest.psylla.core.PsyReal
- iterator() - Method in class coneforest.psylla.core.PsyArray
- iterator() - Method in class coneforest.psylla.core.PsyBitArray
- iterator() - Method in class coneforest.psylla.core.PsyBitSet
- iterator() - Method in class coneforest.psylla.core.PsyBlockingQueue
- iterator() - Method in class coneforest.psylla.core.PsyDict
- iterator() - Method in class coneforest.psylla.core.PsyEnvironment
- iterator() - Method in class coneforest.psylla.core.PsySet
- iterator() - Method in interface coneforest.psylla.core.PsyTextual
J
- join() - Method in interface coneforest.psylla.core.PsyContext
- join() - Method in class coneforest.psylla.runtime.Psylla
- join(long) - Method in class coneforest.psylla.runtime.Psylla
K
- keys() - Method in class coneforest.psylla.core.PsyDict
- keys() - Method in class coneforest.psylla.core.PsyEnvironment
- keys() - Method in interface coneforest.psylla.core.PsyFormalDict
- known(String) - Method in class coneforest.psylla.core.PsyDict
- known(String) - Method in class coneforest.psylla.core.PsyEnvironment
- known(String) - Method in interface coneforest.psylla.core.PsyFormalDict
- known(String) - Method in class coneforest.psylla.core.PsyNamespace
L
- launch(PrintStream, PrintStream, String...) - Static method in class coneforest.psylla.runtime.Psylla
- launch(PrintWriter, PrintWriter, String...) - Static method in class coneforest.psylla.runtime.Psylla
-
Process command-line options and launches the Psylla interpreter.
- length() - Method in class coneforest.psylla.core.PsyArray
- length() - Method in class coneforest.psylla.core.PsyBitArray
- length() - Method in class coneforest.psylla.core.PsyBitSet
- length() - Method in class coneforest.psylla.core.PsyBlockingQueue
-
Returns the number of elements in this queue.
- length() - Method in class coneforest.psylla.core.PsyDict
- length() - Method in class coneforest.psylla.core.PsyEnvironment
- length() - Method in interface coneforest.psylla.core.PsyLengthy
-
Returns a length of this object.
- length() - Method in class coneforest.psylla.core.PsySet
- length() - Method in class coneforest.psylla.core.PsyStringBuffer
- length() - Method in interface coneforest.psylla.core.PsyTextual
- LINE_SEPARATOR - Static variable in class coneforest.psylla.core.PsyReader
-
Line separator string.
- load(PsyString) - Method in class coneforest.psylla.runtime.DictStack
-
Performs in-depth search for the given
string
key in this stack and returns the associated value. - load(String) - Method in class coneforest.psylla.runtime.DictStack
-
Performs in-depth search for the given key in this stack and returns the associated value.
- loadLibraryResource(String) - Method in class coneforest.psylla.runtime.Interpreter
- loadType(String) - Method in class coneforest.psylla.runtime.Interpreter
- lock() - Method in class coneforest.psylla.core.PsyLock
-
Acquires the lock.
- longValue() - Method in class coneforest.psylla.core.PsyBigFraction
- longValue() - Method in class coneforest.psylla.core.PsyBigInteger
- longValue() - Method in class coneforest.psylla.core.PsyFraction
- longValue() - Method in class coneforest.psylla.core.PsyInteger
- longValue() - Method in class coneforest.psylla.core.PsyReal
- longValue() - Method in interface coneforest.psylla.core.PsyRealNumeric
- LOOP_MARK - Static variable in class coneforest.psylla.core.PsyExecMark
M
- main(String[]) - Static method in class coneforest.psylla.runtime.Psylla
-
The entry point to the Psylla program.
- MARK - Static variable in class coneforest.psylla.core.PsyMark
-
The sole
mark
object. - matches(String, String) - Static method in interface coneforest.psylla.runtime.Globs
- matches(String, String, char, char) - Static method in interface coneforest.psylla.runtime.Globs
-
Checks if the string matches the given pattern using the given characters denoting singular and plural quantifiers.
- MAX_VALUE - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the maximum representable value. - MAX_VALUE - Static variable in class coneforest.psylla.core.PsyReal
-
The largest positive finite value, (2−−52)·21023.
- Messages - Interface in coneforest.psylla.runtime
-
Support for I18N.
- MESSAGES - Static variable in interface coneforest.psylla.runtime.Messages
- MIN_VALUE - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the minimum representable value. - MIN_VALUE - Static variable in class coneforest.psylla.core.PsyReal
-
The smallest positive nonzero value, 2−1074.
- MINUS_I - Static variable in class coneforest.psylla.core.PsyComplex
-
Munus imaginary unit.
- MINUS_ONE - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the number −1. - MINUS_ONE - Static variable in class coneforest.psylla.core.PsyReal
-
The number minus one.
N
- name() - Method in class coneforest.psylla.toolprovider.PsyllaToolProvider
- namespacePool() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the namespace pool.
- namespacePool() - Method in class coneforest.psylla.runtime.Interpreter
- NamespacePool - Class in coneforest.psylla.runtime
-
A namespace pool.
- NamespacePool() - Constructor for class coneforest.psylla.runtime.NamespacePool
- NAN - Static variable in class coneforest.psylla.core.PsyReal
-
The Not-a-Number (NaN) value.
- NULL - Static variable in class coneforest.psylla.core.PsyNull
-
The sole
null
object.
O
- of(boolean) - Static method in class coneforest.psylla.core.PsyBoolean
-
Returns a
boolean
representing the given boolean value. - of(long) - Static method in class coneforest.psylla.core.PsyInteger
-
Returns a
integer
representing the specified value. - of(long) - Static method in interface coneforest.psylla.core.PsyIntegral
- of(long, long) - Static method in class coneforest.psylla.core.PsyFraction
- of(PsyIntegral, PsyIntegral) - Static method in interface coneforest.psylla.core.PsyRational
- of(BigInteger) - Static method in interface coneforest.psylla.core.PsyIntegral
- of(BigInteger, BigInteger) - Static method in class coneforest.psylla.core.PsyBigFraction
-
TODO
- of(Stream<T1>) - Static method in interface coneforest.psylla.core.PsyFormalStream
- ofBiConsumer(ContextAction.BiConsumer<T1, T2>) - Static method in interface coneforest.psylla.runtime.ContextAction
-
Returns the context action created from the bi-consumer.
- ofBiFunction(ContextAction.BiFunction<T1, T2>) - Static method in interface coneforest.psylla.runtime.ContextAction
-
Returns the context action created from the bi-function.
- ofConsumer(ContextAction.Consumer<T>) - Static method in interface coneforest.psylla.runtime.ContextAction
-
Returns the context action created from the consumer.
- ofFunction(ContextAction.Function<T>) - Static method in interface coneforest.psylla.runtime.ContextAction
-
Returns the context action created from the function.
- ofOptionalFunction(ContextAction.OptionalFunction<T>) - Static method in interface coneforest.psylla.runtime.ContextAction
-
Returns the context action created from the function.
- ofSupplier(ContextAction.Supplier) - Static method in interface coneforest.psylla.runtime.ContextAction
-
Returns the context action created from the supplier.
- ofTriConsumer(ContextAction.TriConsumer<T1, T2, T3>) - Static method in interface coneforest.psylla.runtime.ContextAction
-
Returns the context action created from the tri-consumer.
- ofTriFunction(ContextAction.TriFunction<T1, T2, T3>) - Static method in interface coneforest.psylla.runtime.ContextAction
-
Returns the context action created from the tri-function.
- ONE - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the number 1. - ONE - Static variable in class coneforest.psylla.core.PsyReal
-
The number one.
- operandStack() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the operand stack.
- operandStack() - Method in class coneforest.psylla.runtime.Interpreter
- OperandStack - Class in coneforest.psylla.runtime
-
An interpreter’s operand stack.
- OperandStack() - Constructor for class coneforest.psylla.runtime.OperandStack
- operandStackBacked(int) - Method in interface coneforest.psylla.core.PsyContext
- operandStackBacked(int) - Method in class coneforest.psylla.runtime.Interpreter
- Operator - Annotation Interface in coneforest.psylla.runtime
- OperatorType - Annotation Interface in coneforest.psylla.runtime
P
- parseLiteral(String) - Static method in interface coneforest.psylla.core.PsyIntegral
-
Returns the
integral
object obtained as a result of parsing the literal token image. - parseLiteral(String) - Static method in interface coneforest.psylla.core.PsyRational
- parseLiteral(String) - Static method in class coneforest.psylla.core.PsyReal
-
Returns the
real
initialized to the value represented by the specifiedString
image. - parseLiteral(String) - Static method in class coneforest.psylla.core.PsyRegExp
-
Returns the
string
object obtained as a result of parsing the literal token image. - parseLiteral(String) - Static method in class coneforest.psylla.core.PsyString
- parseLiteral(String) - Static method in class coneforest.psylla.core.PsyStringBuffer
-
Returns the
string
object obtained as a result of parsing the literal token image. - peek() - Method in class coneforest.psylla.runtime.Stack
-
Returns the topmost of this stack without popping it.
- perform(PsyContext) - Method in class coneforest.psylla.core.PsyOperator
-
Perform an action associated with this operator in the given execution context.
- perform(PsyContext) - Method in interface coneforest.psylla.runtime.ContextAction
-
Performs this action on the specified execution context.
- PI - Static variable in class coneforest.psylla.core.PsyReal
-
The number π.
- pop() - Method in class coneforest.psylla.runtime.Stack
-
Pops and returns the topmost element of this stack.
- popOperands(int) - Method in class coneforest.psylla.runtime.OperandStack
- prefix() - Method in class coneforest.psylla.core.PsyNamespace
-
Returns the namespace prefix.
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class coneforest.psylla.processors.TypeHierarchyBuilder
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class coneforest.psylla.processors.TypeMetadataCollector
- ProcStack - Class in coneforest.psylla.runtime
-
An interpreter’s procedure stack.
- ProcStack() - Constructor for class coneforest.psylla.runtime.ProcStack
- prompt() - Method in class coneforest.psylla.runtime.Interpreter
-
Returns the REPL prompt.
- PSY_ABS - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
abs
operator. - PSY_ACOS - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
acos
operator. - PSY_ADD - Static variable in interface coneforest.psylla.core.PsyAdditive
-
Context action of the
add
operator. - PSY_AND - Static variable in interface coneforest.psylla.core.PsyLogical
-
Context action of the
and
operator. - PSY_APPEND - Static variable in interface coneforest.psylla.core.PsyAppendable
-
Context action of the
append
operator. - PSY_APPENDALL - Static variable in interface coneforest.psylla.core.PsyAppendable
-
Context action of the
appendall
operator. - PSY_ARG - Static variable in class coneforest.psylla.core.PsyComplex
-
Context action of the
arg
operator. - PSY_ARRAY - Static variable in class coneforest.psylla.core.PsyArray
-
Context action of the
array
operator. - PSY_ARRAYTOMARK - Static variable in class coneforest.psylla.core.PsyArray
-
Context action of the
arraytomark
operator. - PSY_ASIN - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
asin
operator. - PSY_ATAN - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
atan
operator. - PSY_BEGIN - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
begin
operator. - PSY_BINARYSEARCH - Static variable in class coneforest.psylla.core.PsyArray
-
Context action of the
binarysearch
operator. - PSY_BIND - Static variable in class coneforest.psylla.core.PsyProc
-
Context action of the
bind
operator. - PSY_BITARRAY - Static variable in class coneforest.psylla.core.PsyBitArray
-
Context action of the
bitarray
operator. - PSY_BITSET - Static variable in class coneforest.psylla.core.PsyBitSet
-
Context action of the
bitset
operator. - PSY_BITSHIFT - Static variable in interface coneforest.psylla.core.PsyBitwise
-
Context action of the
bitshift
operator. - PSY_BLOCKINGQUEUE - Static variable in class coneforest.psylla.core.PsyBlockingQueue
-
Context action of the
blockingqueue
operator. - PSY_CALENDAR - Static variable in interface coneforest.psylla.core.PsyTime
-
Context action of the
calendar
operator. - PSY_CAPACITY - Static variable in interface coneforest.psylla.core.PsyBounded
-
Context action of the
capacity
operator. - PSY_CAPTUREGROUP - Static variable in class coneforest.psylla.core.PsyMatcher
-
Context action of the
capturegroup
operator. - PSY_CAPTUREGROUPCOUNT - Static variable in class coneforest.psylla.core.PsyMatcher
-
Context action of the
capturegroupcount
operator. - PSY_CBRT - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
cbrt
operator. - PSY_CEILING - Static variable in interface coneforest.psylla.core.PsyRealNumeric
-
Context action of the
ceiling
operator. - PSY_CHANGEFILEPERMISSIONS - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
changefilepermissions
operator. - PSY_CLEAR - Static variable in interface coneforest.psylla.core.PsyClearable
-
Context action of the
clear
operator. - PSY_CLEARBIT - Static variable in interface coneforest.psylla.core.PsyBitwise
-
Context action of the
clearbit
operator. - PSY_CLEARDICTSTACK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
cleardictstack
operator. - PSY_CLEARSTACK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
clearstack
operator. - PSY_CLEARTOMARK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
cleartomark
operator. - PSY_CLONE - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
clone
operator. - PSY_CLOSE - Static variable in interface coneforest.psylla.core.PsyCloseable
-
Context action of the
close
operator. - PSY_CMP - Static variable in interface coneforest.psylla.core.PsyScalar
-
Context action of the
cmp
operator. - PSY_COMPLEX - Static variable in class coneforest.psylla.core.PsyComplex
-
Context action of the
complex
operator. - PSY_COMPLEXPOLAR - Static variable in class coneforest.psylla.core.PsyComplex
-
Context action of the
complexpolar
operator. - PSY_CONCAT - Static variable in interface coneforest.psylla.core.PsyConcatenable
-
Context action of the
concat
operator. - PSY_CONDITION - Static variable in class coneforest.psylla.core.PsyLock
-
Context action of the
condition
operator. - PSY_CONJUGATE - Static variable in class coneforest.psylla.core.PsyComplex
-
Context action of the
conjugate
operator. - PSY_CONTAINS - Static variable in interface coneforest.psylla.core.PsyFormalSet
-
Context action of the
contains
operator. - PSY_COPY - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
copy
operator. - PSY_COPYFILE - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
copyfile
operator. - PSY_COS - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
cos
operator. - PSY_COSH - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
cosh
operator. - PSY_COUNT - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
count
operator. - PSY_COUNTDICTSTACK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
countdictstack
operator. - PSY_COUNTEXECSTACK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
countexecstack
operator. - PSY_COUNTSTACK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
countstack
operator. - PSY_COUNTTOMARK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
counttomark
operator. - PSY_CREATEDIRECTORY - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
createdirectory
operator. - PSY_CURRENTCONTEXT - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
currentcontext
operator. - PSY_CURRENTDICT - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
currentdict
operator. - PSY_CURRENTDIRECTORY - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
currentdirectory
operator. - PSY_DEF - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
def
operator. - PSY_DELETE - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
delete
operator. - PSY_DELETEFILE - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
deletefile
operator. - PSY_DENOMINATOR - Static variable in interface coneforest.psylla.core.PsyRational
-
Context action of the
denominator
operator. - PSY_DEQUEUE - Static variable in interface coneforest.psylla.core.PsyFormalQueue
-
Context action of the
dequeue
operator. - PSY_DICT - Static variable in class coneforest.psylla.core.PsyDict
-
Context action of the
dict
operator. - PSY_DICTSTACK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
dictstack
operator. - PSY_DICTTOMARK - Static variable in class coneforest.psylla.core.PsyDict
-
Context action of the
dicttomark
operator. - PSY_DISTINCT - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
distinct
operator. - PSY_DIV - Static variable in interface coneforest.psylla.core.PsyMultiplicative
-
Context action of the
div
operator. - PSY_DUP - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
dup
operator. - PSY_EDITLINE - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
editline
operator. - PSY_END - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
end
operator. - PSY_ENQUEUE - Static variable in interface coneforest.psylla.core.PsyFormalQueue
-
Context action of the
enqueue
operator. - PSY_ENTRIES - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
entries
operator. - PSY_EQ - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
eq
operator. - PSY_EVAL - Static variable in interface coneforest.psylla.core.PsyEvaluable
-
Context action of the
eval
operator. - PSY_EXCH - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
exch
operator. - PSY_EXEC - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
exec
operator. - PSY_EXECSTACK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
execstack
operator. - PSY_EXECUTIVE - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
executive
operator. - PSY_EXIT - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
exit
operator. - PSY_EXP - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
exp
operator. - PSY_EXTRACT - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
extract
operator. - PSY_EXTRACTINTERVAL - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
extractinterval
operator. - PSY_FILEABSOLUTEPATH - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
fileabsolutepath
operator. - PSY_FILEACCESSTIME - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
fileaccesstime
operator. - PSY_FILEATTRIBUTE - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
fileattribute
operator. - PSY_FILECREATIONTIME - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
filecreationtime
operator. - PSY_FILEEXISTS - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
fileexists
operator. - PSY_FILEMODIFIEDTIME - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
filemodifiedtime
operator. - PSY_FILEPERMISSIONS - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
filepermissions
operator. - PSY_FILEREADER - Static variable in class coneforest.psylla.core.PsyFileReader
-
Context action of the
filereader
operator. - PSY_FILES - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
files
operator. - PSY_FILESIZE - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
filesize
operator. - PSY_FILEWRITER - Static variable in class coneforest.psylla.core.PsyFileWriter
-
Context action of the
filewriter
operator. - PSY_FILTERED - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
filtered
operator. - PSY_FIND - Static variable in class coneforest.psylla.core.PsyMatcher
-
Context action of the
find
operator. - PSY_FLIPBIT - Static variable in interface coneforest.psylla.core.PsyBitwise
-
Context action of the
flipbit
operator. - PSY_FLOOR - Static variable in interface coneforest.psylla.core.PsyRealNumeric
-
Context action of the
floor
operator. - PSY_FLUSH - Static variable in interface coneforest.psylla.core.PsyFlushable
-
Context action of the
flush
operator. - PSY_FOR - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
for
operator. - PSY_FORALL - Static variable in interface coneforest.psylla.core.PsySequential
-
Context action of the
forall
operator. - PSY_FORK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
fork
operator. - PSY_GCD - Static variable in interface coneforest.psylla.core.PsyRational
-
Context action of the
gcd
operator. - PSY_GE - Static variable in interface coneforest.psylla.core.PsyScalar
-
Context action of the
ge
operator. - PSY_GET - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
get
operator. - PSY_GETALL - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
getall
operator. - PSY_GETINTERVAL - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
getinterval
operator. - PSY_GIVE - Static variable in interface coneforest.psylla.core.PsyFormalQueue
-
Context action of the
give
operator. - PSY_GT - Static variable in interface coneforest.psylla.core.PsyScalar
-
Context action of the
gt
operator. - PSY_HALT - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
halt
operator. - PSY_HARDLINK - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
hardlink
operator. - PSY_HASHCODE - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
hashcode
operator. - PSY_HYPOT - Static variable in interface coneforest.psylla.core.PsyRealNumeric
-
Context action of the
hypot
operator. - PSY_IDIV - Static variable in interface coneforest.psylla.core.PsyRational
-
Context action of the
idiv
operator. - PSY_IF - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
if
operator. - PSY_IFELSE - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
ifelse
operator. - PSY_IMAGPART - Static variable in class coneforest.psylla.core.PsyComplex
-
Context action of the
imagpart
operator. - PSY_INDEX - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
index
operator. - PSY_INDEXOFCHAR - Static variable in interface coneforest.psylla.core.PsyTextual
-
Context action of the
indexofchar
operator. - PSY_INDEXOFSUBSTRING - Static variable in interface coneforest.psylla.core.PsyTextual
-
Context action of the
indexofsubstring
operator. - PSY_INSERT - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
insert
operator. - PSY_INSERTALL - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
insertall
operator. - PSY_INSTANCEOF - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
instanceof
operator. - PSY_INTERSECTS - Static variable in interface coneforest.psylla.core.PsyFormalSet
-
Context action of the
intersects
operator. - PSY_ISDIRECTORY - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
isdirectory
operator. - PSY_ISEMPTY - Static variable in interface coneforest.psylla.core.PsyLengthy
-
Context action of the
isempty
operator. - PSY_ISFILE - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
isfile
operator. - PSY_ISFULL - Static variable in interface coneforest.psylla.core.PsyBounded
-
Context action of the
isfull
operator. - PSY_ISSAMEFILE - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
issamefile
operator. - PSY_ISSYMLINK - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
issymlink
operator. - PSY_ISZERO - Static variable in interface coneforest.psylla.core.PsyAdditive
-
Context action of the
iszero
operator. - PSY_ITERATE - Static variable in class coneforest.psylla.core.PsyStream
-
Context action of the
iterate
operator. - PSY_JOIN - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
join
operator. - PSY_KEYS - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
keys
operator. - PSY_KNOWN - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
known
operator. - PSY_LCM - Static variable in interface coneforest.psylla.core.PsyRational
-
Context action of the
lcm
operator. - PSY_LE - Static variable in interface coneforest.psylla.core.PsyScalar
-
Context action of the
le
operator. - PSY_LENGTH - Static variable in interface coneforest.psylla.core.PsyLengthy
-
Context action of the
length
operator. - PSY_LIMITED - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
limited
operator. - PSY_LOAD - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
load
operator. - PSY_LOCK - Static variable in class coneforest.psylla.core.PsyLock
-
Context action of the
lock
operator. - PSY_LOG - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
log
operator. - PSY_LOOP - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
loop
operator. - PSY_LOWERCASE - Static variable in interface coneforest.psylla.core.PsyTextual
-
Context action of the
lowercase
operator. - PSY_LT - Static variable in interface coneforest.psylla.core.PsyScalar
-
Context action of the
lt
operator. - PSY_MAPPED - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
mapped
operator. - PSY_MATCHER - Static variable in class coneforest.psylla.core.PsyMatcher
-
Context action of the
matcher
operator. - PSY_MATCHES - Static variable in class coneforest.psylla.core.PsyMatcher
-
Context action of the
matches
operator. - PSY_MAX - Static variable in interface coneforest.psylla.core.PsyScalar
-
Context action of the
max
operator. - PSY_MIN - Static variable in interface coneforest.psylla.core.PsyScalar
-
Context action of the
min
operator. - PSY_MOD - Static variable in interface coneforest.psylla.core.PsyRational
-
Context action of the
mod
operator. - PSY_MUL - Static variable in interface coneforest.psylla.core.PsyMultiplicative
-
Context action of the
mul
operator. - PSY_NAMESPACE - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
namespace
operator. - PSY_NE - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
ne
operator. - PSY_NEG - Static variable in interface coneforest.psylla.core.PsyAdditive
-
Context action of the
neg
operator. - PSY_NONZERO - Static variable in interface coneforest.psylla.core.PsyAdditive
-
Context action of the
nonzero
operator. - PSY_NOT - Static variable in interface coneforest.psylla.core.PsyLogical
-
Context action of the
not
operator. - PSY_NOTIFY - Static variable in class coneforest.psylla.core.PsyCondition
-
Context action of the
notify
operator. - PSY_NUMERATOR - Static variable in interface coneforest.psylla.core.PsyRational
-
Context action of the
numerator
operator. - PSY_OR - Static variable in interface coneforest.psylla.core.PsyLogical
-
Context action of the
or
operator. - PSY_PEEKED - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
peeked
operator. - PSY_POP - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
pop
operator. - PSY_POSTCHOP - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
postchop
operator. - PSY_POW - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
pow
operator. - PSY_PRECHOP - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
prechop
operator. - PSY_PREPEND - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
prepend
operator. - PSY_PREPENDALL - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
prependall
operator. - PSY_PRETTYPRINT - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
prettyprint
operator. - PSY_PRINT - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
print
operator. - PSY_PROCESS - Static variable in class coneforest.psylla.core.PsyProcess
-
Context action of the
process
operator. - PSY_PROCESSERROR - Static variable in class coneforest.psylla.core.PsyProcess
-
Context action of the
processerror
operator. - PSY_PROCESSREADER - Static variable in class coneforest.psylla.core.PsyProcess
-
Context action of the
processreader
operator. - PSY_PROCESSWRITER - Static variable in class coneforest.psylla.core.PsyProcess
-
Context action of the
processwriter
operator. - PSY_PUT - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
put
operator. - PSY_PUTINTERVAL - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
putinterval
operator. - PSY_QUIT - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
quit
operator. - PSY_RANDOM - Static variable in class coneforest.psylla.core.PsyRandom
-
Context action of the
random
operator. - PSY_RANDOMBOOLEAN - Static variable in class coneforest.psylla.core.PsyRandom
-
Context action of the
uniformboolean
operator. - PSY_RANGE - Static variable in class coneforest.psylla.core.PsyRange
-
Context action of the
range
operator. - PSY_READ - Static variable in interface coneforest.psylla.core.PsyReadable
-
Context action of the
read
operator. - PSY_READLINK - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
readlink
operator. - PSY_READY - Static variable in interface coneforest.psylla.core.PsyReady
-
Context action of the
ready
operator. - PSY_REALPART - Static variable in class coneforest.psylla.core.PsyComplex
-
Context action of the
realpart
operator. - PSY_RECIPROCAL - Static variable in interface coneforest.psylla.core.PsyMultiplicative
-
Context action of the
reciprocal
operator. - PSY_REDUCE - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
reduce
operator. - PSY_REGEXP - Static variable in class coneforest.psylla.core.PsyRegExp
-
Context action of the
regexp
operator. - PSY_REMOVE - Static variable in interface coneforest.psylla.core.PsyFormalSet
-
Context action of the
remove
operator. - PSY_REMOVEALL - Static variable in interface coneforest.psylla.core.PsyFormalSet
-
Context action of the
removeall
operator. - PSY_RENAMEFILE - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
renamefile
operator. - PSY_REPEAT - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
repeat
operator. - PSY_REPLACEALL - Static variable in class coneforest.psylla.core.PsyMatcher
-
Context action of the
replaceall
operator. - PSY_REPLICATE - Static variable in interface coneforest.psylla.core.PsyAppendable
-
Context action of the
replicate
operator. - PSY_REQUIRE - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
require
operator. - PSY_RESET - Static variable in interface coneforest.psylla.core.PsyResetable
-
Context action of the
reset
operator. - PSY_RETAINALL - Static variable in interface coneforest.psylla.core.PsyFormalSet
-
Context action of the
retainall
operator. - PSY_REVERSE - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
reverse
operator. - PSY_ROLL - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
roll
operator. - PSY_ROUND - Static variable in interface coneforest.psylla.core.PsyRealNumeric
-
Context action of the
round
operator. - PSY_SAY - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
say
operator. - PSY_SET - Static variable in class coneforest.psylla.core.PsySet
-
Context action of the
set
operator. - PSY_SETBIT - Static variable in interface coneforest.psylla.core.PsyBitwise
-
Context action of the
setbit
operator. - PSY_SETLENGTH - Static variable in interface coneforest.psylla.core.PsyFormalArray
-
Context action of the
setlength
operator. - PSY_SETTOMARK - Static variable in class coneforest.psylla.core.PsySet
-
Context action of the
settomark
operator. - PSY_SIGNUM - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
signum
operator. - PSY_SIN - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
sin
operator. - PSY_SINH - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
sinh
operator. - PSY_SKIP - Static variable in interface coneforest.psylla.core.PsyReadable
-
Context action of the
skip
operator. - PSY_SKIPPED - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
skipped
operator. - PSY_SLEEP - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
sleep
operator. - PSY_SLICE - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
slice
operator. - PSY_SORT - Static variable in class coneforest.psylla.core.PsyArray
-
Context action of the
sort
operator. - PSY_SORTED - Static variable in interface coneforest.psylla.core.PsyFormalStream
-
Context action of the
sorted
operator. - PSY_SPLIT - Static variable in interface coneforest.psylla.core.PsyTextual
-
Context action of the
split
operator. - PSY_SQRT - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
sqrt
operator. - PSY_STACK - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
stack
operator. - PSY_STATUS - Static variable in class coneforest.psylla.core.PsyProcess
-
Context action of the
status
operator. - PSY_STOP - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
stop
operator. - PSY_STOPPED - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
stopped
operator. - PSY_STORE - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
store
operator. - PSY_STREAM - Static variable in interface coneforest.psylla.core.PsyStreamable
-
Context action of the
stream
operator. - PSY_STREAMTOMARK - Static variable in class coneforest.psylla.core.PsyStream
-
Context action of the
streamtomark
operator. - PSY_STRING - Static variable in class coneforest.psylla.core.PsyStringBuffer
-
Context action of the
stringbuffer
operator. - PSY_STRINGREADER - Static variable in class coneforest.psylla.core.PsyStringReader
-
Context action of the
stringreader
operator. - PSY_STRINGWRITER - Static variable in class coneforest.psylla.core.PsyStringWriter
-
Context action of the
stringwriter
operator. - PSY_SUB - Static variable in interface coneforest.psylla.core.PsyAdditive
-
Context action of the
sub
operator. - PSY_SYMLINK - Static variable in interface coneforest.psylla.core.PsyFileSystem
-
Context action of the
symlink
operator. - PSY_TAKE - Static variable in interface coneforest.psylla.core.PsyFormalQueue
-
Context action of the
take
operator. - PSY_TAN - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
tan
operator. - PSY_TANH - Static variable in interface coneforest.psylla.core.PsyNumeric
-
Context action of the
tanh
operator. - PSY_TESTBIT - Static variable in interface coneforest.psylla.core.PsyBitwise
-
Context action of the
testbit
operator. - PSY_TIME - Static variable in interface coneforest.psylla.core.PsyTime
-
Context action of the
time
operator. - PSY_TOINTEGER - Static variable in interface coneforest.psylla.core.PsyConvertableToInteger
-
Context action of the
tointeger
operator. - PSY_TOINTEGRAL - Static variable in interface coneforest.psylla.core.PsyConvertableToIntegral
-
Context action of the
tointegral
operator. - PSY_TOKENS - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
tokens
operator. - PSY_TORATIONAL - Static variable in interface coneforest.psylla.core.PsyConvertableToRational
-
Context action of the
torational
operator. - PSY_TOREAL - Static variable in interface coneforest.psylla.core.PsyConvertableToReal
-
Context action of the
toreal
operator. - PSY_TOSTRING - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
tostring
operator. - PSY_TOSTRINGBUFFER - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
tostringbuffer
operator. - PSY_TYPE - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
type
operator. - PSY_UNDEF - Static variable in interface coneforest.psylla.core.PsyFormalDict
-
Context action of the
undef
operator. - PSY_UNIFORMDEVIATE - Static variable in class coneforest.psylla.core.PsyRandom
-
Context action of the
uniformdeviate
operator. - PSY_UPPERCASE - Static variable in interface coneforest.psylla.core.PsyTextual
-
Context action of the
uppercase
operator. - PSY_VALUES - Static variable in interface coneforest.psylla.core.PsyIndexed
-
Context action of the
values
operator. - PSY_WAIT - Static variable in class coneforest.psylla.core.PsyCondition
-
Context action of the
wait
operator. - PSY_WARN - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
warn
operator. - PSY_WHERE - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
where
operator. - PSY_WRITE - Static variable in interface coneforest.psylla.core.PsyWritable
-
Context action of the
write
operator. - PSY_WRITESTRING - Static variable in interface coneforest.psylla.core.PsyWritable
-
Context action of the
writestring
operator. - PSY_XOR - Static variable in interface coneforest.psylla.core.PsyLogical
-
Context action of the
xor
operator. - PSY_YIELD - Static variable in interface coneforest.psylla.core.PsyContext
-
Context action of the
yield
operator. - psyAbs() - Method in class coneforest.psylla.core.PsyBigInteger
- psyAbs() - Method in class coneforest.psylla.core.PsyComplex
- psyAbs() - Method in class coneforest.psylla.core.PsyInteger
- psyAbs() - Method in interface coneforest.psylla.core.PsyIntegral
- psyAbs() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
absolute value of this object. - psyAbs() - Method in interface coneforest.psylla.core.PsyRational
- psyAbs() - Method in class coneforest.psylla.core.PsyReal
- psyAbs() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyAcos() - Method in class coneforest.psylla.core.PsyComplex
- psyAcos() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
arc cosine of this object. - psyAcos() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyAdd(PsyNumeric) - Method in class coneforest.psylla.core.PsyComplex
- psyAdd(PsyNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyAdd(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyBigInteger
- psyAdd(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyInteger
- psyAdd(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRational
- psyAdd(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyReal
- psyAdd(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyAdd(T) - Method in interface coneforest.psylla.core.PsyAdditive
-
Returns the
additive
result of arithmetic addition of specified object to this object. - PsyAdditive<T> - Interface in coneforest.psylla.core
-
The representation of
additive
, a type of object that is an operand of additive operation. - psyAnd(PsyBitArray) - Method in class coneforest.psylla.core.PsyBitArray
- psyAnd(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
-
Returns a
boolean
result of boolean conjunction of this object and given object. - psyAnd(PsyIntegral) - Method in class coneforest.psylla.core.PsyBigInteger
- psyAnd(PsyIntegral) - Method in class coneforest.psylla.core.PsyInteger
- psyAnd(T) - Method in interface coneforest.psylla.core.PsyLogical
-
Returns a result of logical conjunction of this object and given object.
- psyAppend(PsyBoolean) - Method in class coneforest.psylla.core.PsyBitArray
- psyAppend(PsyInteger) - Method in class coneforest.psylla.core.PsyBitSet
- psyAppend(PsyInteger) - Method in class coneforest.psylla.core.PsyStringBuffer
- psyAppend(PsyObject) - Method in class coneforest.psylla.core.PsyArray
- psyAppend(PsyObject) - Method in class coneforest.psylla.core.PsySet
- psyAppend(T) - Method in interface coneforest.psylla.core.PsyAppendable
-
Appends a given
object
to this container. - PsyAppendable<T> - Interface in coneforest.psylla.core
-
The representation of
appendable
, a type of container that allow to append objects (usually to the end, if it makes sense). - psyAppendAll(PsyIterable<? extends PsyInteger>) - Method in class coneforest.psylla.core.PsyBitSet
- psyAppendAll(PsyIterable<? extends T>) - Method in interface coneforest.psylla.core.PsyAppendable
-
Appends all the
object
s from a giveniterable
enumeration to this container. - psyAppendAll(PsyIterable<? extends T>) - Method in interface coneforest.psylla.core.PsyFormalSet
-
Appends all the
object
s from a giveniterable
enumeration to this set. - psyArg() - Method in class coneforest.psylla.core.PsyComplex
-
Returns a
real
representing the complex argument of this object. - PsyArithmetic<T> - Interface in coneforest.psylla.core
-
The representation of
arithmetic
, a type of object that is an operand of arithmetic operation. - PsyArray - Class in coneforest.psylla.core
-
The representation of
array
. - PsyArray() - Constructor for class coneforest.psylla.core.PsyArray
-
Constructs a new empty
array
. - PsyArray(ArrayList<PsyObject>) - Constructor for class coneforest.psylla.core.PsyArray
-
Constructs a new
array
wrapped around the given array list. - psyAsin() - Method in class coneforest.psylla.core.PsyComplex
- psyAsin() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
arc sine of this object. - psyAsin() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyAtan() - Method in class coneforest.psylla.core.PsyComplex
- psyAtan() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
arc tangent of this object. - psyAtan() - Method in interface coneforest.psylla.core.PsyRealNumeric
- PsyBigFraction - Class in coneforest.psylla.core
-
The representation of
bigfraction
. - PsyBigInteger - Class in coneforest.psylla.core
-
The representation of
biginteger
, arbitrary precision integer. - PsyBigInteger(BigInteger) - Constructor for class coneforest.psylla.core.PsyBigInteger
-
Constructs a new
biginteger
for the given value. - psyBinarySearch(PsyObject, PsyProc, PsyContext) - Method in class coneforest.psylla.core.PsyArray
-
Searches this array for the specified value using the binary search algorithm.
- psyBind() - Method in class coneforest.psylla.core.PsyProc
- PsyBitArray - Class in coneforest.psylla.core
-
The representation of
bitarray
. - PsyBitArray() - Constructor for class coneforest.psylla.core.PsyBitArray
-
Creates a new empty
bitarray
. - PsyBitArray(BitSet, int) - Constructor for class coneforest.psylla.core.PsyBitArray
- PsyBitSet - Class in coneforest.psylla.core
-
The representation of
bitset
, a set of nonnegativeinteger
objects. - PsyBitSet() - Constructor for class coneforest.psylla.core.PsyBitSet
-
Instantiate an empty
bitset
object. - PsyBitSet(BitSet) - Constructor for class coneforest.psylla.core.PsyBitSet
-
Instantiate a
bitset
object from a givenBitSet
object. - psyBitShift(PsyInteger) - Method in class coneforest.psylla.core.PsyBigInteger
- psyBitShift(PsyInteger) - Method in class coneforest.psylla.core.PsyBitArray
- psyBitShift(PsyInteger) - Method in interface coneforest.psylla.core.PsyBitwise
-
Returns a
bitwise
whose value is equivalent to this value with bits shifted at the given distance. - psyBitShift(PsyInteger) - Method in class coneforest.psylla.core.PsyInteger
- PsyBitwise<T> - Interface in coneforest.psylla.core
-
The representation of
bitwise
, a type of object that is an operand of bitwise operation. - PsyBlockingQueue - Class in coneforest.psylla.core
-
The representation of
blockingqueue
. - PsyBlockingQueue(PsyInteger) - Constructor for class coneforest.psylla.core.PsyBlockingQueue
- PsyBoolean - Class in coneforest.psylla.core
-
The representation of
boolean
. - PsyBounded - Interface in coneforest.psylla.core
-
The representation of
bounded
, a type of a container with bounded capacity. - psyCalendar(PsyInteger) - Static method in interface coneforest.psylla.core.PsyTime
- psyCalendarTime(PsyFormalDict<PsyObject>) - Static method in interface coneforest.psylla.core.PsyTime
- psyCapacity() - Method in interface coneforest.psylla.core.PsyBounded
- psyCaptureGroupCount() - Method in class coneforest.psylla.core.PsyMatcher
- psyCaptureGroupEnd(PsyObject) - Method in class coneforest.psylla.core.PsyMatcher
- psyCaptureGroupStart(PsyObject) - Method in class coneforest.psylla.core.PsyMatcher
- psyCbrt() - Method in class coneforest.psylla.core.PsyComplex
- psyCbrt() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
cubic root of this object. - psyCbrt() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyCeiling() - Method in class coneforest.psylla.core.PsyBigFraction
- psyCeiling() - Method in class coneforest.psylla.core.PsyFraction
- psyCeiling() - Method in interface coneforest.psylla.core.PsyIntegral
- psyCeiling() - Method in interface coneforest.psylla.core.PsyRational
- psyCeiling() - Method in class coneforest.psylla.core.PsyReal
- psyCeiling() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyChangeFileAttribute(PsyString, PsyString, PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyChangeFilePermissions(PsyString, PsyInteger) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyClear() - Method in class coneforest.psylla.core.PsyArray
- psyClear() - Method in class coneforest.psylla.core.PsyBitArray
- psyClear() - Method in class coneforest.psylla.core.PsyBitSet
- psyClear() - Method in class coneforest.psylla.core.PsyBlockingQueue
- psyClear() - Method in interface coneforest.psylla.core.PsyClearable
-
Clear this object.
- psyClear() - Method in class coneforest.psylla.core.PsyDict
- psyClear() - Method in interface coneforest.psylla.core.PsyFormalDict
- psyClear() - Method in interface coneforest.psylla.core.PsyFormalSet
-
Removes all the elements from this set.
- psyClear() - Method in class coneforest.psylla.core.PsySet
- psyClear() - Method in class coneforest.psylla.core.PsyStringBuffer
- PsyClearable - Interface in coneforest.psylla.core
-
The representation of
clearable
, a type of objects that can be cleared (emptied) in some manner. - psyClearBit(PsyInteger) - Method in class coneforest.psylla.core.PsyBigInteger
- psyClearBit(PsyInteger) - Method in class coneforest.psylla.core.PsyBitArray
- psyClearBit(PsyInteger) - Method in interface coneforest.psylla.core.PsyBitwise
-
Returns a
bitwise
whose value is equivalent to this value with the designated bit cleared. - psyClearBit(PsyInteger) - Method in class coneforest.psylla.core.PsyInteger
- psyClone() - Method in class coneforest.psylla.core.PsyArray
- psyClone() - Method in class coneforest.psylla.core.PsyBitArray
- psyClone() - Method in class coneforest.psylla.core.PsyBitSet
- psyClone() - Method in class coneforest.psylla.core.PsyDict
- psyClone() - Method in interface coneforest.psylla.core.PsyFormalArray
- psyClone() - Method in interface coneforest.psylla.core.PsyFormalSet
- psyClone() - Method in interface coneforest.psylla.core.PsyObject
-
Returns a clone of this object.
- psyClone() - Method in class coneforest.psylla.core.PsyProc
- psyClone() - Method in class coneforest.psylla.core.PsySet
- psyClone() - Method in class coneforest.psylla.core.PsyStringBuffer
- psyClone() - Method in interface coneforest.psylla.core.PsyValue
-
Returns this object.
- psyClose() - Method in class coneforest.psylla.core.PsyBlockingQueue
- psyClose() - Method in interface coneforest.psylla.core.PsyCloseable
-
Closes this object.
- psyClose() - Method in interface coneforest.psylla.core.PsyFormalStream
-
Closes this
formalstream
. - psyClose() - Method in class coneforest.psylla.core.PsyInput
- psyClose() - Method in class coneforest.psylla.core.PsyOutput
- psyClose() - Method in class coneforest.psylla.core.PsyReader
- psyClose() - Method in class coneforest.psylla.core.PsyWriter
- PsyCloseable - Interface in coneforest.psylla.core
-
The representation of
closeable
, a type of objects that can be closed in some sense. - psyCmp(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Compares this
scalar
against givenscalar
and returns aninteger
indicating the result of the comparison. - PsyComplex - Class in coneforest.psylla.core
-
The representation of
complex
, a complex number. - PsyComplex(double) - Constructor for class coneforest.psylla.core.PsyComplex
- PsyComplex(double, double) - Constructor for class coneforest.psylla.core.PsyComplex
- PsyComplex(PsyRealNumeric) - Constructor for class coneforest.psylla.core.PsyComplex
- PsyComplex(PsyRealNumeric, PsyRealNumeric) - Constructor for class coneforest.psylla.core.PsyComplex
- psyConcat(PsyFormalStream<T>) - Method in interface coneforest.psylla.core.PsyFormalStream
- psyConcat(PsyString) - Method in class coneforest.psylla.core.PsyString
- psyConcat(T) - Method in interface coneforest.psylla.core.PsyConcatenable
-
Returns the
concatenable
result of concatenation of this object and specified object. - PsyConcatenable<T> - Interface in coneforest.psylla.core
-
The representation of
concatenable
, a type of object that is an operand of concatenation. - PsyConcurrentModificationException - Exception Class in coneforest.psylla.core
-
The representation of
concurrentmodification
error thrown when concurrent modification detected. - PsyConcurrentModificationException() - Constructor for exception class coneforest.psylla.core.PsyConcurrentModificationException
-
Constructs a new
exception
object with null as its detail message. - PsyConcurrentModificationException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyConcurrentModificationException
-
Constructs a new
exception
object with the specified cause. - psyCondition() - Method in class coneforest.psylla.core.PsyLock
-
Returns a
condition
object for use with this lock. - PsyCondition - Class in coneforest.psylla.core
-
The representation of
condition
. - PsyCondition(Condition) - Constructor for class coneforest.psylla.core.PsyCondition
-
Constructs a
condition
object that wraps given condition. - PsyConfigDict - Class in coneforest.psylla.core
- PsyConfigDict() - Constructor for class coneforest.psylla.core.PsyConfigDict
- psyConjugate() - Method in class coneforest.psylla.core.PsyComplex
-
Returns a
complex
representing the complex conjugate of this object. - PsyContainer<T> - Interface in coneforest.psylla.core
- psyContains(PsyInteger) - Method in class coneforest.psylla.core.PsyBitSet
- psyContains(PsyObject) - Method in class coneforest.psylla.core.PsySet
- psyContains(T) - Method in interface coneforest.psylla.core.PsyFormalSet
-
Returns a
boolean
object indicating whether a givenobject
belongs to this set. - PsyContext - Interface in coneforest.psylla.core
-
The representation of
context
, an execution context. - PsyConvertableToInteger - Interface in coneforest.psylla.core
- PsyConvertableToIntegral - Interface in coneforest.psylla.core
- PsyConvertableToRational - Interface in coneforest.psylla.core
- PsyConvertableToReal - Interface in coneforest.psylla.core
- psyCopyFile(PsyString, PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Copies a file to the target file.
- psyCos() - Method in class coneforest.psylla.core.PsyComplex
- psyCos() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
cosine of this object. - psyCos() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyCosh() - Method in class coneforest.psylla.core.PsyComplex
- psyCosh() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
hyperbolic cosine of this object. - psyCosh() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyCount() - Method in interface coneforest.psylla.core.PsyFormalStream
-
Returns the count of elements in this
formalstream
. - psyCreateDirectory(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Creates a new directory with the given name.
- psyCurrentContext() - Static method in interface coneforest.psylla.core.PsyContext
-
Returns the currently executing context.
- psyCurrentDirectory() - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Returns a
string
representing the absolute name of the current directory. - psyDelete(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyDelete(PsyString) - Method in interface coneforest.psylla.core.PsyFormalDict
- psyDelete(K) - Method in interface coneforest.psylla.core.PsyIndexed
-
Deletes a key or index and a value associated with it from this object.
- psyDeleteFile(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Deletes a file or empty directory with a given name.
- psyDenominator() - Method in class coneforest.psylla.core.PsyBigFraction
- psyDenominator() - Method in class coneforest.psylla.core.PsyFraction
- psyDenominator() - Method in interface coneforest.psylla.core.PsyIntegral
- psyDenominator() - Method in interface coneforest.psylla.core.PsyRational
-
Returns an
integral
denominator of this fraction. - psyDequeue() - Method in class coneforest.psylla.core.PsyBlockingQueue
- psyDequeue() - Method in interface coneforest.psylla.core.PsyFormalQueue
-
Removes and returns the head of this queue.
- PsyDict - Class in coneforest.psylla.core
-
The representation of
dict
, a dictionary. - PsyDict() - Constructor for class coneforest.psylla.core.PsyDict
-
Creates a new empty
dict
. - PsyDict(HashMap<String, PsyObject>) - Constructor for class coneforest.psylla.core.PsyDict
-
Creates a new
dict
wrapped around the given hash map. - PsyDictStackUnderflowException - Exception Class in coneforest.psylla.core
- PsyDictStackUnderflowException() - Constructor for exception class coneforest.psylla.core.PsyDictStackUnderflowException
-
Constructs a new
exception
object with null as its detail message. - PsyDirectoryNotEmptyException - Exception Class in coneforest.psylla.core
- PsyDirectoryNotEmptyException() - Constructor for exception class coneforest.psylla.core.PsyDirectoryNotEmptyException
-
Constructs a new
exception
object with null as its detail message. - PsyDirectoryNotEmptyException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyDirectoryNotEmptyException
-
Constructs a new
exception
object with the specified cause. - psyDistinct() - Method in interface coneforest.psylla.core.PsyFormalStream
-
Returns a stream consisting of the distinct elements of this stream.
- psyDiv(PsyNumeric) - Method in class coneforest.psylla.core.PsyComplex
- psyDiv(PsyNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyDiv(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyBigInteger
- psyDiv(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyInteger
- psyDiv(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRational
- psyDiv(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyReal
- psyDiv(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyDiv(T) - Method in interface coneforest.psylla.core.PsyMultiplicative
-
Returns a result of arithmetic division of this object by given object.
- psyEnqueue(PsyObject) - Method in class coneforest.psylla.core.PsyBlockingQueue
- psyEnqueue(T) - Method in interface coneforest.psylla.core.PsyFormalQueue
-
Inserts an element into this queue.
- psyEntries() - Method in interface coneforest.psylla.core.PsyFormalArray
- psyEntries() - Method in interface coneforest.psylla.core.PsyFormalDict
- psyEntries() - Method in interface coneforest.psylla.core.PsyIndexed
-
Returns an
iterable
enumeration of all the keys and values of this object. - PsyEnvironment - Class in coneforest.psylla.core
- PsyEnvironment(Map<String, String>) - Constructor for class coneforest.psylla.core.PsyEnvironment
- psyEq(PsyObject) - Method in class coneforest.psylla.core.PsyBitSet
- psyEq(PsyObject) - Method in class coneforest.psylla.core.PsyBoolean
- psyEq(PsyObject) - Method in class coneforest.psylla.core.PsyExecMark
- psyEq(PsyObject) - Method in class coneforest.psylla.core.PsyInteger
- psyEq(PsyObject) - Method in class coneforest.psylla.core.PsyMark
- psyEq(PsyObject) - Method in class coneforest.psylla.core.PsyNull
-
Returns a
boolean
indicating whether some other object is “equal to” this one. - psyEq(PsyObject) - Method in interface coneforest.psylla.core.PsyObject
-
Returns a
boolean
result of equality test of thisobject
and givenobject
. - psyEq(PsyObject) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyEq(PsyObject) - Method in interface coneforest.psylla.core.PsyTextual
- PsyErrorException - Exception Class in coneforest.psylla.core
- PsyErrorException() - Constructor for exception class coneforest.psylla.core.PsyErrorException
-
Constructs a new
exception
object with null as its detail message. - PsyErrorException(String) - Constructor for exception class coneforest.psylla.core.PsyErrorException
-
Constructs a new
exception
object with the specified detail message. - PsyErrorException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyErrorException
-
Constructs a new
exception
object with the specified cause. - psyEval(PsyContext) - Method in interface coneforest.psylla.core.PsyEvaluable
-
Evaluate this object in the current context.
- psyEval(PsyContext) - Method in class coneforest.psylla.core.PsyReader
- psyEval(PsyContext) - Method in interface coneforest.psylla.core.PsyTextual
- PsyEvaluable - Interface in coneforest.psylla.core
-
The representation of
evaluable
, an object that can be interpreted as the program. - PsyExecMark - Class in coneforest.psylla.core
- PsyExecutable - Interface in coneforest.psylla.core
- psyExp() - Method in class coneforest.psylla.core.PsyComplex
- psyExp() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
exponent of this object. - psyExp() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyExternal(PsyTextual) - Method in class coneforest.psylla.runtime.DynamicClassLoader
- psyExtract(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyExtract(PsyString) - Method in interface coneforest.psylla.core.PsyFormalDict
- psyExtract(K) - Method in interface coneforest.psylla.core.PsyIndexed
- psyExtractInterval(PsyInteger, PsyInteger) - Method in class coneforest.psylla.core.PsyArray
- psyExtractInterval(PsyInteger, PsyInteger) - Method in class coneforest.psylla.core.PsyBitArray
- psyExtractInterval(PsyInteger, PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyExtractInterval(PsyInteger, PsyInteger) - Method in class coneforest.psylla.core.PsyStringBuffer
- psyFileAbsolutePath(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Returns a
string
representing the absolute path to given file. - PsyFileAccessDeniedException - Exception Class in coneforest.psylla.core
-
The representation of the
ioerror
error thrown when a file system operation is denied, typically due to a file permission or other access check. - PsyFileAccessDeniedException() - Constructor for exception class coneforest.psylla.core.PsyFileAccessDeniedException
-
Constructs a new
exception
object with null as its detail message. - PsyFileAccessDeniedException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyFileAccessDeniedException
-
Constructs a new
exception
object with the specified cause. - psyFileAccessTime(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyFileAttribute(PsyString, PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyFileCreationTime(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyFileExists(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- PsyFileExistsException - Exception Class in coneforest.psylla.core
-
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. - PsyFileExistsException() - Constructor for exception class coneforest.psylla.core.PsyFileExistsException
-
Constructs a new
exception
object with null as its detail message. - PsyFileExistsException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyFileExistsException
-
Constructs a new
exception
object with the specified cause. - psyFileModifiedTime(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- PsyFileNotFoundException - Exception Class in coneforest.psylla.core
-
The representation of
filenotfound
error thrown when an attempt is made to access a file that does not exist. - PsyFileNotFoundException() - Constructor for exception class coneforest.psylla.core.PsyFileNotFoundException
-
Constructs a new
exception
object with null as its detail message. - PsyFileNotFoundException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyFileNotFoundException
-
Constructs a new
exception
object with the specified cause. - psyFilePermissions(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- PsyFileReader - Class in coneforest.psylla.core
-
The representation of
filereader
. - PsyFileReader(PsyTextual) - Constructor for class coneforest.psylla.core.PsyFileReader
- PsyFileReader(String) - Constructor for class coneforest.psylla.core.PsyFileReader
- psyFiles(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Returns a lazily populated stream, the elements of which are the entries in the directory.
- psyFileSize(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Returns the
integer
representing the size (in bytes) for the file or directory with the given name. - PsyFileSystem - Interface in coneforest.psylla.core
-
An utility class providing filesystem-related methods.
- PsyFileSystemErrorException - Exception Class in coneforest.psylla.core
- PsyFileSystemErrorException() - Constructor for exception class coneforest.psylla.core.PsyFileSystemErrorException
-
Constructs a new
exception
object with null as its detail message. - PsyFileSystemErrorException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyFileSystemErrorException
-
Constructs a new
exception
object with the specified cause. - PsyFileWriter - Class in coneforest.psylla.core
-
The representation of
filewriter
. - PsyFileWriter(PsyTextual) - Constructor for class coneforest.psylla.core.PsyFileWriter
- PsyFileWriter(String) - Constructor for class coneforest.psylla.core.PsyFileWriter
- psyFiltered(PsyExecutable, PsyContext) - Method in interface coneforest.psylla.core.PsyFormalStream
-
Returns a stream over elements of this stream that satisfies the given predicate.
- psyFind() - Method in class coneforest.psylla.core.PsyMatcher
- psyFlipBit(PsyInteger) - Method in class coneforest.psylla.core.PsyBigInteger
- psyFlipBit(PsyInteger) - Method in class coneforest.psylla.core.PsyBitArray
- psyFlipBit(PsyInteger) - Method in interface coneforest.psylla.core.PsyBitwise
-
Returns a
bitwise
whose value is equivalent to this value with the designated bit flipped. - psyFlipBit(PsyInteger) - Method in class coneforest.psylla.core.PsyInteger
- psyFloor() - Method in class coneforest.psylla.core.PsyBigFraction
- psyFloor() - Method in class coneforest.psylla.core.PsyFraction
- psyFloor() - Method in interface coneforest.psylla.core.PsyIntegral
- psyFloor() - Method in interface coneforest.psylla.core.PsyRational
- psyFloor() - Method in class coneforest.psylla.core.PsyReal
- psyFloor() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyFlush() - Method in interface coneforest.psylla.core.PsyFlushable
-
Flush this
flushable
. - psyFlush() - Method in class coneforest.psylla.core.PsyOutput
- psyFlush() - Method in class coneforest.psylla.core.PsyWriter
- PsyFlushable - Interface in coneforest.psylla.core
-
The representation of a
flushable
, an object that can be flushed in some sense. - psyForAll(PsyObject, PsyContext) - Method in interface coneforest.psylla.core.PsyFormalDict
- psyForAll(PsyObject, PsyContext) - Method in interface coneforest.psylla.core.PsyFormalStream
- psyForAll(PsyObject, PsyContext) - Method in interface coneforest.psylla.core.PsySequential
- psyForAll(PsyObject, PsyContext) - Method in interface coneforest.psylla.core.PsyStreamable
- PsyFormalArray<T> - Interface in coneforest.psylla.core
-
The representation of
formalarray
, an abstraction of an array composed ofobject
s. - PsyFormalDict<V> - Interface in coneforest.psylla.core
-
The representation of
formaldict
, an abstraction of a dictionary. - PsyFormalQueue<T> - Interface in coneforest.psylla.core
-
The representation of
formalqueue
, an abstraction of a queue ofobject
s. - PsyFormalSet<T> - Interface in coneforest.psylla.core
-
The representation of a
formalset
, an abstraction of a finite set ofobject
s. - PsyFormalStream<T> - Interface in coneforest.psylla.core
-
The representation of
formalstream
, an abstraction of the stream. - PsyFraction - Class in coneforest.psylla.core
-
The representation of
fraction
. - psyFromPolar(PsyRealNumeric, PsyRealNumeric) - Static method in class coneforest.psylla.core.PsyComplex
- psyGCD(PsyRational) - Method in class coneforest.psylla.core.PsyBigInteger
- psyGCD(PsyRational) - Method in interface coneforest.psylla.core.PsyIntegral
- psyGCD(PsyRational) - Method in interface coneforest.psylla.core.PsyRational
-
Returns a
rational
representing the greatest common divisor of this object and given object. - psyGe(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns a
boolean
object representing the result of “greater or equal” comparison of thisscalar
and a givenscalar
. - psyGet(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyGet(PsyString) - Method in interface coneforest.psylla.core.PsyFormalDict
- psyGet(K) - Method in interface coneforest.psylla.core.PsyIndexed
-
Returns the element with given key or index.
- psyGetAll(PsyIterable<K>) - Method in interface coneforest.psylla.core.PsyIndexed
- psyGetInterval(PsyInteger, PsyInteger) - Method in class coneforest.psylla.core.PsyArray
- psyGetInterval(PsyInteger, PsyInteger) - Method in class coneforest.psylla.core.PsyBitArray
- psyGetInterval(PsyInteger, PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyGetInterval(PsyInteger, PsyInteger) - Method in class coneforest.psylla.core.PsyStringBuffer
- psyGive(PsyObject) - Method in class coneforest.psylla.core.PsyBlockingQueue
- psyGive(T) - Method in interface coneforest.psylla.core.PsyFormalQueue
- psyGt(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns a
boolean
object representing the result of “greater” comparison of thisscalar
and a givenscalar
. - psyHardlink(PsyString, PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Creates a new link (directory entry) for an existing file.
- psyHashCode() - Method in interface coneforest.psylla.core.PsyObject
-
Returns an
integer
hash code for this object. - psyHypot(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyIdiv(PsyRational) - Method in class coneforest.psylla.core.PsyBigInteger
- psyIdiv(PsyRational) - Method in class coneforest.psylla.core.PsyInteger
- psyIdiv(PsyRational) - Method in interface coneforest.psylla.core.PsyIntegral
- psyIdiv(PsyRational) - Method in interface coneforest.psylla.core.PsyRational
-
Returns invalid input: 'the quotient of the integer division of this {@code rational} by the {@code rational} divisor. @param oRational the divisor. @throws PsyUndefinedResultException when the divisor is zero.'.
- psyImagPart() - Method in class coneforest.psylla.core.PsyComplex
-
Returns a
real
imaginary part of this object. - psyImport(PsyNamespace) - Method in class coneforest.psylla.core.PsyNamespace
- PsyIndexed<K,
V> - Interface in coneforest.psylla.core -
The representation of
indexed
, a type of the container whose elements are indexed. - psyIndexOfChar(PsyInteger, PsyInteger) - Method in interface coneforest.psylla.core.PsyTextual
- psyIndexOfSubstring(PsyTextual, PsyInteger) - Method in interface coneforest.psylla.core.PsyTextual
- PsyInput - Class in coneforest.psylla.core
-
The representation of
input
. - PsyInput(InputStream) - Constructor for class coneforest.psylla.core.PsyInput
- psyInsert(PsyInteger, T) - Method in interface coneforest.psylla.core.PsyFormalArray
-
Inserts the specified
object
into this array at the position specified by a giveninteger
index. - psyInsertAll(PsyInteger, PsyIterable<? extends PsyInteger>) - Method in class coneforest.psylla.core.PsyStringBuffer
- psyInsertAll(PsyInteger, PsyIterable<? extends T>) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyInstanceOf(PsyTextual) - Method in interface coneforest.psylla.core.PsyObject
- PsyInteger - Class in coneforest.psylla.core
-
The representation of
integer
. - PsyIntegral - Interface in coneforest.psylla.core
-
The representation of
integral
. - PsyInterruptException - Exception Class in coneforest.psylla.core
- PsyInterruptException() - Constructor for exception class coneforest.psylla.core.PsyInterruptException
-
Constructs a new
exception
object with null as its detail message. - psyIntersects(PsyFormalSet<? extends PsyInteger>) - Method in class coneforest.psylla.core.PsyBitSet
- psyIntersects(PsyFormalSet<? extends T>) - Method in interface coneforest.psylla.core.PsyFormalSet
-
Returns a
boolean
object indicating whether a givenformalset
set intersects with this set. - psyInUnicodeBlock(PsyTextual) - Method in class coneforest.psylla.core.PsyInteger
- PsyInvalidContextException - Exception Class in coneforest.psylla.core
- PsyInvalidContextException() - Constructor for exception class coneforest.psylla.core.PsyInvalidContextException
-
Constructs a new
exception
object with null as its detail message. - PsyInvalidExitException - Exception Class in coneforest.psylla.core
-
The representation of the
invalidexit
error thrown by theexit
operator when invoked outside the cyclic context. - PsyInvalidExitException() - Constructor for exception class coneforest.psylla.core.PsyInvalidExitException
-
Constructs a new
exception
object with null as its detail message. - PsyInvalidExternalException - Exception Class in coneforest.psylla.core
- PsyInvalidExternalException() - Constructor for exception class coneforest.psylla.core.PsyInvalidExternalException
-
Constructs a new
exception
object with null as its detail message. - PsyInvalidRegExpException - Exception Class in coneforest.psylla.core
- PsyInvalidRegExpException() - Constructor for exception class coneforest.psylla.core.PsyInvalidRegExpException
-
Constructs a new
exception
object with null as its detail message. - PsyInvalidRegExpException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyInvalidRegExpException
-
Constructs a new
exception
object with the specified cause. - PsyInvalidStateException - Exception Class in coneforest.psylla.core
-
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. - PsyInvalidStateException() - Constructor for exception class coneforest.psylla.core.PsyInvalidStateException
-
Constructs a new
exception
object with null as its detail message. - PsyIOErrorException - Exception Class in coneforest.psylla.core
-
The representation of the
ioerror
error thrown when I/O exception of some sort has occurred. - PsyIOErrorException() - Constructor for exception class coneforest.psylla.core.PsyIOErrorException
-
Constructs a new
exception
object with null as its detail message. - PsyIOErrorException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyIOErrorException
-
Constructs a new
exception
object with the specified cause. - psyIsDirectory(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyIsEmpty() - Method in interface coneforest.psylla.core.PsyLengthy
-
Returns a
boolean
indicating if this container is empty (has zero length). - psyIsFile(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyIsFull() - Method in interface coneforest.psylla.core.PsyBounded
-
Returns a
boolean
indicating whether this container is full. - psyIsSameFile(PsyString, PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyIsSymlink(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyIsZero() - Method in interface coneforest.psylla.core.PsyAdditive
-
Returns a
boolean
indicating whether this object represents a zero value. - PsyIterable<T> - Interface in coneforest.psylla.core
-
The representation of
iterable
, a type of an object that can be iterated over. - psyIterate(PsyObject, PsyExecutable, PsyContext) - Static method in class coneforest.psylla.core.PsyStream
- psyKeys() - Method in interface coneforest.psylla.core.PsyFormalArray
- psyKeys() - Method in interface coneforest.psylla.core.PsyFormalDict
- psyKeys() - Method in interface coneforest.psylla.core.PsyIndexed
-
Returns an
iterable
enumeration of all the keys of this object. - psyKnown(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyKnown(PsyString) - Method in interface coneforest.psylla.core.PsyFormalDict
- psyKnown(K) - Method in interface coneforest.psylla.core.PsyIndexed
-
Returns a
boolean
indicating whether given key or index exists in this object. - psyLCM(PsyIntegral) - Method in interface coneforest.psylla.core.PsyIntegral
-
Returns an
integral
representing the least common multiple of this object and given object. - psyLCM(PsyRational) - Method in interface coneforest.psylla.core.PsyRational
-
Returns a
rational
representing the least common multiplier of this object and given object. - psyLe(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns a
boolean
object representing the result of “less or equal” comparison of thisscalar
and a givenscalar
. - psyLength() - Method in interface coneforest.psylla.core.PsyLengthy
-
Returns an
integer
representing the length of this object. - psyLength() - Method in class coneforest.psylla.core.PsyString
- PsyLengthy - Interface in coneforest.psylla.core
-
The representation of
lengthy
, an object that has length in some sense. - PsyLimitCheckException - Exception Class in coneforest.psylla.core
-
The representation of the
limitcheck
error thrown when the system limits exceeded. - PsyLimitCheckException() - Constructor for exception class coneforest.psylla.core.PsyLimitCheckException
-
Constructs a new
exception
object with null as its detail message. - psyLimited(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalStream
-
Returns a
formalstream
consisting of the elements of thisformalstream
, truncated to be no longer than specified count in length. - Psylla - Class in coneforest.psylla.runtime
-
The Psylla interpreter launcher.
- Psylla(Psylla.PsyllaConfig) - Constructor for class coneforest.psylla.runtime.Psylla
- PsyllaScriptEngine - Class in coneforest.psylla.scripting
-
The Psylla language scripting engine.
- PsyllaScriptEngine(ScriptEngineFactory) - Constructor for class coneforest.psylla.scripting.PsyllaScriptEngine
- PsyllaScriptEngineFactory - Class in coneforest.psylla.scripting
-
The Psylla language scripting engine factory.
- PsyllaScriptEngineFactory() - Constructor for class coneforest.psylla.scripting.PsyllaScriptEngineFactory
- PsyllaTask - Class in coneforest.psylla.ant
-
The
psylla
Ant task. - PsyllaTask() - Constructor for class coneforest.psylla.ant.PsyllaTask
- PsyllaTask.Arg - Class in coneforest.psylla.ant
- PsyllaTest - Class in coneforest.psylla.ant
- PsyllaTest(String) - Constructor for class coneforest.psylla.ant.PsyllaTest
- PsyllaToolProvider - Class in coneforest.psylla.toolprovider
- PsyllaToolProvider() - Constructor for class coneforest.psylla.toolprovider.PsyllaToolProvider
- PsyllaUnitTask - Class in coneforest.psylla.ant
-
The
psyllaunit
Ant task. - PsyllaUnitTask() - Constructor for class coneforest.psylla.ant.PsyllaUnitTask
- PsyllaUnitTask.Arg - Class in coneforest.psylla.ant
- PsyllaUnitTask.Test - Class in coneforest.psylla.ant
- psyLoad(PsyTextual) - Method in interface coneforest.psylla.core.PsyContext
- psyLoad(PsyTextual) - Method in class coneforest.psylla.runtime.Interpreter
- PsyLock - Class in coneforest.psylla.core
-
The representation of
lock
. - PsyLock() - Constructor for class coneforest.psylla.core.PsyLock
- psyLog() - Method in class coneforest.psylla.core.PsyComplex
- psyLog() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
natural logarithm of this object. - psyLog() - Method in interface coneforest.psylla.core.PsyRealNumeric
- PsyLogical<T> - Interface in coneforest.psylla.core
-
The representation of
logical
, a type of object that is an operand of logical operation. - psyLowerCase() - Method in class coneforest.psylla.core.PsyString
-
Converts all of the characters in this object to lower case according to default locale and returns a new
string
object representing the result of the conversion. - psyLowerCase() - Method in class coneforest.psylla.core.PsyStringBuffer
- psyLowerCase() - Method in interface coneforest.psylla.core.PsyTextual
- psyLt(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns a
boolean
object representing the result of “less” comparison of thisscalar
and a givenscalar
. - psyMapped(PsyExecutable, PsyContext) - Method in interface coneforest.psylla.core.PsyFormalStream
- PsyMark - Class in coneforest.psylla.core
-
The
mark
object is used as a mark on the operand stack. - PsyMatcher - Class in coneforest.psylla.core
-
The representation of
matcher
. - PsyMatcher(PsyTextual, PsyRegExp) - Constructor for class coneforest.psylla.core.PsyMatcher
- psyMatches() - Method in class coneforest.psylla.core.PsyMatcher
- psyMax(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns the maximum of this
scalar
and givenscalar
. - psyMin(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns the minimum of this
scalar
and givenscalar
. - psyMod(PsyRational) - Method in class coneforest.psylla.core.PsyBigInteger
- psyMod(PsyRational) - Method in class coneforest.psylla.core.PsyInteger
- psyMod(PsyRational) - Method in interface coneforest.psylla.core.PsyIntegral
- psyMod(PsyRational) - Method in interface coneforest.psylla.core.PsyRational
-
Returns an
integral
representing this object modulo given modulus. - PsyModule - Class in coneforest.psylla.core
- PsyModule() - Constructor for class coneforest.psylla.core.PsyModule
- psyMul(PsyNumeric) - Method in class coneforest.psylla.core.PsyComplex
- psyMul(PsyNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyMul(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyBigInteger
- psyMul(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyInteger
- psyMul(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRational
- psyMul(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyReal
- psyMul(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyMul(T) - Method in interface coneforest.psylla.core.PsyMultiplicative
-
Returns a result of arithmetic multiplication of this number by given object.
- PsyMultiplicative<T> - Interface in coneforest.psylla.core
-
The representation of
multiplicative
, a type of object that is an operand of multiplicative operation. - PsyName - Class in coneforest.psylla.core
-
The representation of
name
. - PsyName(CharSequence) - Constructor for class coneforest.psylla.core.PsyName
-
Constructs a new
name
object with the given name. - PsyNamespace - Class in coneforest.psylla.core
-
The representation of
namespace
, a named dictionary. - PsyNamespace(String) - Constructor for class coneforest.psylla.core.PsyNamespace
- psyNe(PsyObject) - Method in interface coneforest.psylla.core.PsyObject
- psyNeg() - Method in interface coneforest.psylla.core.PsyAdditive
-
Returns the
additive
result of arithmetic negation of this object. - psyNeg() - Method in class coneforest.psylla.core.PsyBigInteger
- psyNeg() - Method in class coneforest.psylla.core.PsyComplex
- psyNeg() - Method in class coneforest.psylla.core.PsyInteger
- psyNeg() - Method in interface coneforest.psylla.core.PsyIntegral
- psyNeg() - Method in interface coneforest.psylla.core.PsyRational
- psyNeg() - Method in class coneforest.psylla.core.PsyReal
- psyNeg() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyNewEmpty() - Method in interface coneforest.psylla.core.PsyContainer
- psyNonZero() - Method in interface coneforest.psylla.core.PsyAdditive
-
Returns a
boolean
indicating whether this object represents a non-zero value. - psyNormalDeviate(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyRandom
- psyNot() - Method in class coneforest.psylla.core.PsyBigInteger
- psyNot() - Method in class coneforest.psylla.core.PsyBitArray
- psyNot() - Method in class coneforest.psylla.core.PsyBoolean
-
Returns a
boolean
result of boolean negation of this object. - psyNot() - Method in class coneforest.psylla.core.PsyInteger
- psyNot() - Method in interface coneforest.psylla.core.PsyLogical
-
Returns a result of logical negation of this object.
- PsyNotDirectoryException - Exception Class in coneforest.psylla.core
-
The representation of
notdirectory
error thrown when a file system operation, intended for a directory, fails because the file is not a directory. - PsyNotDirectoryException() - Constructor for exception class coneforest.psylla.core.PsyNotDirectoryException
-
Constructs a new
exception
object with null as its detail message. - PsyNotDirectoryException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyNotDirectoryException
-
Constructs a new
exception
object with the specified cause. - psyNotify() - Method in class coneforest.psylla.core.PsyCondition
- PsyNotImplementedException - Exception Class in coneforest.psylla.core
- PsyNotImplementedException() - Constructor for exception class coneforest.psylla.core.PsyNotImplementedException
-
Constructs a new
exception
object with null as its detail message. - PsyNotLinkException - Exception Class in coneforest.psylla.core
-
The representation of
notlink
error thrown when a file system operation, intended for a symlink, fails because the file is not a symlink. - PsyNotLinkException() - Constructor for exception class coneforest.psylla.core.PsyNotLinkException
-
Constructs a new
exception
object with null as its detail message. - PsyNotLinkException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyNotLinkException
-
Constructs a new
exception
object with the specified cause. - PsyNull - Class in coneforest.psylla.core
-
The representation of
null
, a type of a void placeholder. - psyNumerator() - Method in class coneforest.psylla.core.PsyBigFraction
- psyNumerator() - Method in class coneforest.psylla.core.PsyFraction
- psyNumerator() - Method in interface coneforest.psylla.core.PsyIntegral
- psyNumerator() - Method in interface coneforest.psylla.core.PsyRational
-
Returns an
integral
numerator of this fraction. - PsyNumeric - Interface in coneforest.psylla.core
-
The representation of
numeric
, an abstraction of complex and real numbers. - PsyObject - Interface in coneforest.psylla.core
-
The representation of an
object
, a generic Psylla object. - PsyOperator - Class in coneforest.psylla.core
-
The representation of
operator
. - psyOr(PsyBitArray) - Method in class coneforest.psylla.core.PsyBitArray
- psyOr(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
-
Returns a
boolean
result of boolean disjunction of this object and given object. - psyOr(PsyIntegral) - Method in class coneforest.psylla.core.PsyBigInteger
- psyOr(PsyIntegral) - Method in class coneforest.psylla.core.PsyInteger
- psyOr(T) - Method in interface coneforest.psylla.core.PsyLogical
-
Returns a result of logical disjunction of this object and given object.
- PsyOutput - Class in coneforest.psylla.core
-
The representation of
output
. - PsyOutput(OutputStream) - Constructor for class coneforest.psylla.core.PsyOutput
- psyPeeked(PsyExecutable, PsyContext) - Method in interface coneforest.psylla.core.PsyFormalStream
- psyPostChop() - Method in interface coneforest.psylla.core.PsyFormalArray
- psyPow(PsyNumeric) - Method in class coneforest.psylla.core.PsyComplex
- psyPow(PsyNumeric) - Method in interface coneforest.psylla.core.PsyNumeric
- psyPow(PsyNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyPow(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyPreChop() - Method in interface coneforest.psylla.core.PsyFormalArray
- psyPrepend(T) - Method in interface coneforest.psylla.core.PsyFormalArray
-
Inserts the specified
object
into this array at the beginning. - psyPrependAll(PsyIterable<? extends T>) - Method in interface coneforest.psylla.core.PsyFormalArray
- PsyProc - Class in coneforest.psylla.core
-
The representation of
proc
, a procedure. - PsyProc() - Constructor for class coneforest.psylla.core.PsyProc
-
Constructs a new empty
proc
. - PsyProcess - Class in coneforest.psylla.core
- PsyProcess(PsyFormalDict<PsyObject>) - Constructor for class coneforest.psylla.core.PsyProcess
- psyProcessError() - Method in class coneforest.psylla.core.PsyProcess
- psyProcessReader() - Method in class coneforest.psylla.core.PsyProcess
- psyProcessWriter() - Method in class coneforest.psylla.core.PsyProcess
- psyPut(PsyInteger, T) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyPut(PsyString, V) - Method in interface coneforest.psylla.core.PsyFormalDict
- psyPut(K, V) - Method in interface coneforest.psylla.core.PsyIndexed
-
Stores an element with given key or index.
- psyPutInterval(PsyInteger, PsyIterable<? extends PsyBoolean>) - Method in class coneforest.psylla.core.PsyBitArray
- psyPutInterval(PsyInteger, PsyIterable<? extends PsyInteger>) - Method in class coneforest.psylla.core.PsyStringBuffer
- psyPutInterval(PsyInteger, PsyIterable<? extends T>) - Method in interface coneforest.psylla.core.PsyFormalArray
- PsyRandom - Class in coneforest.psylla.core
-
The representation of
random
, a generator of pseudorandom objects. - PsyRandom() - Constructor for class coneforest.psylla.core.PsyRandom
- PsyRange - Class in coneforest.psylla.core
-
The representation of
range
. - PsyRange(PsyRealNumeric, PsyRealNumeric, PsyRealNumeric) - Constructor for class coneforest.psylla.core.PsyRange
- PsyRangeCheckException - Exception Class in coneforest.psylla.core
-
The representation of the
rangecheck
error thrown when the operand has the value outside the range acceptable for the operator. - PsyRangeCheckException() - Constructor for exception class coneforest.psylla.core.PsyRangeCheckException
-
Constructs a new
exception
object with null as its detail message. - PsyRangeCheckException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyRangeCheckException
-
Constructs a new
exception
object with the specified cause. - PsyRational - Interface in coneforest.psylla.core
-
The representation of
rational
. - psyRead() - Method in interface coneforest.psylla.core.PsyReadable
-
Read an
integer
character from this object and returns it. - PsyReadable - Interface in coneforest.psylla.core
-
The representation of
readable
, an object that can be treated as a source of characters to read from. - PsyReader - Class in coneforest.psylla.core
-
The representation of
reader
. - PsyReader(InputStream) - Constructor for class coneforest.psylla.core.PsyReader
-
Constructs a new
reader
object from the input stream. - PsyReader(Reader) - Constructor for class coneforest.psylla.core.PsyReader
-
Constructs a new
reader
object from the reader. - psyReadLine() - Method in class coneforest.psylla.core.PsyInput
- psyReadLine() - Method in interface coneforest.psylla.core.PsyReadable
-
Read a line (
string
) from this object and returns it. - psyReadLine() - Method in class coneforest.psylla.core.PsyReader
- psyReadLink(PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Returns the target of a symbolic link.
- psyReadString(PsyInteger) - Method in class coneforest.psylla.core.PsyInput
- psyReadString(PsyInteger) - Method in interface coneforest.psylla.core.PsyReadable
-
Read a
string
from this object and returns it. - psyReadString(PsyInteger) - Method in class coneforest.psylla.core.PsyReader
- psyReady() - Method in class coneforest.psylla.core.PsyInput
- psyReady() - Method in interface coneforest.psylla.core.PsyReadable
-
Returns a
boolean
object indicating whether this object is ready to be read. - psyReady() - Method in class coneforest.psylla.core.PsyReader
- psyReady() - Method in interface coneforest.psylla.core.PsyReady
- PsyReady - Interface in coneforest.psylla.core
-
The representation of
ready
, an object that can report its readiness for something. - PsyReal - Class in coneforest.psylla.core
-
The representation of
real
. - PsyReal(double) - Constructor for class coneforest.psylla.core.PsyReal
-
Creates a new
real
representing the specifieddouble
value. - PsyRealNumeric - Interface in coneforest.psylla.core
-
The representation of
realnumeric
, an abstraction of real number. - psyRealPart() - Method in class coneforest.psylla.core.PsyComplex
-
Returns a
real
real part of this object. - psyReciprocal() - Method in class coneforest.psylla.core.PsyComplex
- psyReciprocal() - Method in interface coneforest.psylla.core.PsyMultiplicative
-
Returns the multiplicative inverse of this object.
- psyReciprocal() - Method in interface coneforest.psylla.core.PsyRational
- psyReciprocal() - Method in class coneforest.psylla.core.PsyReal
- psyReduce(T, PsyExecutable, PsyContext) - Method in interface coneforest.psylla.core.PsyFormalStream
- PsyRegExp - Class in coneforest.psylla.core
-
The representation of
regexp
. - PsyRegExp(PsyString) - Constructor for class coneforest.psylla.core.PsyRegExp
-
Constructs a new
regexp
from the givenstring
. - PsyRegExp(CharSequence) - Constructor for class coneforest.psylla.core.PsyRegExp
-
Constructs a new
regexp
from the character sequence. - psyRemove(PsyInteger) - Method in class coneforest.psylla.core.PsyBitSet
- psyRemove(PsyObject) - Method in class coneforest.psylla.core.PsySet
- psyRemove(T) - Method in interface coneforest.psylla.core.PsyFormalSet
-
Removes an
object
from this set. - psyRemoveAll(PsyIterable<? extends PsyInteger>) - Method in class coneforest.psylla.core.PsyBitSet
- psyRemoveAll(PsyIterable<? extends T>) - Method in interface coneforest.psylla.core.PsyFormalSet
-
Removes all the
object
s in a giveniterable
enumeration from this set. - psyRenameFile(PsyString, PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
- psyReplaceAll(PsyTextual) - Method in class coneforest.psylla.core.PsyMatcher
- psyReplicate(PsyInteger) - Method in interface coneforest.psylla.core.PsyAppendable
- psyReplicate(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyReplicate(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalSet
- psyRequire(PsyTextual) - Method in interface coneforest.psylla.core.PsyContext
- psyRequire(PsyTextual) - Method in class coneforest.psylla.runtime.Interpreter
- psyReset() - Method in class coneforest.psylla.core.PsyInput
- psyReset() - Method in class coneforest.psylla.core.PsyMatcher
- psyReset() - Method in class coneforest.psylla.core.PsyReader
- psyReset() - Method in interface coneforest.psylla.core.PsyResetable
-
Reset this
resetable
object. - PsyResetable - Interface in coneforest.psylla.core
-
The representation of
resetable
, an object that can be reset in some manner. - psyRetainAll(PsyIterable<? extends T>) - Method in interface coneforest.psylla.core.PsyFormalSet
- psyReverse() - Method in interface coneforest.psylla.core.PsyFormalArray
- psyReverse() - Method in class coneforest.psylla.core.PsyStringBuffer
- psyRound() - Method in class coneforest.psylla.core.PsyBigFraction
- psyRound() - Method in interface coneforest.psylla.core.PsyIntegral
- psyRound() - Method in interface coneforest.psylla.core.PsyRational
- psyRound() - Method in class coneforest.psylla.core.PsyReal
- psyRound() - Method in interface coneforest.psylla.core.PsyRealNumeric
- PsyScalar<T> - Interface in coneforest.psylla.core
-
The representation of
scalar
, a type bringing total ordering to implementing Psylla type. - PsySecurityErrorException - Exception Class in coneforest.psylla.core
-
The representation of the
securityerror
error thrown by the security manager to indicate a security violation. - PsySecurityErrorException() - Constructor for exception class coneforest.psylla.core.PsySecurityErrorException
-
Constructs a new
exception
object with null as its detail message. - PsySecurityErrorException(Throwable) - Constructor for exception class coneforest.psylla.core.PsySecurityErrorException
-
Constructs a new
exception
object with the specified cause. - PsySequential<T> - Interface in coneforest.psylla.core
-
The representation of
sequential
. - PsySet - Class in coneforest.psylla.core
-
The representation of
set
. - PsySet() - Constructor for class coneforest.psylla.core.PsySet
-
Creates a new empty
set
object. - PsySet(HashSet<PsyObject>) - Constructor for class coneforest.psylla.core.PsySet
-
Creates a new
set
object wrapped around the given hash set. - psySetBit(PsyInteger) - Method in class coneforest.psylla.core.PsyBigInteger
- psySetBit(PsyInteger) - Method in class coneforest.psylla.core.PsyBitArray
- psySetBit(PsyInteger) - Method in interface coneforest.psylla.core.PsyBitwise
-
Returns a
bitwise
whose value is equivalent to this value with the designated bit set. - psySetBit(PsyInteger) - Method in class coneforest.psylla.core.PsyInteger
- psySetLength(PsyInteger) - Method in class coneforest.psylla.core.PsyArray
- psySetLength(PsyInteger) - Method in class coneforest.psylla.core.PsyBitArray
- psySetLength(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psySetLength(PsyInteger) - Method in class coneforest.psylla.core.PsyStringBuffer
- psySetSeed(PsyInteger) - Method in class coneforest.psylla.core.PsyRandom
-
Sets the seed of this
random
generator. - psySignum() - Method in class coneforest.psylla.core.PsyBigFraction
- psySignum() - Method in class coneforest.psylla.core.PsyBigInteger
- psySignum() - Method in class coneforest.psylla.core.PsyComplex
- psySignum() - Method in class coneforest.psylla.core.PsyFraction
- psySignum() - Method in class coneforest.psylla.core.PsyInteger
- psySignum() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
signum of this object. - psySignum() - Method in class coneforest.psylla.core.PsyReal
- psySin() - Method in class coneforest.psylla.core.PsyComplex
- psySin() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
sine of this object. - psySin() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psySinh() - Method in class coneforest.psylla.core.PsyComplex
- psySinh() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
hyperbolic sine of this object. - psySinh() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psySkip(PsyInteger) - Method in class coneforest.psylla.core.PsyInput
- psySkip(PsyInteger) - Method in interface coneforest.psylla.core.PsyReadable
-
Skips characters.
- psySkip(PsyInteger) - Method in class coneforest.psylla.core.PsyReader
- psySkipped(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalStream
-
Returns a
formalstream
consisting of the remaining elements of thisformalstream
after discarding the first oCount elements of the stream. - psySlice(PsyIterable<PsyInteger>) - Method in class coneforest.psylla.core.PsyArray
- psySlice(PsyIterable<PsyInteger>) - Method in class coneforest.psylla.core.PsyBitArray
- psySlice(PsyIterable<PsyInteger>) - Method in interface coneforest.psylla.core.PsyFormalArray
- psySlice(PsyIterable<PsyInteger>) - Method in class coneforest.psylla.core.PsyStringBuffer
- psySlice(PsyIterable<PsyString>) - Method in class coneforest.psylla.core.PsyDict
- psySlice(PsyIterable<PsyString>) - Method in class coneforest.psylla.core.PsyEnvironment
- psySlice(PsyIterable<PsyString>) - Method in interface coneforest.psylla.core.PsyFormalDict
- psySlice(PsyIterable<K>) - Method in interface coneforest.psylla.core.PsyIndexed
-
Returns a container of the same type as this object consisting of keys or indices from given
iterable
and of associated values. - psySort(PsyProc, PsyContext) - Method in class coneforest.psylla.core.PsyArray
-
Sorts this list according to the order induced by the specified comparator.
- psySorted(PsyExecutable, PsyContext) - Method in interface coneforest.psylla.core.PsyFormalStream
- psySplit(PsyRegExp) - Method in interface coneforest.psylla.core.PsyTextual
- psySqrt() - Method in class coneforest.psylla.core.PsyComplex
- psySqrt() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
square root of this object. - psySqrt() - Method in interface coneforest.psylla.core.PsyRealNumeric
- PsyStackUnderflowException - Exception Class in coneforest.psylla.core
-
The representation of the
stackunderflow
error thrown when the operand stack contains fewer operands than the operator expects. - PsyStackUnderflowException() - Constructor for exception class coneforest.psylla.core.PsyStackUnderflowException
-
Constructs a new
exception
object with null as its detail message. - psyStatus() - Method in class coneforest.psylla.core.PsyProcess
- psyStream() - Method in class coneforest.psylla.core.PsyArray
- psyStream() - Method in class coneforest.psylla.core.PsyBitSet
- psyStream() - Method in class coneforest.psylla.core.PsyBlockingQueue
- psyStream() - Method in class coneforest.psylla.core.PsyDict
- psyStream() - Method in interface coneforest.psylla.core.PsyFormalStream
- psyStream() - Method in interface coneforest.psylla.core.PsyIterable
- psyStream() - Method in class coneforest.psylla.core.PsySet
- psyStream() - Method in interface coneforest.psylla.core.PsyStreamable
- PsyStream - Class in coneforest.psylla.core
-
The representation of
stream
. - PsyStreamable<T> - Interface in coneforest.psylla.core
-
The representation of
streamable
, an object that provide stream of something. - PsyString - Class in coneforest.psylla.core
-
The representation of
string
, an immutable string. - PsyString(PsyTextual) - Constructor for class coneforest.psylla.core.PsyString
-
Instantiate a new
string
object from the value given astextual
object. - PsyString(CharSequence) - Constructor for class coneforest.psylla.core.PsyString
-
Instantiate a new
string
object from the given value. - PsyStringBuffer - Class in coneforest.psylla.core
-
An implementation of
stringbuffer
. - PsyStringBuffer() - Constructor for class coneforest.psylla.core.PsyStringBuffer
-
Creates a new empty
stringbuffer
object. - PsyStringBuffer(String) - Constructor for class coneforest.psylla.core.PsyStringBuffer
-
Creates a new
stringbuffer
object whose buffer is initialized from string. - PsyStringBuffer(StringBuilder) - Constructor for class coneforest.psylla.core.PsyStringBuffer
-
Creates a new
string
object with the supplied buffer. - PsyStringReader - Class in coneforest.psylla.core
-
An implementation of
stringreader
, a character stream whose source is astring
. - PsyStringReader(PsyString) - Constructor for class coneforest.psylla.core.PsyStringReader
-
Creates a new
stringreader
object. - PsyStringReader(String) - Constructor for class coneforest.psylla.core.PsyStringReader
-
Creates a new
stringreader
object. - PsyStringWriter - Class in coneforest.psylla.core
-
The representation of
stringwriter
. - PsyStringWriter(PsyStringBuffer) - Constructor for class coneforest.psylla.core.PsyStringWriter
-
Creates a new
stringwriter
object. - psySub(PsyNumeric) - Method in class coneforest.psylla.core.PsyComplex
- psySub(PsyNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psySub(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyBigInteger
- psySub(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyInteger
- psySub(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRational
- psySub(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyReal
- psySub(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psySub(T) - Method in interface coneforest.psylla.core.PsyAdditive
-
Returns the
additive
result of arithmetic subtraction of specified object from this object. - psySymlink(PsyString, PsyString) - Static method in interface coneforest.psylla.core.PsyFileSystem
-
Creates a symbolic link to a target.
- psySyntax() - Method in interface coneforest.psylla.core.PsyObject
-
Returns a syntactic representation of this object as a
name
. - PsySyntaxErrorException - Exception Class in coneforest.psylla.core
-
The representation of
syntaxerror
error thrown when syntax error occured. - PsySyntaxErrorException() - Constructor for exception class coneforest.psylla.core.PsySyntaxErrorException
-
Constructs a new
exception
object with null as its detail message. - PsySyntaxErrorException(Throwable) - Constructor for exception class coneforest.psylla.core.PsySyntaxErrorException
-
Constructs a new
exception
object with the specified cause. - PsySystemDict - Class in coneforest.psylla.core
- PsySystemDict() - Constructor for class coneforest.psylla.core.PsySystemDict
- psyTake() - Method in class coneforest.psylla.core.PsyBlockingQueue
- psyTake() - Method in interface coneforest.psylla.core.PsyFormalQueue
- psyTan() - Method in class coneforest.psylla.core.PsyComplex
- psyTan() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
tangent of this object. - psyTan() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyTanh() - Method in class coneforest.psylla.core.PsyComplex
- psyTanh() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the
numeric
hyperbolic tangent of this object. - psyTanh() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyTestBit(PsyInteger) - Method in class coneforest.psylla.core.PsyBigInteger
- psyTestBit(PsyInteger) - Method in class coneforest.psylla.core.PsyBitArray
- psyTestBit(PsyInteger) - Method in interface coneforest.psylla.core.PsyBitwise
-
Returns a
boolean
indicating if the designated bit is set. - psyTestBit(PsyInteger) - Method in class coneforest.psylla.core.PsyInteger
- PsyTextual - Interface in coneforest.psylla.core
-
The representation of
textual
, a basic type of mutable and immutable strings. - psyTime() - Static method in interface coneforest.psylla.core.PsyTime
-
Returns an
integer
object representing the current time (in milliseconds since 1970.01.01 00:00:00 GMT). - PsyTime - Interface in coneforest.psylla.core
-
An utility class providing time-related methods.
- psyToArray() - Method in interface coneforest.psylla.core.PsyIterable
- psyToInteger() - Method in interface coneforest.psylla.core.PsyConvertableToInteger
- psyToInteger() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyToInteger() - Method in interface coneforest.psylla.core.PsyTextual
- psyToIntegral() - Method in class coneforest.psylla.core.PsyBigFraction
- psyToIntegral() - Method in interface coneforest.psylla.core.PsyConvertableToIntegral
- psyToIntegral() - Method in interface coneforest.psylla.core.PsyIntegral
- psyToIntegral() - Method in interface coneforest.psylla.core.PsyRational
- psyToIntegral() - Method in class coneforest.psylla.core.PsyReal
- psyToIntegral() - Method in interface coneforest.psylla.core.PsyTextual
- psyToRational() - Method in interface coneforest.psylla.core.PsyConvertableToRational
- psyToRational() - Method in interface coneforest.psylla.core.PsyRational
- psyToRational() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyToRational() - Method in interface coneforest.psylla.core.PsyTextual
- psyToReal() - Method in interface coneforest.psylla.core.PsyConvertableToReal
- psyToReal() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyToReal() - Method in interface coneforest.psylla.core.PsyTextual
- psyToString() - Method in interface coneforest.psylla.core.PsyObject
-
Returns a
string
representing this object. - psyToString() - Method in interface coneforest.psylla.core.PsyTextual
- psyToStringBuffer() - Method in interface coneforest.psylla.core.PsyObject
-
Returns a
stringbuffer
representing this object. - psyToStringBuffer() - Method in class coneforest.psylla.core.PsyString
- psyToStringBuffer() - Method in class coneforest.psylla.core.PsyStringBuffer
- psyType() - Method in interface coneforest.psylla.core.PsyObject
- PsyType<T> - Interface in coneforest.psylla.core
-
The representation of
type
. - PsyTypeCheckException - Exception Class in coneforest.psylla.core
-
The representation of the
typecheck
error thrown when the operand has the type that is unexpected for the operator. - PsyTypeCheckException() - Constructor for exception class coneforest.psylla.core.PsyTypeCheckException
-
Constructs a new
exception
object with null as its detail message. - PsyTypeCheckException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyTypeCheckException
-
Constructs a new
exception
object with the specified cause. - psyUndef(PsyString) - Method in interface coneforest.psylla.core.PsyFormalDict
-
Deletes a key and associated value from this dictionary.
- PsyUndefinedException - Exception Class in coneforest.psylla.core
-
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. - PsyUndefinedException() - Constructor for exception class coneforest.psylla.core.PsyUndefinedException
-
Constructs a new
exception
object with null as its detail message. - PsyUndefinedException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyUndefinedException
-
Constructs a new
exception
object with the specified cause. - PsyUndefinedResultException - Exception Class in coneforest.psylla.core
-
The representation of the
undefinedresult
error thrown when a result of an operation is meaningless. - PsyUndefinedResultException() - Constructor for exception class coneforest.psylla.core.PsyUndefinedResultException
-
Constructs a new
exception
object with null as its detail message. - psyUniformBoolean() - Method in class coneforest.psylla.core.PsyRandom
- psyUniformDeviate(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyRandom
- psyUnite(PsyTextual) - Method in interface coneforest.psylla.core.PsyIterable
- PsyUnmatchedMarkException - Exception Class in coneforest.psylla.core
-
The representation of the
unmatchedmark
error thrown when a mark expected not on the operand stack. - PsyUnmatchedMarkException() - Constructor for exception class coneforest.psylla.core.PsyUnmatchedMarkException
-
Constructs a new
exception
object with null as its detail message. - PsyUnregisteredException - Exception Class in coneforest.psylla.core
- PsyUnregisteredException() - Constructor for exception class coneforest.psylla.core.PsyUnregisteredException
-
Constructs a new
exception
object with null as its detail message. - PsyUnsupportedException - Exception Class in coneforest.psylla.core
- PsyUnsupportedException() - Constructor for exception class coneforest.psylla.core.PsyUnsupportedException
-
Constructs a new
exception
object with null as its detail message. - PsyUnsupportedException(Throwable) - Constructor for exception class coneforest.psylla.core.PsyUnsupportedException
-
Constructs a new
exception
object with the specified cause. - psyUpperCase() - Method in class coneforest.psylla.core.PsyString
-
Converts all of the characters in this object to upper case according to default locale and returns a new
string
object representing the result of the conversion. - psyUpperCase() - Method in class coneforest.psylla.core.PsyStringBuffer
- psyUpperCase() - Method in interface coneforest.psylla.core.PsyTextual
- PsyValue - Interface in coneforest.psylla.core
-
The representation of
value
, a type of immutable objects. - psyValues() - Method in interface coneforest.psylla.core.PsyFormalArray
- psyValues() - Method in interface coneforest.psylla.core.PsyIndexed
-
Returns an
iterable
enumeration of all the values of this object. - psyWait() - Method in class coneforest.psylla.core.PsyCondition
-
Causes the current context to wait until it is notified or interrupted.
- psyWhere(PsyTextual) - Method in interface coneforest.psylla.core.PsyContext
- PsyWritable - Interface in coneforest.psylla.core
-
The representation of
writable
, an object that can be treated as sink for characters. - psyWrite(PsyInteger) - Method in interface coneforest.psylla.core.PsyWritable
-
Writes an
integer
character to this object. - psyWrite(PsyInteger) - Method in class coneforest.psylla.core.PsyWriter
- PsyWriter - Class in coneforest.psylla.core
-
The representation of
writer
. - PsyWriter(Writer) - Constructor for class coneforest.psylla.core.PsyWriter
-
Constructs a new
writer
object wrapping the given writer. - psyWriteString(PsyString) - Method in interface coneforest.psylla.core.PsyWritable
-
Writes a
string
string of characters to this object. - psyWriteString(PsyString) - Method in class coneforest.psylla.core.PsyWriter
- psyXor(PsyBitArray) - Method in class coneforest.psylla.core.PsyBitArray
- psyXor(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
-
Returns a
boolean
result of boolean exclusive disjunction of this object and given object. - psyXor(PsyIntegral) - Method in class coneforest.psylla.core.PsyBigInteger
- psyXor(PsyIntegral) - Method in class coneforest.psylla.core.PsyInteger
- psyXor(T) - Method in interface coneforest.psylla.core.PsyLogical
-
Returns a result of logical exclusive disjunction of this object and given object.
- push(E) - Method in class coneforest.psylla.runtime.Stack
-
Pushes an element to this stack.
- pushOptional(Optional<? extends PsyObject>) - Method in class coneforest.psylla.runtime.OperandStack
- put(int, PsyBoolean) - Method in class coneforest.psylla.core.PsyBitArray
- put(int, PsyInteger) - Method in class coneforest.psylla.core.PsyStringBuffer
- put(int, PsyObject) - Method in class coneforest.psylla.core.PsyArray
- put(int, T) - Method in interface coneforest.psylla.core.PsyFormalArray
- put(String, PsyObject) - Method in class coneforest.psylla.core.PsyDict
- put(String, PsyString) - Method in class coneforest.psylla.core.PsyEnvironment
- put(String, V) - Method in interface coneforest.psylla.core.PsyFormalDict
Q
- QUANTIFIER_PLURAL - Static variable in interface coneforest.psylla.runtime.Globs
-
The character denoting plural quantifier ('*').
- QUANTIFIER_SINGULAR - Static variable in interface coneforest.psylla.runtime.Globs
-
The character denoting singular quantifier ('?').
- quit() - Method in interface coneforest.psylla.core.PsyContext
- quit() - Method in class coneforest.psylla.runtime.Interpreter
R
- rationalValue() - Method in interface coneforest.psylla.core.PsyRational
- rationalValue() - Method in class coneforest.psylla.core.PsyReal
- rationalValue() - Method in interface coneforest.psylla.core.PsyRealNumeric
- read() - Method in class coneforest.psylla.core.PsyInput
- read() - Method in interface coneforest.psylla.core.PsyReadable
-
Reads a single character.
- read() - Method in class coneforest.psylla.core.PsyReader
- reader() - Method in class coneforest.psylla.core.PsyReader
-
Returns the
Reader
object backed by this object. - realValue() - Method in class coneforest.psylla.core.PsyComplex
- realValue() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the real part of this object.
- realValue() - Method in interface coneforest.psylla.core.PsyRealNumeric
- repl() - Method in interface coneforest.psylla.core.PsyContext
- repl() - Method in class coneforest.psylla.runtime.Interpreter
- resolve(String) - Static method in interface coneforest.psylla.runtime.TypeResolver
-
Resolves the type name.
- rollback() - Method in class coneforest.psylla.runtime.OperandStack
- run(PrintWriter, PrintWriter, String...) - Method in class coneforest.psylla.toolprovider.PsyllaToolProvider
S
- setClassPath(String) - Method in class coneforest.psylla.ant.PsyllaTask
-
Set the class path.
- setClassPath(String[]) - Method in class coneforest.psylla.runtime.Interpreter
- setConsoleEncoding(String) - Method in class coneforest.psylla.ant.PsyllaTask
-
Set the console encoding.
- setConsoleEncoding(String) - Static method in class coneforest.psylla.runtime.Psylla
- setEmitter(PsyObject) - Method in exception class coneforest.psylla.core.PsyErrorException
-
Set the emitter for this
error
. - setEnvironment(Map<String, String>) - Method in class coneforest.psylla.runtime.Interpreter
- setErrorWriter(Writer) - Method in class coneforest.psylla.runtime.Interpreter
-
Sets the interpreter’s standard error writer.
- setEval(String) - Method in class coneforest.psylla.ant.PsyllaTask
-
Set the eval string.
- setHaltonerror(boolean) - Method in class coneforest.psylla.ant.PsyllaUnitTask
- setHaltonfailure(boolean) - Method in class coneforest.psylla.ant.PsyllaUnitTask
- setLibraryPath(String) - Method in class coneforest.psylla.ant.PsyllaTask
-
Set the library path.
- setLibraryPath(String[]) - Method in class coneforest.psylla.runtime.Interpreter
- setLocale(String) - Method in class coneforest.psylla.ant.PsyllaTask
-
Set the locale.
- setLocale(String) - Static method in class coneforest.psylla.runtime.Psylla
- setName(String) - Method in class coneforest.psylla.ant.PsyllaUnitTask.Test
- setRandomSeed(Long) - Method in class coneforest.psylla.runtime.Interpreter
-
Reseeds the interpreter’s standard pseudorandom generator, using the given seed.
- setReader(Reader) - Method in class coneforest.psylla.runtime.Interpreter
-
Sets the interpreter’s standard reader.
- setScript(File) - Method in class coneforest.psylla.ant.PsyllaTask
-
Set the script.
- setScriptName(String) - Method in class coneforest.psylla.runtime.Interpreter
- setShellArguments(String[]) - Method in class coneforest.psylla.runtime.Interpreter
- setSize(int) - Method in class coneforest.psylla.runtime.Stack
-
Truncate this stack to the specified size.
- setStacks(OperandStack, ExecutionStack, DictStack) - Method in exception class coneforest.psylla.core.PsyErrorException
-
Set the cloned copies of operand, execution and dictionary stacks.
- setStopped(boolean) - Method in interface coneforest.psylla.core.PsyContext
-
Sets the stopped flag to the specified value.
- setStopped(boolean) - Method in class coneforest.psylla.runtime.Interpreter
- setTimeout(Integer) - Method in class coneforest.psylla.ant.PsyllaTask
-
Set the timeout.
- setValue(String) - Method in class coneforest.psylla.ant.PsyllaTask.Arg
- setValue(String) - Method in class coneforest.psylla.ant.PsyllaUnitTask.Arg
- setWriter(Writer) - Method in class coneforest.psylla.runtime.Interpreter
-
Sets the interpreter’s standard writer.
- showStacks() - Method in interface coneforest.psylla.core.PsyContext
- showStacks() - Method in class coneforest.psylla.runtime.Interpreter
- Stack<E> - Class in coneforest.psylla.runtime
-
Base class for interpreter’s stacks.
- Stack() - Constructor for class coneforest.psylla.runtime.Stack
-
Constructs an empty stack with an initial capacity of ten.
- start() - Method in class coneforest.psylla.runtime.Psylla
- stop_() - Method in interface coneforest.psylla.core.PsyContext
- stop_() - Method in class coneforest.psylla.runtime.Interpreter
- STOP_MARK - Static variable in class coneforest.psylla.core.PsyExecMark
- store(PsyTextual, PsyObject) - Method in class coneforest.psylla.runtime.DictStack
- stream() - Method in interface coneforest.psylla.core.PsyFormalStream
- stream() - Method in class coneforest.psylla.core.PsyRange
- stream() - Method in class coneforest.psylla.core.PsyStream
- stringPropertyNames() - Static method in class coneforest.psylla.runtime.Config
-
Returns an unmodifiable set of property names.
- stringValue() - Method in class coneforest.psylla.core.PsyString
-
Returns a string value of this object.
- stringValue() - Method in class coneforest.psylla.core.PsyStringBuffer
- stringValue() - Method in interface coneforest.psylla.core.PsyTextual
-
Returns a string value of this object.
- systemDict() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the system dictionary.
- systemDict() - Method in class coneforest.psylla.runtime.Interpreter
T
- test() - Method in class coneforest.psylla.ant.PsyllaTest
- Test() - Constructor for class coneforest.psylla.ant.PsyllaUnitTask.Test
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBigFraction
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBigInteger
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBitArray
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBitSet
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBoolean
-
Returns a string
false
ortrue
depending on this object value. - toSyntaxString() - Method in class coneforest.psylla.core.PsyComplex
- toSyntaxString() - Method in interface coneforest.psylla.core.PsyContext
- toSyntaxString() - Method in interface coneforest.psylla.core.PsyFormalArray
- toSyntaxString() - Method in interface coneforest.psylla.core.PsyFormalDict
- toSyntaxString() - Method in interface coneforest.psylla.core.PsyFormalSet
- toSyntaxString() - Method in class coneforest.psylla.core.PsyFraction
- toSyntaxString() - Method in class coneforest.psylla.core.PsyInteger
- toSyntaxString() - Method in class coneforest.psylla.core.PsyName
- toSyntaxString() - Method in class coneforest.psylla.core.PsyNamespace
- toSyntaxString() - Method in class coneforest.psylla.core.PsyNull
-
Returns a string
"null"
. - toSyntaxString() - Method in interface coneforest.psylla.core.PsyObject
-
Returns the syntactic representation of this object.
- toSyntaxString() - Method in class coneforest.psylla.core.PsyOperator
-
Returns a syntactic string representation of this operator.
- toSyntaxString() - Method in class coneforest.psylla.core.PsyProc
- toSyntaxString() - Method in class coneforest.psylla.core.PsyRange
- toSyntaxString() - Method in class coneforest.psylla.core.PsyReal
- toSyntaxString() - Method in class coneforest.psylla.core.PsyRegExp
- toSyntaxString() - Method in class coneforest.psylla.core.PsyString
-
Returns a syntactic representation of this object’s value.
- toSyntaxString() - Method in class coneforest.psylla.core.PsyStringBuffer
- toSyntaxStringHelper(Set<PsyContainer<? extends PsyObject>>) - Method in interface coneforest.psylla.core.PsyContainer
- toSyntaxStringHelper(Set<PsyContainer<? extends PsyObject>>) - Method in interface coneforest.psylla.core.PsyFormalArray
- toSyntaxStringHelper(Set<PsyContainer<? extends PsyObject>>) - Method in interface coneforest.psylla.core.PsyFormalDict
- toSyntaxStringHelper(Set<PsyContainer<? extends PsyObject>>) - Method in interface coneforest.psylla.core.PsyFormalSet
- toSyntaxStringHelper(Set<PsyContainer<? extends PsyObject>>) - Method in class coneforest.psylla.core.PsyProc
- TRUE - Static variable in class coneforest.psylla.core.PsyBoolean
-
A
boolean
constant, representing true. - TWO - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the number 2. - TWO - Static variable in class coneforest.psylla.core.PsyReal
-
The number two.
- Type - Annotation Interface in coneforest.psylla.runtime
-
Annotates the Psylla types attaching the name to the type.
- TypeHierarchyBuilder - Class in coneforest.psylla.processors
- TypeHierarchyBuilder() - Constructor for class coneforest.psylla.processors.TypeHierarchyBuilder
- TypeMetadataCollector - Class in coneforest.psylla.processors
- TypeMetadataCollector() - Constructor for class coneforest.psylla.processors.TypeMetadataCollector
- typeName() - Method in interface coneforest.psylla.core.PsyObject
-
Returns a string representation of this
object
’s type name. - TypeResolver - Interface in coneforest.psylla.runtime
-
The type resolver.
U
- undef(String) - Method in class coneforest.psylla.core.PsyDict
- undef(String) - Method in class coneforest.psylla.core.PsyEnvironment
- undef(String) - Method in interface coneforest.psylla.core.PsyFormalDict
- unlock() - Method in class coneforest.psylla.core.PsyLock
-
Releases the lock.
- userDict() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the user dictionary.
- userDict() - Method in class coneforest.psylla.runtime.Interpreter
V
- value() - Element in annotation interface coneforest.psylla.runtime.ErrorType
-
Returns the error name.
- value() - Element in annotation interface coneforest.psylla.runtime.Operator
- value() - Element in annotation interface coneforest.psylla.runtime.OperatorType
-
Returns the operator’s name.
- value() - Element in annotation interface coneforest.psylla.runtime.Type
-
Returns the name under which the type is visible to the Psylla interpreter.
- Version - Interface in coneforest.psylla.runtime
-
Methods for obtaining version information.
W
- where(PsyString) - Method in class coneforest.psylla.runtime.DictStack
- where(String) - Method in class coneforest.psylla.runtime.DictStack
- write(int) - Method in class coneforest.psylla.core.PsyOutput
- write(PsyInteger) - Method in class coneforest.psylla.core.PsyOutput
- writer() - Method in class coneforest.psylla.core.PsyWriter
-
Returns the underlying writer.
Z
- ZERO - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the number 0. - ZERO - Static variable in class coneforest.psylla.core.PsyReal
-
The number zero.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form