Class BasicJavaObjectValue
- java.lang.Object
-
- com.scriptbasic.executors.rightvalues.AbstractPrimitiveRightValue<java.lang.Object>
-
- com.scriptbasic.executors.rightvalues.BasicJavaObjectValue
-
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression,Value,BasicValue<java.lang.Object>,RightValue
public class BasicJavaObjectValue extends AbstractPrimitiveRightValue<java.lang.Object>
-
-
Field Summary
-
Fields inherited from interface com.scriptbasic.spi.BasicValue
FALSE, TRUE
-
-
Constructor Summary
Constructors Constructor Description BasicJavaObjectValue(java.lang.Object value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectasObject(RightValue rightValue)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
-
asObject
public static java.lang.Object asObject(RightValue rightValue) throws BasicRuntimeException
- Throws:
BasicRuntimeException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-