Uses of Class
com.scriptbasic.interfaces.BasicRuntimeException
Packages that use BasicRuntimeException
Package
Description
-
Uses of BasicRuntimeException in com.scriptbasic.executors
Methods in com.scriptbasic.executors that throw BasicRuntimeExceptionModifier and TypeMethodDescriptionvoidBasicInterpreter.registerJavaMethod(String alias, Class<?> klass, String methodName, Class<?>[] argumentTypes) voidBasicMethodRegistry.registerJavaMethod(String alias, Class<?> klass, String methodName, Class<?>[] argumentTypes) -
Uses of BasicRuntimeException in com.scriptbasic.executors.operators
Methods in com.scriptbasic.executors.operators that throw BasicRuntimeExceptionModifier and TypeMethodDescriptionprotected <T> BooleanAbstractCompareOperator.compareTo(Comparable<T> l, T r) protected final RightValueAbstractBinaryFullCircuitNumericOperator.evaluateOn(RightValue leftOperand, RightValue rightOperand) protected RightValueAbstractCompareOperator.evaluateOn(RightValue leftOperand, RightValue rightOperand) 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 BasicRuntimeExceptionModifier and TypeMethodDescriptionstatic BooleanBasicBooleanValue.asBoolean(RightValue originalValue) static DoubleBasicDoubleValue.asDouble(RightValue rv) static DoubleBasicDoubleValue.asDouble(RightValue rv, String errorMessageForNull) static LongBasicLongValue.asLong(RightValue rv) static LongBasicLongValue.asLong(RightValue rv, String errorMessageForNull) static ObjectBasicJavaObjectValue.asObject(RightValue rightValue) static StringBasicStringValue.asString(RightValue rv) -
Uses of BasicRuntimeException in com.scriptbasic.interfaces
Methods in com.scriptbasic.interfaces that throw BasicRuntimeExceptionModifier and TypeMethodDescriptionvoidMethodRegistry.registerJavaMethod(String alias, Class<?> klass, String methodName, Class<?>[] argumentTypes) Register a java method. -
Uses of BasicRuntimeException in com.scriptbasic.spi
Methods in com.scriptbasic.spi that throw BasicRuntimeExceptionModifier and TypeMethodDescriptionvoidInterpreter.registerJavaMethod(String alias, Class<?> klass, String methodName, Class<?>[] argumentTypes) Register a BASIC function as Java method. -
Uses of BasicRuntimeException in com.scriptbasic.utility
Methods in com.scriptbasic.utility that throw BasicRuntimeExceptionModifier and TypeMethodDescriptionstatic ObjectGet the value of a field of an object and return it.static voidMethodRegisterUtility.registerFunctions(Class<?> klass, Interpreter interpreter) Register all annotated methods of the classklassso that they can be accessed from BASIC.static voidSet the field of a Java object. -
Uses of BasicRuntimeException in com.scriptbasic.utility.functions
Methods in com.scriptbasic.utility.functions that throw BasicRuntimeExceptionModifier and TypeMethodDescriptionstatic IntegerReturns an Integer representing the character code corresponding to the first letter in a string.static LocalDateConversion function to datestatic Doublestatic StringReturns a String containing the character associated with the specified character code.static Longstatic StringReturns string for the argument.static LocalDateDateFunctions.isoDateParser(String src) Basic implementation of date parser Obtains an instance of LocalDate from a text string such as 2007-12-03.static StringReturnlennumber of characters from the left (the beginning) of the string.static StringTrim the white spaces from the start of the string.static StringReturn a substring from the string that starts at the positionstartand has a length oflen.Function for parsing datestatic StringReturnlennumber of characters from the right (the end) of the string.static StringTrim the white spaces from the end of the string.static voidstatic String -
Uses of BasicRuntimeException in com.scriptbasic.utility.functions.file
Methods in com.scriptbasic.utility.functions.file that throw BasicRuntimeExceptionModifier and TypeMethodDescriptionstatic voidFileHandlingFunctions.printf(FileHandler fh, String line) static voidFileHandlingFunctions.printfln(FileHandler fh, String line) static byte[]FileHandlingFunctions.read(FileHandler fh, int len) static StringFileHandlingFunctions.readLine(FileHandler fh) static voidFileHandlingFunctions.write(FileHandler fh, byte[] buffer)