Class BasicStringValue
- java.lang.Object
-
- com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue<java.lang.String>
-
- com.scriptbasic.executors.rightvalues.BasicStringValue
-
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression,Value,BasicValue<java.lang.String>,RightValue
public class BasicStringValue extends AbstractPrimitiveRightValue<java.lang.String>
-
-
Field Summary
-
Fields inherited from interface com.scriptbasic.spi.BasicValue
FALSE, TRUE
-
-
Constructor Summary
Constructors Constructor Description BasicStringValue(java.lang.String s)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringasString(RightValue rv)java.lang.StringtoString()-
Methods inherited from class com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue
evaluate, getValue, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.scriptbasic.spi.RightValue
isArray, isBoolean, isDouble, isJavaObject, isLong, isNumeric, isString
-
-
-
-
Method Detail
-
asString
public static java.lang.String asString(RightValue rv) throws BasicRuntimeException
- Throws:
BasicRuntimeException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-