java.lang.Object
coneforest.psylla.core.PsyNull
The representation of
null, a type of a void placeholder. There is the only instance of
this class, NULL.-
Field Summary
FieldsFields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPE -
Method Summary
Modifier and TypeMethodDescriptionReturns abooleanindicating whether some other object is “equal to” this one.Returns a string"%null%".Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, typeName
-
Field Details
-
NULL
The solenullobject.
-
-
Method Details
-
toSyntaxString
Returns a string"%null%".- Specified by:
toSyntaxStringin interfacePsyObject- Returns:
- a string
"%null%"
-
psyEq
Returns abooleanindicating whether some other object is “equal to” this one. Return value istrueif and only if other object hasnametype.
-