Class PsyStringReader
java.lang.Object
coneforest.psylla.core.PsyReader
coneforest.psylla.core.PsyStringReader
- All Implemented Interfaces:
PsyCloseable, PsyEvaluable, PsyObject, PsyReadable, PsyReady, PsyResetable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextActionContext action of thestringreaderoperator.Fields inherited from interface PsyCloseable
PSY_CLOSEFields inherited from interface PsyEvaluable
PSY_EVALFields inherited from interface PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPEFields inherited from interface PsyReadable
LINE_SEPARATOR, PSY_READ, PSY_READLINE, PSY_READSTRING, PSY_SKIPFields inherited from interface PsyResetable
PSY_RESET -
Constructor Summary
ConstructorsConstructorDescriptionPsyStringReader(PsyString oString) Creates a newstringreaderobject.PsyStringReader(String string) Creates a newstringreaderobject. -
Method Summary
Methods inherited from class PsyReader
psyClose, psyEval, psyReadString, psyReady, psyReset, psySkip, read, readerMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeNameMethods inherited from interface PsyReadable
psyRead, psyReadLine
-
Field Details
-
PSY_STRINGREADER
Context action of thestringreaderoperator.
-
-
Constructor Details
-
PsyStringReader
Creates a newstringreaderobject.- Parameters:
string- a string to read from.
-
PsyStringReader
Creates a newstringreaderobject.- Parameters:
oString- astringto read from.
-