Uses of Class
com.scriptbasic.interfaces.BasicRuntimeException
-
-
Uses of BasicRuntimeException in com.scriptbasic.executors
Methods in com.scriptbasic.executors that throw BasicRuntimeException Modifier and Type Method Description voidBasicInterpreter. registerJavaMethod(java.lang.String alias, java.lang.Class<?> klass, java.lang.String methodName, java.lang.Class<?>[] argumentTypes)voidBasicMethodRegistry. registerJavaMethod(java.lang.String alias, java.lang.Class<?> klass, java.lang.String methodName, java.lang.Class<?>[] argumentTypes) -
Uses of BasicRuntimeException in com.scriptbasic.executors.operators
Methods in com.scriptbasic.executors.operators that throw BasicRuntimeException Modifier and Type Method Description protected static intAbstractCompareOperator. compareJavaObjectTo(BasicJavaObjectValue f, RightValue op)protected abstract java.lang.BooleanAbstractCompareOperator. compareTo(BasicDoubleValue d, RightValue op)protected abstract java.lang.BooleanAbstractCompareOperator. compareTo(BasicJavaObjectValue s, RightValue op)protected abstract java.lang.BooleanAbstractCompareOperator. compareTo(BasicLongValue l, RightValue op)protected abstract java.lang.BooleanAbstractCompareOperator. compareTo(BasicStringValue s, RightValue op)protected java.lang.BooleanEqualsOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanEqualsOperator. compareTo(BasicJavaObjectValue f, RightValue op)protected java.lang.BooleanEqualsOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanEqualsOperator. compareTo(BasicStringValue f, RightValue op)protected java.lang.BooleanGreaterOrEqualOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanGreaterOrEqualOperator. compareTo(BasicJavaObjectValue f, RightValue op)protected java.lang.BooleanGreaterOrEqualOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanGreaterOrEqualOperator. compareTo(BasicStringValue f, RightValue op)protected java.lang.BooleanGreaterThanOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanGreaterThanOperator. compareTo(BasicJavaObjectValue f, RightValue op)protected java.lang.BooleanGreaterThanOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanGreaterThanOperator. compareTo(BasicStringValue f, RightValue op)protected java.lang.BooleanLessOrEqualOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanLessOrEqualOperator. compareTo(BasicJavaObjectValue f, RightValue op)protected java.lang.BooleanLessOrEqualOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanLessOrEqualOperator. compareTo(BasicStringValue f, RightValue op)protected java.lang.BooleanLessThanOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanLessThanOperator. compareTo(BasicJavaObjectValue f, RightValue op)protected java.lang.BooleanLessThanOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanLessThanOperator. compareTo(BasicStringValue f, RightValue op)protected java.lang.BooleanNotEqualOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanNotEqualOperator. compareTo(BasicJavaObjectValue f, RightValue op)protected java.lang.BooleanNotEqualOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanNotEqualOperator. compareTo(BasicStringValue f, RightValue op)protected RightValueAbstractBinaryFullCircuitNumericOperator. evaluateOn(RightValue leftOperand, RightValue rightOperand)protected RightValueAbstractCompareOperator. evaluateOn(RightValue leftOperand, RightValue rightOperand)protected abstract RightValueAbstractBinaryFullCircuitNumericOperator. operateOnDoubleLong(java.lang.Double a, java.lang.Long b)protected abstract RightValueAbstractBinaryFullCircuitNumericOperator. operateOnLongDouble(java.lang.Long a, java.lang.Double b)protected abstract RightValueAbstractBinaryFullCircuitNumericOperator. operateOnLongLong(java.lang.Long a, java.lang.Long b)protected RightValueAbstractBinaryFullCircuitNumericOperator. operateOnValues(RightValue leftOperand, RightValue rightOperand)protected RightValueAddOperator. operateOnValues(RightValue leftOperand, RightValue rightOperand)If any operand is a string then concatenate the strings -
Uses of BasicRuntimeException in com.scriptbasic.executors.rightvalues
Methods in com.scriptbasic.executors.rightvalues that throw BasicRuntimeException Modifier and Type Method Description static java.lang.DoubleBasicDoubleValue. asDouble(RightValue rv)static java.lang.DoubleBasicDoubleValue. asDouble(RightValue rv, java.lang.String errorMessageForNull)static java.lang.LongBasicLongValue. asLong(RightValue rv)static java.lang.LongBasicLongValue. asLong(RightValue rv, java.lang.String errorMessageForNull)static java.lang.ObjectBasicJavaObjectValue. asObject(RightValue rightValue)static java.lang.StringBasicStringValue. asString(RightValue rv) -
Uses of BasicRuntimeException in com.scriptbasic.interfaces
Methods in com.scriptbasic.interfaces that throw BasicRuntimeException Modifier and Type Method Description voidMethodRegistry. registerJavaMethod(java.lang.String alias, java.lang.Class<?> klass, java.lang.String methodName, java.lang.Class<?>[] argumentTypes)Register a java method. -
Uses of BasicRuntimeException in com.scriptbasic.spi
Methods in com.scriptbasic.spi that throw BasicRuntimeException Modifier and Type Method Description voidInterpreter. registerJavaMethod(java.lang.String alias, java.lang.Class<?> klass, java.lang.String methodName, java.lang.Class<?>[] argumentTypes)Register a BASIC function as Java method. -
Uses of BasicRuntimeException in com.scriptbasic.utility
Methods in com.scriptbasic.utility that throw BasicRuntimeException Modifier and Type Method Description static java.lang.ObjectKlassUtility. getField(java.lang.Object object, java.lang.String fieldName)Get the value of a field of an object and return it.static voidMethodRegisterUtility. registerFunctions(java.lang.Class<?> klass, Interpreter interpreter)Register all annotated methods of the classklassso that they can be accessed from BASIC.static voidKlassUtility. setField(java.lang.Object object, java.lang.String fieldName, java.lang.Object valueObject)Set the field of a Java object. -
Uses of BasicRuntimeException in com.scriptbasic.utility.functions
Methods in com.scriptbasic.utility.functions that throw BasicRuntimeException Modifier and Type Method Description static voidUtilityFunctions. setByte(byte[] buffer, java.lang.Long i, java.lang.Long v) -
Uses of BasicRuntimeException in com.scriptbasic.utility.functions.file
Methods in com.scriptbasic.utility.functions.file that throw BasicRuntimeException Modifier and Type Method Description static voidFileHandlingFunctions. printf(FileHandler fh, java.lang.String line)static voidFileHandlingFunctions. printfln(FileHandler fh, java.lang.String line)static byte[]FileHandlingFunctions. read(FileHandler fh, int len)static java.lang.StringFileHandlingFunctions. readLine(FileHandler fh)static voidFileHandlingFunctions. write(FileHandler fh, byte[] buffer)
-