Package coneforest.psylla.core
Class PsyStringReader
- java.lang.Object
-
- coneforest.psylla.core.PsyReader
-
- coneforest.psylla.core.PsyStringReader
-
- All Implemented Interfaces:
PsyCloseable,PsyConvertableToName,PsyConvertableToString,PsyEvaluable,PsyObject,PsyReadable,PsyReady,PsyResetable
public class PsyStringReader extends PsyReader
An implementation of Ψ-stringreader, a character stream whose source is a Ψ-textual.
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS-
Fields inherited from class coneforest.psylla.core.PsyReader
LINE_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description PsyStringReader(PsyTextual oTextual)Creates a new Ψ-stringreader.PsyStringReader(String string)Creates a new Ψ-stringreader.
-
Method Summary
-
Methods inherited from class coneforest.psylla.core.PsyReader
psyClose, psyEval, psyReadLine, psyReadString, psyReady, psyReset, psySkip, read, reader
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Methods inherited from interface coneforest.psylla.core.PsyReadable
psyRead
-
-
-
-
Field Detail
-
OPERATORS
public static final PsyOperator[] OPERATORS
-
-
Constructor Detail
-
PsyStringReader
public PsyStringReader(String string)
Creates a new Ψ-stringreader.- Parameters:
string- a string providing the character string.
-
PsyStringReader
public PsyStringReader(PsyTextual oTextual)
Creates a new Ψ-stringreader.- Parameters:
oTextual- a Ψ-textualproviding the character string.
-
-