Package coneforest.psylla.core
Interface PsyConvertableToString
-
- All Known Subinterfaces:
PsyAdditive<T>
,PsyAppendable<T>
,PsyArithmetic<T>
,PsyArraylike<T>
,PsyAtomic
,PsyBitwise<T>
,PsyBounded
,PsyClearable
,PsyCloseable
,PsyContainer<T>
,PsyContext
,PsyConvertableToInteger
,PsyConvertableToReal
,PsyDictlike<V>
,PsyEvaluable
,PsyFlushable
,PsyIndexed<K,V>
,PsyIterable<T>
,PsyLengthy
,PsyLogical<T>
,PsyNumeric
,PsyObject
,PsyQueuelike<T>
,PsyReadable
,PsyRealNumeric
,PsyResetable
,PsyScalar<T>
,PsySetlike<T>
,PsyStreamlike<T>
,PsyStringy
,PsyWritable
- All Known Implementing Classes:
Interpreter
,PsyArray
,PsyBigInteger
,PsyBitArray
,PsyBitSet
,PsyBlockingQueue
,PsyBoolean
,PsyCommand
,PsyComplex
,PsyConcurrentModificationException
,PsyCondition
,PsyConfigDict
,PsyDict
,PsyDictStackUnderflowException
,PsyDirectoryNotEmptyException
,PsyErrorDict
,PsyException
,PsyFileAccessDeniedException
,PsyFileExistsException
,PsyFileNotFoundException
,PsyFileReader
,PsyFileWriter
,PsyInput
,PsyInteger
,PsyInterruptException
,PsyInvalidContextException
,PsyInvalidExitException
,PsyInvalidExternalException
,PsyInvalidRegExpException
,PsyInvalidStateException
,PsyIOErrorException
,PsyLimitCheckException
,PsyLock
,PsyMark
,PsyMatcher
,PsyModule
,PsyName
,PsyNamespace
,PsyNotDirectoryException
,PsyNotLinkException
,PsyNull
,PsyOperator
,PsyOperator.Action
,PsyOperator.Arity01
,PsyOperator.Arity10
,PsyOperator.Arity11
,PsyOperator.Arity20
,PsyOperator.Arity21
,PsyOperator.Arity30
,PsyOperator.Arity31
,PsyOutput
,PsyProc
,PsyProcess
,PsyRandom
,PsyRange
,PsyRangeCheckException
,PsyReader
,PsyReal
,PsyRegExp
,PsyRomanNumerals
,PsySecurityErrorException
,PsySet
,PsyStackUnderflowException
,PsyStream
,PsyString
,PsyStringReader
,PsyStringWriter
,PsySyntaxErrorException
,PsySystemDict
,PsyTypeCheckException
,PsyUndefinedException
,PsyUndefinedResultException
,PsyUnmatchedMarkException
,PsyUnregisteredException
,PsyUnsupportedException
,PsyWriter
public interface PsyConvertableToString
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PsyString
psyToString()
-
-
-
Method Detail
-
psyToString
PsyString psyToString()
-
-