Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(T) - Method in interface coneforest.psylla.ContextAction.Consumer
- accept(T1, T2) - Method in interface coneforest.psylla.ContextAction.BiConsumer
- accept(T1, T2, T3) - Method in interface coneforest.psylla.ContextAction.TriConsumer
- adjustBeginLineColumn(int, int) - Method in class coneforest.psylla.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- apply(T) - Method in interface coneforest.psylla.ContextAction.Function
- apply(T) - Method in interface coneforest.psylla.ContextAction.OptionalFunction
- apply(T1, T2) - Method in interface coneforest.psylla.ContextAction.BiFunction
- apply(T1, T2, T3) - Method in interface coneforest.psylla.ContextAction.TriFunction
- Arg() - Constructor for class coneforest.psylla.tools.ant.Psylla.Arg
- Arg() - Constructor for class coneforest.psylla.tools.ant.PsyllaUnit.Arg
- ARGV - Static variable in class coneforest.psylla.engine.PsyllaScriptEngine
- asBinaryOperator(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
- asComparator(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
- asConsumer(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
- asFunction(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
- asPredicate(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
-
Rerurns a
Predicate
view of this object. - asSupplier(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
- asUnaryOperator(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
B
- backup(int) - Method in class coneforest.psylla.SimpleCharStream
-
Backup a number of characters.
- banner() - Method in class coneforest.psylla.Interpreter
-
Returns the Psylla banner.
- Base64Codec - Class in coneforest.psylla.tools.ant
-
A codec for encoding and decoding objects using the Base64 encoding scheme.
- Base64Codec() - Constructor for class coneforest.psylla.tools.ant.Base64Codec
- begin(PsyFormalDict) - Method in class coneforest.psylla.DictStack
- beginColumn - Variable in class coneforest.psylla.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class coneforest.psylla.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class coneforest.psylla.SimpleCharStream
-
Start.
- 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.
- bufpos - Variable in class coneforest.psylla.SimpleCharStream
-
Position in buffer.
C
- capacity() - Method in class coneforest.psylla.core.PsyBlockingQueue
- capacity() - Method in interface coneforest.psylla.core.PsyBounded
-
Returns the capacity of this container.
- classLoader() - Method in class coneforest.psylla.Interpreter
- ClassLoader - Class in coneforest.psylla
- ClassLoader() - Constructor for class coneforest.psylla.ClassLoader
- clearBackup() - Method in class coneforest.psylla.OperandStack
- clone() - Method in class coneforest.psylla.DictStack
- CLOSE_BRACE - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- cmp(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyBigInteger
- cmp(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyInteger
- cmp(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRational
- cmp(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyReal
- cmp(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- COMMAND - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- COMMAND_UNQUALIFIED - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- COMMENT - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- COMMENT_MULTILINE - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- COMMENT_ONELINE - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- coneforest.psylla - module coneforest.psylla
-
The Psylla language interpreter and core.
- coneforest.psylla - package coneforest.psylla
-
The Psylla language interpreter.
- coneforest.psylla.core - package coneforest.psylla.core
-
The Psylla language core types.
- coneforest.psylla.engine - package coneforest.psylla.engine
-
Integration with Java scripting API (JSR 223).
- coneforest.psylla.tools - module coneforest.psylla.tools
-
The Psylla language tools.
- coneforest.psylla.tools.ant - package coneforest.psylla.tools.ant
- coneforest.psylla.tools.processors - package coneforest.psylla.tools.processors
- coneforest.psylla.tools.toolprovider - package coneforest.psylla.tools.toolprovider
-
The Psylla tool provider.
- Config - Class in coneforest.psylla
-
Methods for obtaining configuration properties stored in the
Config.properties
resource. - ContextAction - Interface in coneforest.psylla
- ContextAction.BiConsumer<T1 extends PsyObject,
T2 extends PsyObject> - Interface in coneforest.psylla - ContextAction.BiFunction<T1 extends PsyObject,
T2 extends PsyObject> - Interface in coneforest.psylla - ContextAction.Consumer<T extends PsyObject> - Interface in coneforest.psylla
- ContextAction.Function<T extends PsyObject> - Interface in coneforest.psylla
- ContextAction.OptionalFunction<T extends PsyObject> - Interface in coneforest.psylla
- ContextAction.Supplier - Interface in coneforest.psylla
- ContextAction.TriConsumer<T1 extends PsyObject,
T2 extends PsyObject, T3 extends PsyObject> - Interface in coneforest.psylla - ContextAction.TriFunction<T1 extends PsyObject,
T2 extends PsyObject, T3 extends PsyObject> - Interface in coneforest.psylla - convert(Class<PsyString>) - Method in interface coneforest.psylla.core.PsyObject
- createArg() - Method in class coneforest.psylla.tools.ant.Psylla
- createArg() - Method in class coneforest.psylla.tools.ant.PsyllaUnit
- createBindings() - Method in class coneforest.psylla.engine.PsyllaScriptEngine
- createTest() - Method in class coneforest.psylla.tools.ant.PsyllaUnit
- currentDict() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the current dictionary (the topmost on the dictionary stack).
- currentDict() - Method in class coneforest.psylla.Interpreter
- currentLoopLevel() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the topmost execution level at the loop stack or
-1
if the loop stack is empty. - currentLoopLevel() - Method in class coneforest.psylla.Interpreter
- currentNamespace() - Method in class coneforest.psylla.DictStack
- currentNamespace() - Method in class coneforest.psylla.Interpreter
-
Returns the current namespace.
- currentStopLevel() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the topmost execution level at the stop stack or
-1
if the stop stack is empty. - currentStopLevel() - Method in class coneforest.psylla.Interpreter
- currentToken - Variable in exception coneforest.psylla.ParseException
-
This is the last token that has been consumed successfully.
D
- data() - Static method in class coneforest.psylla.tools.ant.PsyllaTest
- debugStream - Variable in class coneforest.psylla.ParserTokenManager
-
Debug output.
- decode(String) - Static method in class coneforest.psylla.tools.ant.Base64Codec
-
Returns an object decoded from a Base64-encoded representation.
- DEFAULT - Static variable in interface coneforest.psylla.ParserConstants
-
Lexical state.
- 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
- delete(int) - Method in class coneforest.psylla.core.PsyString
- dictStack() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the dictionary stack.
- dictStack() - Method in class coneforest.psylla.Interpreter
- DictStack - Class in coneforest.psylla
-
An interpreter’s dictionary stack.
- DictStack() - Constructor for class coneforest.psylla.DictStack
-
Creates a new dictionary stack with two dictionaries in it (system and user dictionaries).
- DIGIT - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- disable_tracing() - Method in class coneforest.psylla.Parser
-
Disable tracing.
- Done() - Method in class coneforest.psylla.SimpleCharStream
-
Reset buffer when finished.
- 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
E
- E - Static variable in class coneforest.psylla.core.PsyReal
- enable_tracing() - Method in class coneforest.psylla.Parser
-
Enable tracing.
- encode(Object) - Static method in class coneforest.psylla.tools.ant.Base64Codec
-
Returns a Base64-encoded representation of an object.
- end() - Method in class coneforest.psylla.DictStack
- endColumn - Variable in class coneforest.psylla.Token
-
The column number of the last character of this Token.
- endLine - Variable in class coneforest.psylla.Token
-
The line number of the last character of this Token.
- ensureSize(int) - Method in class coneforest.psylla.OperandStack
- EOF - Static variable in interface coneforest.psylla.ParserConstants
-
End of File.
- 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.PsyName
-
Returns a
boolean
object indicating whether some other object is “equal to” this one. - equals(Object) - Method in class coneforest.psylla.core.PsyReal
- equals(Object) - Method in class coneforest.psylla.core.PsyString
- errorDict() - Method in class coneforest.psylla.Interpreter
- ErrorType - Annotation Interface in coneforest.psylla
- eval(Reader, ScriptContext) - Method in class coneforest.psylla.engine.PsyllaScriptEngine
- eval(String, ScriptContext) - Method in class coneforest.psylla.engine.PsyllaScriptEngine
- execLevel() - Method in interface coneforest.psylla.core.PsyContext
- execLevel() - Method in class coneforest.psylla.Interpreter
- execute() - Method in class coneforest.psylla.tools.ant.Psylla
- execute() - Method in class coneforest.psylla.tools.ant.PsyllaUnit
- execute(PsyContext) - Method in class coneforest.psylla.core.PsyCommand
- 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 context of the interpreter.
- executionStack() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the execution stack.
- executionStack() - Method in class coneforest.psylla.Interpreter
- ExecutionStack - Class in coneforest.psylla
-
An interpreter’s execution stack.
- ExecutionStack() - Constructor for class coneforest.psylla.ExecutionStack
- expectedTokenSequences - Variable in exception coneforest.psylla.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- 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.PsyString
F
- FALSE - Static variable in class coneforest.psylla.core.PsyBoolean
-
A
boolean
constant, representing false. - findClass(String) - Method in class coneforest.psylla.ClassLoader
- findMarkPosition() - Method in class coneforest.psylla.OperandStack
- fork() - Method in interface coneforest.psylla.core.PsyContext
- fork() - Method in class coneforest.psylla.Interpreter
- format(String, Object...) - Static method in class coneforest.psylla.Messages
G
- generateParseException() - Method in class coneforest.psylla.Parser
-
Generate ParseException.
- get() - Method in interface coneforest.psylla.ContextAction.Supplier
- 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
- get(int) - Method in class coneforest.psylla.core.PsyString
- get(String) - Method in class coneforest.psylla.core.PsyDict
- 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.engine.PsyllaScriptEngine
- get(String) - Method in class coneforest.psylla.NamespacePool
- getBacked(int) - Method in class coneforest.psylla.OperandStack
- getBeginColumn() - Method in class coneforest.psylla.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class coneforest.psylla.SimpleCharStream
-
Get token beginning line number.
- getBitSet() - Method in class coneforest.psylla.core.PsyBitSet
- getBuffer() - Method in class coneforest.psylla.core.PsyString
-
Returns the buffer.
- getCode() - Static method in class coneforest.psylla.Version
-
Returns the version encoded as a string.
- getColumn() - Method in class coneforest.psylla.SimpleCharStream
-
Deprecated.
- getEmitter() - Method in exception coneforest.psylla.core.PsyErrorException
- getEndColumn() - Method in class coneforest.psylla.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class coneforest.psylla.SimpleCharStream
-
Get token end line number.
- getEngineName() - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getEngineVersion() - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getExtensions() - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getFactory() - Method in class coneforest.psylla.engine.PsyllaScriptEngine
- getId() - Method in interface coneforest.psylla.core.PsyContext
- GetImage() - Method in class coneforest.psylla.SimpleCharStream
-
Get token literal value.
- getInput() - Method in class coneforest.psylla.core.PsyInput
- getLanguageName() - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
-
Returns a name of a language.
- getLanguageVersion() - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getLine() - Method in class coneforest.psylla.SimpleCharStream
-
Deprecated.
- getMajor() - Static method in class coneforest.psylla.Version
-
Returns the major version number.
- getMessage() - Method in error coneforest.psylla.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethodCallSyntax(String, String, String...) - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getMicro() - Static method in class coneforest.psylla.Version
-
Returns the micro version number.
- getMimeTypes() - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getMinor() - Static method in class coneforest.psylla.Version
-
Returns the minor version number.
- getName() - Method in exception coneforest.psylla.core.PsyErrorException
- getName() - Method in class coneforest.psylla.core.PsyOperator
-
Returns a name of this operator.
- getName() - Method in class coneforest.psylla.tools.ant.PsyllaUnit.Test
- getNames() - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getNextToken() - Method in class coneforest.psylla.Parser
-
Get the next Token.
- getNextToken() - Method in class coneforest.psylla.ParserTokenManager
-
Get the next Token.
- getOutput() - Method in class coneforest.psylla.core.PsyOutput
- getOutputStatement(String) - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getParameter(String) - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getPath(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- getPattern() - Method in class coneforest.psylla.core.PsyRegExp
- getPrefix() - Method in class coneforest.psylla.core.PsyOperator
- getProgram(String...) - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
- getProperty(String) - Static method in class coneforest.psylla.Config
-
Returns the value associated with the given name.
- getReleaseType() - Static method in class coneforest.psylla.Version
-
Get the release type.
- getScriptEngine() - Method in class coneforest.psylla.engine.PsyllaScriptEngineFactory
-
Returns an engine.
- getSimpleName() - Method in class coneforest.psylla.core.PsyOperator
- getStopped() - Method in interface coneforest.psylla.core.PsyContext
- getStopped() - Method in class coneforest.psylla.Interpreter
- getString(String) - Static method in class coneforest.psylla.Messages
- GetSuffix(int) - Method in class coneforest.psylla.SimpleCharStream
-
Get the suffix.
- getSupportedOptions() - Method in class coneforest.psylla.tools.processors.TypeHierarchyBuilder
- getSupportedOptions() - Method in class coneforest.psylla.tools.processors.TypeMetadataCollector
- getTabSize() - Method in class coneforest.psylla.SimpleCharStream
- getToken(int) - Method in class coneforest.psylla.Parser
-
Get the specific Token.
- getValue() - Method in class coneforest.psylla.Token
-
An optional attribute value of the Token.
- getValue() - Method in class coneforest.psylla.tools.ant.Psylla.Arg
- getValue() - Method in class coneforest.psylla.tools.ant.PsyllaUnit.Arg
- getVersion() - Static method in class coneforest.psylla.Version
-
Returns the version string.
- Globs - Class in coneforest.psylla
-
Support for shell-like glob patterns.
- Globs() - Constructor for class coneforest.psylla.Globs
H
- handleExecutionStack(int) - Method in interface coneforest.psylla.core.PsyContext
- handleExecutionStack(int) - Method in class coneforest.psylla.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.PsyName
- hashCode() - Method in class coneforest.psylla.core.PsyReal
- hashCode() - Method in class coneforest.psylla.core.PsyString
- HEXDIGIT - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
I
- I - Static variable in class coneforest.psylla.core.PsyComplex
- image - Variable in class coneforest.psylla.Token
-
The string image of the token.
- imagValue() - Method in class coneforest.psylla.core.PsyComplex
- imagValue() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns the real part of this object.
- imagValue() - Method in interface coneforest.psylla.core.PsyRealNumeric
- IMMEDIATE - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- init(ProcessingEnvironment) - Method in class coneforest.psylla.tools.processors.TypeHierarchyBuilder
- init(ProcessingEnvironment) - Method in class coneforest.psylla.tools.processors.TypeMetadataCollector
- insert(int, PsyBoolean) - Method in class coneforest.psylla.core.PsyBitArray
- insert(int, PsyInteger) - Method in class coneforest.psylla.core.PsyString
- 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. - INTEGRAL - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- INTEGRAL_BIN - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- INTEGRAL_CHR - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- INTEGRAL_DEC - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- INTEGRAL_DEC_UNSIGNED - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- INTEGRAL_HEX - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- INTEGRAL_OCT - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- interpret(PsyReader) - Method in interface coneforest.psylla.core.PsyContext
- interpret(PsyReader) - Method in class coneforest.psylla.Interpreter
- interpret(Reader) - Method in class coneforest.psylla.Interpreter
- interpret(String) - Method in class coneforest.psylla.Interpreter
- interpretBraced(PsyReader) - Method in interface coneforest.psylla.core.PsyContext
- interpretBraced(PsyReader) - Method in class coneforest.psylla.Interpreter
- Interpreter - Class in coneforest.psylla
-
An interpreter.
- Interpreter() - Constructor for class coneforest.psylla.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
- INVALID_LEXICAL_STATE - Static variable in error coneforest.psylla.TokenMgrError
-
Tried to change to an invalid lexical state.
- invoke(PsyContext) - Method in class coneforest.psylla.core.PsyCommand
- invoke(PsyContext) - Method in exception coneforest.psylla.core.PsyErrorException
- invoke(PsyContext) - Method in interface coneforest.psylla.core.PsyExecutable
- 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 object in the context of the interpreter 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
-
Returns a boolean indicating if this container is empty (has zero length).
- 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.
- 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.PsySet
- iterator() - Method in interface coneforest.psylla.core.PsyTextual
J
- jj_nt - Variable in class coneforest.psylla.Parser
-
Next token.
- jjnewLexState - Static variable in class coneforest.psylla.ParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class coneforest.psylla.ParserTokenManager
-
Token literal values.
- join() - Method in interface coneforest.psylla.core.PsyContext
- join() - Method in class coneforest.psylla.Psylla
- join(long) - Method in class coneforest.psylla.Psylla
K
- kind - Variable in class coneforest.psylla.Token
-
An integer that describes the kind of this token.
- known(String) - Method in class coneforest.psylla.core.PsyDict
- 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.Psylla
- launch(PrintWriter, PrintWriter, String...) - Static method in class coneforest.psylla.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 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.PsyString
- length() - Method in interface coneforest.psylla.core.PsyTextual
- LETTER - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- LEXICAL_ERROR - Static variable in error coneforest.psylla.TokenMgrError
-
Lexical error occurred.
- lexStateNames - Static variable in class coneforest.psylla.ParserTokenManager
-
Lexer state names.
- LINE_SEPARATOR - Static variable in class coneforest.psylla.core.PsyReader
-
Line separator string.
- LITERAL - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- load(PsyTextual) - Method in class coneforest.psylla.DictStack
- load(String) - Method in class coneforest.psylla.DictStack
- load(String) - Method in class coneforest.psylla.Interpreter
- loadLibraryResource(String) - Method in class coneforest.psylla.Interpreter
- loadType(String) - Method in class coneforest.psylla.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_DETECTED - Static variable in error coneforest.psylla.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
M
- main(String[]) - Static method in class coneforest.psylla.Psylla
- MARK - Static variable in class coneforest.psylla.core.PsyMark
-
The sole
mark
object. - matches(String, String) - Static method in class coneforest.psylla.Globs
- matches(String, String, char, char) - Static method in class coneforest.psylla.Globs
- 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
- Messages - Class in coneforest.psylla
- Messages() - Constructor for class coneforest.psylla.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
- MINUS_I - Static variable in class coneforest.psylla.core.PsyComplex
- MINUS_ONE - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the number −1. - MINUS_ONE - Static variable in interface coneforest.psylla.core.PsyIntegral
- MINUS_ONE - Static variable in class coneforest.psylla.core.PsyReal
N
- name() - Method in class coneforest.psylla.tools.toolprovider.PsyllaToolProvider
- NAME - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- NAME_QUOTED - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- NAME_SLASHED - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- NAME_SPECIAL_CHAR - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- namespacePool() - Method in interface coneforest.psylla.core.PsyContext
-
Returns the namespace pool.
- namespacePool() - Method in class coneforest.psylla.Interpreter
- NamespacePool - Class in coneforest.psylla
- NamespacePool() - Constructor for class coneforest.psylla.NamespacePool
- NAN - Static variable in class coneforest.psylla.core.PsyReal
- newToken(int) - Static method in class coneforest.psylla.Token
- newToken(int, String) - Static method in class coneforest.psylla.Token
-
Returns a new Token object, by default.
- next - Variable in class coneforest.psylla.Token
-
A reference to the next regular (non-special) token from the input stream.
- 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
- 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
- ofBiConsumer(ContextAction.BiConsumer<T1, T2>) - Static method in interface coneforest.psylla.ContextAction
- ofBiFunction(ContextAction.BiFunction<T1, T2>) - Static method in interface coneforest.psylla.ContextAction
- ofConsumer(ContextAction.Consumer<T>) - Static method in interface coneforest.psylla.ContextAction
- ofFunction(ContextAction.Function<T>) - Static method in interface coneforest.psylla.ContextAction
- ofOptionalFunction(ContextAction.OptionalFunction<T>) - Static method in interface coneforest.psylla.ContextAction
- ofSupplier(ContextAction.Supplier) - Static method in interface coneforest.psylla.ContextAction
- ofTriConsumer(ContextAction.TriConsumer<T1, T2, T3>) - Static method in interface coneforest.psylla.ContextAction
- ofTriFunction(ContextAction.TriFunction<T1, T2, T3>) - Static method in interface coneforest.psylla.ContextAction
- ONE - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the number 1. - ONE - Static variable in interface coneforest.psylla.core.PsyIntegral
- ONE - Static variable in class coneforest.psylla.core.PsyReal
- OP_HANDLEERROR - Static variable in class coneforest.psylla.core.PsyErrorDict
- OPEN_BRACE - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- operandStack() - Method in interface coneforest.psylla.core.PsyContext
- operandStack() - Method in class coneforest.psylla.Interpreter
-
Returns the operand stack.
- OperandStack - Class in coneforest.psylla
-
An interpreter’s operand stack.
- OperandStack() - Constructor for class coneforest.psylla.OperandStack
- operandStackBacked(int) - Method in interface coneforest.psylla.core.PsyContext
- operandStackBacked(int) - Method in class coneforest.psylla.Interpreter
- Operator - Annotation Interface in coneforest.psylla
- OperatorType - Annotation Interface in coneforest.psylla
P
- ParseException - Exception in coneforest.psylla
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception coneforest.psylla.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(Token, int[][], String[]) - Constructor for exception coneforest.psylla.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(String) - Constructor for exception coneforest.psylla.ParseException
-
Constructor with message.
- parseLiteral(String) - Static method in interface coneforest.psylla.core.PsyIntegral
- parseLiteral(String) - Static method in class coneforest.psylla.core.PsyName
- parseLiteral(String) - Static method in interface coneforest.psylla.core.PsyRational
- parseLiteral(String) - Static method in class coneforest.psylla.core.PsyReal
- parseLiteral(String) - Static method in class coneforest.psylla.core.PsyRegExp
- parseLiteral(String) - Static method in class coneforest.psylla.core.PsyString
- Parser - Class in coneforest.psylla
- Parser(PsyReader) - Constructor for class coneforest.psylla.Parser
- Parser(ParserTokenManager) - Constructor for class coneforest.psylla.Parser
-
Constructor with generated Token Manager.
- Parser(InputStream) - Constructor for class coneforest.psylla.Parser
-
Constructor with InputStream.
- Parser(InputStream, String) - Constructor for class coneforest.psylla.Parser
-
Constructor with InputStream and supplied encoding
- Parser(Reader) - Constructor for class coneforest.psylla.Parser
-
Constructor.
- ParserConstants - Interface in coneforest.psylla
-
Token literal values and constants.
- ParserTokenManager - Class in coneforest.psylla
-
Token Manager.
- ParserTokenManager(SimpleCharStream) - Constructor for class coneforest.psylla.ParserTokenManager
-
Constructor.
- ParserTokenManager(SimpleCharStream, int) - Constructor for class coneforest.psylla.ParserTokenManager
-
Constructor.
- peek() - Method in class coneforest.psylla.Stack
-
Returns the topmost of this stack without popping it.
- perform(PsyContext) - Method in interface coneforest.psylla.ContextAction
- perform(PsyContext) - Method in class coneforest.psylla.core.PsyOperator
- PI - Static variable in class coneforest.psylla.core.PsyReal
- PLURAL_PATTERN - Static variable in class coneforest.psylla.Globs
-
The
'*'
character. - pop() - Method in class coneforest.psylla.Stack
-
Pops and returns the topmost element of this stack.
- popLoopLevel() - Method in interface coneforest.psylla.core.PsyContext
-
Removes the execution level from the loop stack and returns this level or
-1
if the loop stack is empty. - popLoopLevel() - Method in class coneforest.psylla.Interpreter
- popOperands(int) - Method in class coneforest.psylla.OperandStack
- popStopLevel() - Method in interface coneforest.psylla.core.PsyContext
-
Removes the execution level from the stop stack and returns this level or
-1
if the stop stack is empty. - popStopLevel() - Method in class coneforest.psylla.Interpreter
- prefix() - Method in class coneforest.psylla.core.PsyNamespace
-
Returns the namespace prefix.
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class coneforest.psylla.tools.processors.TypeHierarchyBuilder
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class coneforest.psylla.tools.processors.TypeMetadataCollector
- ProcStack - Class in coneforest.psylla
-
An interpreter’s procedure stack.
- ProcStack() - Constructor for class coneforest.psylla.ProcStack
- prompt() - Method in class coneforest.psylla.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
scos
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_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_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 class 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.PsyFormalStream
-
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 class 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 class 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 class 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 class 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_FILEACCESSTIME - Static variable in class coneforest.psylla.core.PsyFileSystem
-
Context action of the
fileaccesstime
operator. - PSY_FILEATTRIBUTE - Static variable in class coneforest.psylla.core.PsyFileSystem
-
Context action of the
fileattribute
operator. - PSY_FILECREATIONTIME - Static variable in class coneforest.psylla.core.PsyFileSystem
-
Context action of the
filecreationtime
operator. - PSY_FILEEXISTS - Static variable in class coneforest.psylla.core.PsyFileSystem
-
Context action of the
fileexists
operator. - PSY_FILEMODIFIEDTIME - Static variable in class coneforest.psylla.core.PsyFileSystem
-
Context action of the
filemodifiedtime
operator. - PSY_FILEPERMISSIONS - Static variable in class 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 class coneforest.psylla.core.PsyFileSystem
-
Context action of the
files
operator. - PSY_FILESIZE - Static variable in class 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_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.PsyIntegral
-
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 class 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.PsyIntegral
-
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 class 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 class 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 class coneforest.psylla.core.PsyFileSystem
-
Context action of the
issamefile
operator. - PSY_ISSYMLINK - Static variable in class 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.PsyIntegral
-
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.PsyIntegral
-
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 class 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 class 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_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.PsyString
-
Context action of the
string
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 class 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 class 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_TONAME - Static variable in interface coneforest.psylla.core.PsyObject
-
Context action of the
toname
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_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 a
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 a
numeric
representing the 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 an
additive
representing the result of arithmetic addition of given object to this object. - PsyAdditive<T extends PsyAdditive> - Interface in coneforest.psylla.core
-
The representation of
additive
, a type of object that is an operand of arithmetic operation. - psyAnd(PsyBitArray) - Method in class coneforest.psylla.core.PsyBitArray
- psyAnd(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
-
Returns a 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.PsyString
- 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 extends PsyObject> - 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 extends PsyArithmetic> - 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
-
Creates a new empty
array
. - PsyArray(ArrayList<PsyObject>) - Constructor for class coneforest.psylla.core.PsyArray
-
Creates 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 a
numeric
representing the 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 a
numeric
representing the arc tangent of this object. - psyAtan() - Method in interface coneforest.psylla.core.PsyRealNumeric
- PsyAtomic - Interface in coneforest.psylla.core
-
The representation of
atomic
, a type of immutable objects. - PsyBigFraction - Class in coneforest.psylla.core
-
The representation of
bigfraction
. - PsyBigInteger - Class in coneforest.psylla.core
-
The representation of
biginteger
. - PsyBigInteger(long) - Constructor for class coneforest.psylla.core.PsyBigInteger
- PsyBigInteger(PsyInteger) - Constructor for class coneforest.psylla.core.PsyBigInteger
- PsyBigInteger(String) - Constructor for class coneforest.psylla.core.PsyBigInteger
- PsyBigInteger(BigInteger) - Constructor for class coneforest.psylla.core.PsyBigInteger
- psyBinarySearch(PsyObject, PsyProc, PsyContext) - Method in class coneforest.psylla.core.PsyArray
- 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 extends PsyBitwise> - 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 class coneforest.psylla.core.PsyTime
- psyCalendarTime(PsyFormalDict) - Static method in class coneforest.psylla.core.PsyTime
- psyCapacity() - Method in interface coneforest.psylla.core.PsyBounded
-
Returns the
integer
capacity of this container. - 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 a
numeric
representing the 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(PsyTextual, PsyTextual, PsyObject) - Static method in class coneforest.psylla.core.PsyFileSystem
- psyChangeFilePermissions(PsyTextual, PsyInteger) - Static method in class 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.PsyString
- 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.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.PsyString
- 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(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
- psyCmp(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyBigFraction
- psyCmp(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyFraction
- psyCmp(PsyRealNumeric) - Method in class coneforest.psylla.core.PsyInteger
- psyCmp(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyCmp(PsyTextual) - Method in interface coneforest.psylla.core.PsyTextual
- psyCmp(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Compares this object against given object and returns an
integer
indicating the result of the comparison. - PsyCommand - Class in coneforest.psylla.core
-
The representation of
command
. - PsyCommand(CharSequence) - Constructor for class coneforest.psylla.core.PsyCommand
-
Creates a new
command
object with the given name. - PsyComplex - Class in coneforest.psylla.core
-
The representation of
complex
. - 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
- PsyConcurrentModificationException - Exception in coneforest.psylla.core
- PsyConcurrentModificationException() - Constructor for exception coneforest.psylla.core.PsyConcurrentModificationException
- 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 extends PsyObject> - 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
- PsyConvertableToReal - Interface in coneforest.psylla.core
- psyCopyFile(PsyTextual, PsyTextual) - Static method in class 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 a
numeric
representing the 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 a
numeric
representing the 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(PsyTextual) - Static method in class 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 class coneforest.psylla.core.PsyFileSystem
-
Returns a
name
representing the absolute name of the current directory. - psyDelete(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyDelete(PsyTextual) - 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(PsyTextual) - Static method in class 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 in coneforest.psylla.core
- PsyDictStackUnderflowException() - Constructor for exception coneforest.psylla.core.PsyDictStackUnderflowException
- PsyDirectoryNotEmptyException - Exception in coneforest.psylla.core
- PsyDirectoryNotEmptyException() - Constructor for exception coneforest.psylla.core.PsyDirectoryNotEmptyException
- psyDistinct() - Method in interface coneforest.psylla.core.PsyFormalStream
- 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. - psyEq(PsyObject) - Method in class coneforest.psylla.core.PsyBitSet
- psyEq(PsyObject) - Method in class coneforest.psylla.core.PsyBoolean
-
Returns a result of equality test of this object and given object.
- 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
- psyEq(PsyObject) - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyEq(PsyObject) - Method in interface coneforest.psylla.core.PsyTextual
- PsyErrorDict - Class in coneforest.psylla.core
- PsyErrorDict() - Constructor for class coneforest.psylla.core.PsyErrorDict
- PsyErrorException - Exception in coneforest.psylla.core
- PsyErrorException() - Constructor for exception coneforest.psylla.core.PsyErrorException
- psyEval() - Method in interface coneforest.psylla.core.PsyEvaluable
-
Evaluate this object in the current context.
- psyEval() - Method in class coneforest.psylla.core.PsyReader
- psyEval() - 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. - PsyExecutable - Interface in coneforest.psylla.core
- psyExp() - Method in class coneforest.psylla.core.PsyComplex
- psyExp() - Method in interface coneforest.psylla.core.PsyNumeric
-
Returns a
numeric
representing the exponent of this object. - psyExp() - Method in interface coneforest.psylla.core.PsyRealNumeric
- psyExternal(PsyTextual) - Method in class coneforest.psylla.ClassLoader
- psyExtract(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyExtract(PsyTextual) - 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.PsyString
- psyFileAbsolutePath(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
-
Returns a
name
representing the absolute path to given file. - PsyFileAccessDeniedException - Exception in coneforest.psylla.core
- PsyFileAccessDeniedException() - Constructor for exception coneforest.psylla.core.PsyFileAccessDeniedException
- psyFileAccessTime(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- psyFileAttribute(PsyTextual, PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- psyFileCreationTime(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- psyFileExists(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- PsyFileExistsException - Exception in coneforest.psylla.core
- PsyFileExistsException() - Constructor for exception coneforest.psylla.core.PsyFileExistsException
- psyFileModifiedTime(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- PsyFileNotFoundException - Exception in coneforest.psylla.core
- PsyFileNotFoundException() - Constructor for exception coneforest.psylla.core.PsyFileNotFoundException
- psyFilePermissions(PsyTextual) - Static method in class 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(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- psyFileSize(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
-
Returns the
integer
representing the size (in bytes) for the file or directory with the given name. - PsyFileSystem - Class in coneforest.psylla.core
-
An utility class providing filesystem-related methods.
- PsyFileWriter - Class in coneforest.psylla.core
- 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 extends PsyObject> - Interface in coneforest.psylla.core
-
The representation of
formalarray
, an abstraction of an array composed ofobject
s. - PsyFormalDict<V extends PsyObject> - Interface in coneforest.psylla.core
-
The representation of
formaldict
, an abstraction of a dictionary. - PsyFormalQueue<T extends PsyObject> - Interface in coneforest.psylla.core
-
The representation of
formalqueue
, an abstraction of a queue ofobject
s. - PsyFormalSet<T extends PsyObject> - Interface in coneforest.psylla.core
-
The representation of a
formalset
, an abstraction of a finite set ofobject
s. - PsyFormalStream<T extends PsyObject> - 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(double, double) - Static method in class coneforest.psylla.core.PsyComplex
- psyFromPolar(PsyRealNumeric, PsyRealNumeric) - Static method in class coneforest.psylla.core.PsyComplex
- psyGCD(PsyIntegral) - Method in class coneforest.psylla.core.PsyBigInteger
- psyGCD(PsyIntegral) - Method in interface coneforest.psylla.core.PsyIntegral
-
Returns an
integral
representing the greatest common divisor of this object and given object. - psyGe(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
- psyGe(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
-
The “greater or equal” arithmetic comparison.
- psyGe(PsyTextual) - Method in interface coneforest.psylla.core.PsyTextual
- psyGe(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns a
boolean
object representing the result of “greater or equal” comparison of this object and a given object. - psyGet(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalArray
- psyGet(PsyTextual) - 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.PsyString
- psyGive(PsyObject) - Method in class coneforest.psylla.core.PsyBlockingQueue
- psyGive(T) - Method in interface coneforest.psylla.core.PsyFormalQueue
- psyGt(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
- psyGt(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
-
The “greater” arithmetic comparison.
- psyGt(PsyTextual) - Method in interface coneforest.psylla.core.PsyTextual
- psyGt(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns a
boolean
object representing the result of “greater” comparison of this object and a given object. - psyHardlink(PsyTextual, PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- 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(PsyIntegral) - Method in class coneforest.psylla.core.PsyBigInteger
- psyIdiv(PsyIntegral) - Method in class coneforest.psylla.core.PsyInteger
- psyIdiv(PsyIntegral) - Method in interface coneforest.psylla.core.PsyIntegral
- 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 extends PsyObject,
V extends PsyObject> - 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.PsyString
- 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 in coneforest.psylla.core
- PsyInterruptException() - Constructor for exception coneforest.psylla.core.PsyInterruptException
- psyIntersects(PsyFormalSet) - 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 in coneforest.psylla.core
- PsyInvalidContextException() - Constructor for exception coneforest.psylla.core.PsyInvalidContextException
- PsyInvalidExitException - Exception in coneforest.psylla.core
-
The representation of the
invalidexit
error thrown by theexit
operator when invoked outside the cyclic context. - PsyInvalidExitException() - Constructor for exception coneforest.psylla.core.PsyInvalidExitException
- PsyInvalidExternalException - Exception in coneforest.psylla.core
- PsyInvalidExternalException() - Constructor for exception coneforest.psylla.core.PsyInvalidExternalException
- PsyInvalidRegExpException - Exception in coneforest.psylla.core
- PsyInvalidRegExpException() - Constructor for exception coneforest.psylla.core.PsyInvalidRegExpException
- PsyInvalidStateException - Exception 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 coneforest.psylla.core.PsyInvalidStateException
- PsyIOErrorException - Exception in coneforest.psylla.core
- PsyIOErrorException() - Constructor for exception coneforest.psylla.core.PsyIOErrorException
- psyIsDirectory(PsyTextual) - Static method in class 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(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- psyIsFull() - Method in interface coneforest.psylla.core.PsyBounded
-
Returns a
boolean
indicating whether this container is full. - psyIsSameFile(PsyTextual, PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- psyIsSymlink(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- psyIsZero() - Method in interface coneforest.psylla.core.PsyAdditive
-
Returns a
boolean
indicating whether this object represents a zero value. - psyIsZero() - Method in class coneforest.psylla.core.PsyBigFraction
- psyIsZero() - Method in class coneforest.psylla.core.PsyBigInteger
- psyIsZero() - Method in class coneforest.psylla.core.PsyComplex
- psyIsZero() - Method in class coneforest.psylla.core.PsyFraction
- psyIsZero() - Method in class coneforest.psylla.core.PsyInteger
- psyIsZero() - Method in class coneforest.psylla.core.PsyReal
- PsyIterable<T extends PsyObject> - 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 class coneforest.psylla.core.PsyDict
- 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(PsyTextual) - 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. - psyLe(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
- psyLe(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
-
The “less or equal” arithmetic comparison.
- psyLe(PsyTextual) - Method in interface coneforest.psylla.core.PsyTextual
- psyLe(T) - Method in interface coneforest.psylla.core.PsyScalar
-
Returns a
boolean
object representing the result of “less or equal” comparison of this object and a given object. - psyLength() - Method in interface coneforest.psylla.core.PsyLengthy
-
Returns an
integer
representing the length of this object. - psyLength() - Method in class coneforest.psylla.core.PsyName
- PsyLengthy - Interface in coneforest.psylla.core
-
The representation of
lengthy
, an object that has length in some sense. - PsyLimitCheckException - Exception in coneforest.psylla.core
-
The representation of the
limitcheck
error thrown when the system limits exceeded. - PsyLimitCheckException() - Constructor for exception coneforest.psylla.core.PsyLimitCheckException
- psyLimited(PsyInteger) - Method in interface coneforest.psylla.core.PsyFormalStream
-
Returns a
formalstream
consisting of the elements of thisformalstream
, truncated to be no longer than oCount in length. - Psylla - Class in coneforest.psylla
-
The Psylla interpreter launcher.
- Psylla - Class in coneforest.psylla.tools.ant
- Psylla() - Constructor for class coneforest.psylla.tools.ant.Psylla
- Psylla(Psylla.PsyllaConfig) - Constructor for class coneforest.psylla.Psylla
- Psylla.Arg - Class in coneforest.psylla.tools.ant
- PsyllaScriptEngine - Class in coneforest.psylla.engine
-
The Psylla language scripting engine.
- PsyllaScriptEngine(ScriptEngineFactory) - Constructor for class coneforest.psylla.engine.PsyllaScriptEngine
- PsyllaScriptEngineFactory - Class in coneforest.psylla.engine
-
The Psylla language scripting engine factory.
- PsyllaScriptEngineFactory() - Constructor for class coneforest.psylla.engine.PsyllaScriptEngineFactory
- PsyllaTest - Class in coneforest.psylla.tools.ant
- PsyllaTest(String) - Constructor for class coneforest.psylla.tools.ant.PsyllaTest
- PsyllaToolProvider - Class in coneforest.psylla.tools.toolprovider
- PsyllaToolProvider() - Constructor for class coneforest.psylla.tools.toolprovider.PsyllaToolProvider
- PsyllaUnit - Class in coneforest.psylla.tools.ant
- PsyllaUnit() - Constructor for class coneforest.psylla.tools.ant.PsyllaUnit
- PsyllaUnit.Arg - Class in coneforest.psylla.tools.ant
- PsyllaUnit.Test - Class in coneforest.psylla.tools.ant
- psyLoad(PsyTextual) - Method in interface coneforest.psylla.core.PsyContext
- psyLoad(PsyTextual) - Method in class coneforest.psylla.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 a
numeric
representing the natural logarithm of this object. - psyLog() - Method in interface coneforest.psylla.core.PsyRealNumeric
- PsyLogical<T extends PsyLogical> - 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.PsyName
-
Converts all of the characters in this object to lower case according to default locale and returns a new
name
object representing the result of the conversion. - psyLowerCase() - Method in class coneforest.psylla.core.PsyString
- psyLowerCase() - Method in interface coneforest.psylla.core.PsyTextual
- psyLt(PsyBoolean) - Method in class coneforest.psylla.core.PsyBoolean
- psyLt(PsyRealNumeric) - Method in interface coneforest.psylla.core.PsyRealNumeric
-
The “less” arithmetic comparison.
- psyLt(PsyTextual) - 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 this object and a given object. - psyMapped(PsyExecutable, PsyContext) - Method in interface coneforest.psylla.core.PsyFormalStream
- PsyMark - Class in coneforest.psylla.core
-
The representation of
mark
. - 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
- psyMin(T) - Method in interface coneforest.psylla.core.PsyScalar
- psyMod(PsyIntegral) - Method in class coneforest.psylla.core.PsyBigInteger
- psyMod(PsyIntegral) - Method in class coneforest.psylla.core.PsyInteger
- psyMod(PsyIntegral) - Method in interface coneforest.psylla.core.PsyIntegral
-
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 given object by this object.
- PsyMultiplicative<T extends PsyMultiplicative> - 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
, an immutable string. - PsyName(PsyTextual) - Constructor for class coneforest.psylla.core.PsyName
-
Instantiate a new
name
object from the value given astextual
object. - PsyName(CharSequence) - Constructor for class coneforest.psylla.core.PsyName
-
Instantiate a new
name
object from the given value. - 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 an
additive
representing the 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 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 in coneforest.psylla.core
- PsyNotDirectoryException() - Constructor for exception coneforest.psylla.core.PsyNotDirectoryException
- psyNotify() - Method in class coneforest.psylla.core.PsyCondition
- PsyNotImplementedException - Exception in coneforest.psylla.core
- PsyNotImplementedException() - Constructor for exception coneforest.psylla.core.PsyNotImplementedException
- PsyNotLinkException - Exception in coneforest.psylla.core
- PsyNotLinkException() - Constructor for exception coneforest.psylla.core.PsyNotLinkException
- 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 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
-
Creates new empty
proc
. - PsyProc(ArrayList<PsyObject>) - Constructor for class coneforest.psylla.core.PsyProc
- PsyProcess - Class in coneforest.psylla.core
- PsyProcess(PsyFormalDict) - 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(PsyTextual, 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.PsyString
- 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 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 coneforest.psylla.core.PsyRangeCheckException
- 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
- PsyReader(Reader) - Constructor for class coneforest.psylla.core.PsyReader
- 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(PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- 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
- 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
- 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(PsyTextual) - Constructor for class coneforest.psylla.core.PsyRegExp
- PsyRegExp(CharSequence) - Constructor for class coneforest.psylla.core.PsyRegExp
- 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(PsyTextual, PsyTextual) - Static method in class 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.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.PsyString
- psyRound() - Method in class coneforest.psylla.core.PsyBigFraction
- psyRound() - Method in class coneforest.psylla.core.PsyFraction
- psyRound() - Method in interface coneforest.psylla.core.PsyIntegral
- psyRound() - Method in class coneforest.psylla.core.PsyReal
- psyRound() - Method in interface coneforest.psylla.core.PsyRealNumeric
- PsyScalar<T extends PsyScalar> - Interface in coneforest.psylla.core
-
The representation of
scalar
, a type bringing total ordering to implementing Psylla type. - PsySecurityErrorException - Exception in coneforest.psylla.core
-
The representation of the
securityerror
error thrown by the security manager to indicate a security violation. - PsySecurityErrorException() - Constructor for exception coneforest.psylla.core.PsySecurityErrorException
- PsySequential<T extends PsyObject> - 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.PsyString
- 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 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 a
numeric
representing the 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 a
numeric
representing the 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.PsyString
- psySlice(PsyIterable<PsyTextual>) - Method in class coneforest.psylla.core.PsyDict
- psySlice(PsyIterable<PsyTextual>) - 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
- 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 a
numeric
representing the square root of this object. - psySqrt() - Method in interface coneforest.psylla.core.PsyRealNumeric
- PsyStackUnderflowException - Exception 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 coneforest.psylla.core.PsyStackUnderflowException
- 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 extends PsyObject> - Interface in coneforest.psylla.core
-
The representation of
streamable
, an object that provide stream of something. - PsyString - Class in coneforest.psylla.core
-
An implementation of
string
. - PsyString() - Constructor for class coneforest.psylla.core.PsyString
-
Creates a new empty
string
object. - PsyString(String) - Constructor for class coneforest.psylla.core.PsyString
-
Creates a new
string
object whose buffer is initialized from string. - PsyString(StringBuilder) - Constructor for class coneforest.psylla.core.PsyString
-
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 atextual
. - PsyStringReader(PsyTextual) - 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(PsyString) - Constructor for class coneforest.psylla.core.PsyStringWriter
- 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 an
additive
representing the result of arithmetic subtraction of given object from this object. - psySymlink(PsyTextual, PsyTextual) - Static method in class coneforest.psylla.core.PsyFileSystem
- psySyntax() - Method in interface coneforest.psylla.core.PsyObject
- PsySyntaxErrorException - Exception in coneforest.psylla.core
- PsySyntaxErrorException() - Constructor for exception coneforest.psylla.core.PsySyntaxErrorException
- 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 a
numeric
representing the 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 a
numeric
representing the 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 class coneforest.psylla.core.PsyTime
-
Returns an
integer
object representing the current time (in milliseconds since 1970.01.01 00:00:00 GMT). - PsyTime - Class 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 class coneforest.psylla.core.PsyFraction
- psyToIntegral() - Method in interface coneforest.psylla.core.PsyIntegral
- psyToIntegral() - Method in class coneforest.psylla.core.PsyReal
- psyToIntegral() - Method in interface coneforest.psylla.core.PsyTextual
- psyToName() - Method in interface coneforest.psylla.core.PsyObject
-
Returns a
name
representing this object. - psyToName() - 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 class coneforest.psylla.core.PsyName
- psyToString() - Method in interface coneforest.psylla.core.PsyObject
-
Returns a
string
representing this object. - psyToString() - Method in class coneforest.psylla.core.PsyString
- psyType() - Method in interface coneforest.psylla.core.PsyObject
- PsyType<T extends PsyObject> - Class in coneforest.psylla.core
- PsyType() - Constructor for class coneforest.psylla.core.PsyType
- PsyTypeCheckException - Exception in coneforest.psylla.core
- PsyTypeCheckException() - Constructor for exception coneforest.psylla.core.PsyTypeCheckException
- psyUndef(PsyTextual) - Method in interface coneforest.psylla.core.PsyFormalDict
-
Deletes a key and associated value from this dictionary.
- PsyUndefinedException - Exception 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 coneforest.psylla.core.PsyUndefinedException
- PsyUndefinedResultException - Exception in coneforest.psylla.core
-
The representation of the
undefinedresult
error thrown when a result of an operation is meaningless. - PsyUndefinedResultException() - Constructor for exception coneforest.psylla.core.PsyUndefinedResultException
- 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 in coneforest.psylla.core
-
The representation of the
unmatchedmark
error thrown when a mark expected not on the operand stack. - PsyUnmatchedMarkException() - Constructor for exception coneforest.psylla.core.PsyUnmatchedMarkException
- PsyUnregisteredException - Exception in coneforest.psylla.core
- PsyUnregisteredException() - Constructor for exception coneforest.psylla.core.PsyUnregisteredException
- PsyUnsupportedException - Exception in coneforest.psylla.core
- PsyUnsupportedException() - Constructor for exception coneforest.psylla.core.PsyUnsupportedException
- psyUpperCase() - Method in class coneforest.psylla.core.PsyName
-
Converts all of the characters in this object to upper case according to default locale and returns a new
name
object representing the result of the conversion. - psyUpperCase() - Method in class coneforest.psylla.core.PsyString
- psyUpperCase() - Method in interface coneforest.psylla.core.PsyTextual
- 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
- psyWriteString(PsyTextual) - Method in interface coneforest.psylla.core.PsyWritable
-
Writes a
textual
string of characters to this object. - psyWriteString(PsyTextual) - 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 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.Stack
-
Pushes an element to the stack.
- pushLoopLevel() - Method in interface coneforest.psylla.core.PsyContext
-
Pushes the current execution level onto the loop stack and returns this level.
- pushLoopLevel() - Method in class coneforest.psylla.Interpreter
- pushOptional(Optional<? extends PsyObject>) - Method in class coneforest.psylla.OperandStack
- pushStopLevel() - Method in interface coneforest.psylla.core.PsyContext
-
Pushes the current execution level onto the stop stack and returns this level.
- pushStopLevel() - Method in class coneforest.psylla.Interpreter
- put(int, PsyBoolean) - Method in class coneforest.psylla.core.PsyBitArray
- put(int, PsyInteger) - Method in class coneforest.psylla.core.PsyString
- 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, V) - Method in interface coneforest.psylla.core.PsyFormalDict
Q
- quit() - Method in interface coneforest.psylla.core.PsyContext
- quit() - Method in class coneforest.psylla.Interpreter
R
- read() - Method in class coneforest.psylla.core.PsyInput
- read() - Method in interface coneforest.psylla.core.PsyReadable
- read() - Method in class coneforest.psylla.core.PsyReader
- readChar() - Method in class coneforest.psylla.SimpleCharStream
-
Read a character.
- reader() - Method in class coneforest.psylla.core.PsyReader
- REAL - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- REAL_UNSIGNED - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- 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
- REGEXP - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- REGEXP_SPECIAL - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- ReInit(ParserTokenManager) - Method in class coneforest.psylla.Parser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class coneforest.psylla.ParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class coneforest.psylla.ParserTokenManager
-
Reinitialise parser.
- ReInit(InputStream) - Method in class coneforest.psylla.Parser
-
Reinitialise.
- ReInit(InputStream) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class coneforest.psylla.Parser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class coneforest.psylla.Parser
-
Reinitialise.
- ReInit(Reader) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class coneforest.psylla.SimpleCharStream
-
Reinitialise.
- repl() - Method in interface coneforest.psylla.core.PsyContext
- repl() - Method in class coneforest.psylla.Interpreter
- resolve(String) - Static method in class coneforest.psylla.TypeResolver
- rollback() - Method in class coneforest.psylla.OperandStack
- run(PrintWriter, PrintWriter, String...) - Method in class coneforest.psylla.tools.toolprovider.PsyllaToolProvider
- runTest(String) - Static method in class coneforest.psylla.tools.ant.PsyllaTest
- runTest(String, String[]) - Static method in class coneforest.psylla.tools.ant.PsyllaTest
- runTest(String, String[], String[]) - Static method in class coneforest.psylla.tools.ant.PsyllaTest
S
- setClassPath(String) - Method in class coneforest.psylla.tools.ant.Psylla
- setClassPath(String[]) - Method in class coneforest.psylla.Interpreter
- setConsoleEncoding(String) - Static method in class coneforest.psylla.Psylla
- setConsoleEncoding(String) - Method in class coneforest.psylla.tools.ant.Psylla
- setDebugStream(PrintStream) - Method in class coneforest.psylla.ParserTokenManager
-
Set debug output.
- setEmitter(PsyObject) - Method in exception coneforest.psylla.core.PsyErrorException
- setEnvironment(Map<String, String>) - Method in class coneforest.psylla.Interpreter
- setErrorWriter(Writer) - Method in class coneforest.psylla.Interpreter
- setEval(String) - Method in class coneforest.psylla.tools.ant.Psylla
- setHaltonerror(boolean) - Method in class coneforest.psylla.tools.ant.PsyllaUnit
- setHaltonfailure(boolean) - Method in class coneforest.psylla.tools.ant.PsyllaUnit
- setInput(InputStream) - Method in class coneforest.psylla.core.PsyInput
- setLibraryPath(String[]) - Method in class coneforest.psylla.Interpreter
- setLocale(String) - Static method in class coneforest.psylla.Psylla
- setLocale(String) - Method in class coneforest.psylla.tools.ant.Psylla
- setName(String) - Method in class coneforest.psylla.tools.ant.PsyllaUnit.Test
- setOutput(OutputStream) - Method in class coneforest.psylla.core.PsyOutput
- setRandomSeed(Long) - Method in class coneforest.psylla.Interpreter
- setReader(Reader) - Method in class coneforest.psylla.Interpreter
- setScript(File) - Method in class coneforest.psylla.tools.ant.Psylla
- setScriptName(String) - Method in class coneforest.psylla.Interpreter
- setShellArguments(String[]) - Method in class coneforest.psylla.Interpreter
- setSize(int) - Method in class coneforest.psylla.Stack
- setStacks(OperandStack, ExecutionStack, DictStack) - Method in exception coneforest.psylla.core.PsyErrorException
- setStopped(boolean) - Method in interface coneforest.psylla.core.PsyContext
- setStopped(boolean) - Method in class coneforest.psylla.Interpreter
- setTabSize(int) - Method in class coneforest.psylla.SimpleCharStream
- setTimeout(Integer) - Method in class coneforest.psylla.tools.ant.Psylla
- setValue(String) - Method in class coneforest.psylla.tools.ant.Psylla.Arg
- setValue(String) - Method in class coneforest.psylla.tools.ant.PsyllaUnit.Arg
- setWriter(Writer) - Method in class coneforest.psylla.Interpreter
- showStacks() - Method in class coneforest.psylla.Interpreter
- SIGN - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- SimpleCharStream - Class in coneforest.psylla
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class coneforest.psylla.SimpleCharStream
-
Constructor.
- SINGULAR_PATTERN - Static variable in class coneforest.psylla.Globs
-
The
'?'
character. - specialToken - Variable in class coneforest.psylla.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- Stack<E> - Class in coneforest.psylla
-
Base class for interpreter’s stacks.
- Stack() - Constructor for class coneforest.psylla.Stack
- start() - Method in class coneforest.psylla.Psylla
- STATIC_LEXER_ERROR - Static variable in error coneforest.psylla.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class coneforest.psylla.SimpleCharStream
-
Whether parser is static.
- stop_() - Method in interface coneforest.psylla.core.PsyContext
- stop_() - Method in class coneforest.psylla.Interpreter
- store(PsyTextual, PsyObject) - Method in class coneforest.psylla.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
- STRING - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- STRING_SPECIAL - Static variable in interface coneforest.psylla.ParserConstants
-
RegularExpression Id.
- stringPropertyNames() - Static method in class coneforest.psylla.Config
-
Returns an unmodifiable set of property names.
- stringValue() - Method in class coneforest.psylla.core.PsyName
-
Returns a string value of this object’s value.
- stringValue() - Method in class coneforest.psylla.core.PsyString
- stringValue() - Method in interface coneforest.psylla.core.PsyTextual
-
Returns a string value of this object.
- SwitchTo(int) - Method in class coneforest.psylla.ParserTokenManager
-
Switch to specified lex state.
- systemDict() - Method in interface coneforest.psylla.core.PsyContext
- systemDict() - Method in class coneforest.psylla.Interpreter
-
Returns system dictionary.
T
- test() - Method in class coneforest.psylla.tools.ant.PsyllaTest
- Test() - Constructor for class coneforest.psylla.tools.ant.PsyllaUnit.Test
- testName - Variable in class coneforest.psylla.tools.ant.PsyllaTest
- token - Variable in class coneforest.psylla.Parser
-
Current token.
- Token - Class in coneforest.psylla
-
Describes the input token stream.
- Token() - Constructor for class coneforest.psylla.Token
-
No-argument constructor
- Token(int) - Constructor for class coneforest.psylla.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class coneforest.psylla.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class coneforest.psylla.Parser
-
Generated Token Manager.
- tokenImage - Variable in exception coneforest.psylla.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface coneforest.psylla.ParserConstants
-
Literal token values.
- TokenMgrError - Error in coneforest.psylla
-
Token Manager Error.
- TokenMgrError() - Constructor for error coneforest.psylla.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error coneforest.psylla.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error coneforest.psylla.TokenMgrError
-
Constructor with message and reason.
- toString() - Method in class coneforest.psylla.Token
-
Returns the image.
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBigFraction
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBigInteger
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBitSet
- toSyntaxString() - Method in class coneforest.psylla.core.PsyBoolean
- toSyntaxString() - Method in class coneforest.psylla.core.PsyCommand
- 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
-
Returns a syntactic representation of this object’s value.
- toSyntaxString() - Method in class coneforest.psylla.core.PsyNamespace
- toSyntaxString() - Method in class coneforest.psylla.core.PsyNull
- toSyntaxString() - Method in interface coneforest.psylla.core.PsyObject
- toSyntaxString() - Method in class coneforest.psylla.core.PsyOperator
-
Returns a syntactic string representation of this operator.
- 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
- toSyntaxStringHelper(PsyLengthy) - Method in interface coneforest.psylla.core.PsyFormalSet
- toSyntaxStringHelper(Set<PsyContainer<PsyObject>>) - Method in class coneforest.psylla.core.PsyProc
- toSyntaxStringHelper(Set<PsyContainer<T>>) - Method in interface coneforest.psylla.core.PsyContainer
- toSyntaxStringHelper(Set<PsyContainer<T>>) - Method in interface coneforest.psylla.core.PsyFormalArray
- toSyntaxStringHelper(Set<PsyContainer<V>>) - Method in interface coneforest.psylla.core.PsyFormalDict
- trace_enabled() - Method in class coneforest.psylla.Parser
-
Trace enabled.
- 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 interface coneforest.psylla.core.PsyIntegral
- TWO - Static variable in class coneforest.psylla.core.PsyReal
- Type - Annotation Interface in coneforest.psylla
- TypeHierarchyBuilder - Class in coneforest.psylla.tools.processors
- TypeHierarchyBuilder() - Constructor for class coneforest.psylla.tools.processors.TypeHierarchyBuilder
- TypeMetadataCollector - Class in coneforest.psylla.tools.processors
- TypeMetadataCollector() - Constructor for class coneforest.psylla.tools.processors.TypeMetadataCollector
- typeName() - Method in interface coneforest.psylla.core.PsyObject
-
Returns a string representation of a type name.
- TypeResolver - Class in coneforest.psylla
- TypeResolver() - Constructor for class coneforest.psylla.TypeResolver
U
- undef(String) - Method in class coneforest.psylla.core.PsyDict
- undef(String) - Method in interface coneforest.psylla.core.PsyFormalDict
- unlock() - Method in class coneforest.psylla.core.PsyLock
-
Releases the lock.
- userDict() - Method in class coneforest.psylla.Interpreter
-
Returns the user dictionary.
V
- value() - Element in annotation interface coneforest.psylla.ErrorType
- value() - Element in annotation interface coneforest.psylla.Operator
- value() - Element in annotation interface coneforest.psylla.OperatorType
- value() - Element in annotation interface coneforest.psylla.Type
- Version - Class in coneforest.psylla
-
A class holding versioning information.
- Version() - Constructor for class coneforest.psylla.Version
W
- where(PsyTextual) - Method in class coneforest.psylla.DictStack
- where(String) - Method in class coneforest.psylla.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
Z
- ZERO - Static variable in class coneforest.psylla.core.PsyInteger
-
An
integer
representing the number 0. - ZERO - Static variable in interface coneforest.psylla.core.PsyIntegral
- ZERO - Static variable in class coneforest.psylla.core.PsyReal
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form