Package coneforest.psylla.core
Class PsyNamespace
java.lang.Object
coneforest.psylla.core.PsyDict
coneforest.psylla.core.PsyNamespace
- All Implemented Interfaces:
PsyClearable
,PsyContainer<PsyObject>
,PsyConvertableToName
,PsyConvertableToString
,PsyFormalDict<PsyObject>
,PsyIndexed<PsyTextual,
,PsyObject> PsyIterable<PsyObject>
,PsyLengthy
,PsyObject
,PsySequential<PsyObject>
,PsyStreamable<PsyObject>
,Iterable<PsyObject>
A representation of
namespace
object, a named dictionary.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class coneforest.psylla.core.PsyDict
isEmpty, iterator, length, psyClear, psyClone, psyKeys, psySlice, psyStream, put, undef
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface coneforest.psylla.core.PsyContainer
psyNewEmpty
Methods inherited from interface coneforest.psylla.core.PsyFormalDict
psyDelete, psyEntries, psyExtract, psyForAll, psyGet, psyGetAll, psyKnown, psyPut, psyUndef, toSyntaxStringHelper
Methods inherited from interface coneforest.psylla.core.PsyIndexed
psyValues
Methods inherited from interface coneforest.psylla.core.PsyIterable
psyToArray, psyUnite
Methods inherited from interface coneforest.psylla.core.PsyLengthy
psyIsEmpty, psyLength
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, typeName
-
Constructor Details
-
PsyNamespace
-
-
Method Details
-
prefix
Returns the namespace prefix.- Returns:
- the prefix.
-
known
- Specified by:
known
in interfacePsyFormalDict<PsyObject>
- Overrides:
known
in classPsyDict
-
get
- Specified by:
get
in interfacePsyFormalDict<PsyObject>
- Overrides:
get
in classPsyDict
- Throws:
PsyErrorException
-
psyImport
-
toSyntaxString
-