Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractDirectCommandHandler - Class in org.rexxla.bsf.engines.rexx
-
Make it easy for Rexx programs to implement direct command handlers in Rexx.
- AbstractDirectCommandHandler() - Constructor for class org.rexxla.bsf.engines.rexx.AbstractDirectCommandHandler
- AbstractExitHandler - Class in org.rexxla.bsf.engines.rexx
-
Make it easy for Rexx programs to implement direct command handlers in Rexx.
- AbstractExitHandler() - Constructor for class org.rexxla.bsf.engines.rexx.AbstractExitHandler
- AbstractRedirectingCommandHandler - Class in org.rexxla.bsf.engines.rexx
-
Make it easy for Rexx programs to implement redirecting command handlers in Rexx.
- AbstractRedirectingCommandHandler() - Constructor for class org.rexxla.bsf.engines.rexx.AbstractRedirectingCommandHandler
- actionPerformed(ActionEvent) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
- add(int) - Method in class org.oorexx.datergf.DateRGF
-
Adds the number of days to this DateRGF.
- add(int, int) - Method in class org.oorexx.datergf.DateTimeRGF
-
Adds the number of days to the date field and the number of milliseconds to the time field of this DateTimeRGF object.
- addCommandHandler(String, RexxCommandHandler) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Allows to define an environment name and a
RexxCommandHandlerto serve the given environment. - addExitHandler(int, RexxExitHandler) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Allows to define a
RexxExitHandlerto serve the given Rexx exit. - addRequiredLibrary(String) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Allows to add a required native (implemented in C++) library that should be loaded when the Rexx interpreter instance gets created.
- allIndexes() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Returns single dimensioned (Java) array object containing the remaining indexes.
- allItems() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Returns single dimensioned (Java) array object containing the remaining items.
- ALPHA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- am_pm_string - Static variable in class org.oorexx.datergf.TimeRGF
-
An array of two strings representing "am" and "pm".
- apply(String, int, int, Object, Vector, Vector) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Applies (evaluates) a piece of Rexx code (can be a whole program as well) with Java-supplied arguments and returns the result.
- APRIL - Static variable in interface org.oorexx.datergf.DTC
-
April, has value 4 (ISO).
- ARE_OUTPUT_AND_ERROR_SAME_TARGET - Static variable in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
- areOutputAndErrorSameTarget(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Determines whether output and error are the same target.
- ArrayWrapper - Class in org.rexxla.bsf.engines.rexx
-
This class serves as a wrapper for Java arrays.
- ArrayWrapper(Object) - Constructor for class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Creates and returns an instance of this class, allowing easier access to Java arrays.
- assign(DateRGF) - Method in class org.oorexx.datergf.DateRGF
-
Assigns all DateRGF fields of otherDateRGF to this DateRGF.
- assign(DateTimeRGF) - Method in class org.oorexx.datergf.DateTimeRGF
-
Assigns otherDateTimeRGF to this DateTimeRGF.
- assign(TimeRGF) - Method in class org.oorexx.datergf.TimeRGF
-
Assigns other TimeRGF to this TimeRGF.
- AUGUST - Static variable in interface org.oorexx.datergf.DTC
-
August, has value 8 (ISO).
- available() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Tests whether an index/value pair is available.
B
- bAddCRC32toGeneratedClassName - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Flag that determines whether the generated class name should get the CRC32 value appended, defaults to
true. - bAddCRC32toNewName - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Flag that determines whether the supplied
newNameshould get the CRC32 value appended, defaults totrue. - bAddHashToGeneratedClassName - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Flag that determines whether the generated class name should get the hash value of the class object appended, defaults to
false. - bDebug - Static variable in class org.oorexx.uno.RgfReflectUNO
-
Controls issuing some debug messages, if set to
true. - BETA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- bFileNameWithDateOnly - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Controls whether the generated file name's date and time portion should contain the date portion only, defaults to
false. - bFileNameWithDateTime - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Controls whether the generated file name includes a date and time portion, defaults to
true. - bFileNameWithSimpleName - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Controls whether the generated file name should be led in with the extended class' simple name, defaults to
true. - bJNITerminated - Variable in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Will be set to true, if terminate() used JNI to successfully terminate the Rexx interpreter instance.
- bPrependDynamicRequiresStatement - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
This controls whether the supplied Rexx scripts should get a dynamic requires statement prepended that makes sure that the Java support is present.
- bRedirectStandardFiles - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Determines whether the ScriptContext's Reader, Writer and ErrorWriter should replace the Rexx script .input (and also .debugInput, if present), .output, .error (and also .traceOutput if present).
- bSaveToFilesystem - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Flag that determines whether the generated program should be stored in the file system.
- bSay4Output - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Field controls whether
RexxScriptEngineFactory.getOutputStatement(String toDisplay)uses the RexxSAY(always appends a line-feed character) keyword statement or the ooRexx.outputmonitor with thecharOutmethod (will output the string as is without appending anything). - bsfManager - Static variable in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
- bsfRegistryKey - Variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
The string value that was used as the key for storing this object in the BSFRegistry.
- BsfSystemClipboard - Class in org.rexxla.bsf.engines.rexx
-
This class employs the java.awt.datatransfer.Clipboard class and allows for setting (and getting from) the system clipboard Java images (java.awt.Image) and strings.
- BsfSystemClipboard() - Constructor for class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
- bShowSource - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
- bSupplyBSFExceptionObject - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
This controls whether ScriptExceptions should supply the
RexxExceptionobject (extendsBSFException) or fill in the ScriptException fields (message, line and column number, if present). - bTerminated - Variable in class org.rexxla.bsf.engines.rexx.RexxEngine
-
If terminate() was invoked, then this instance must not be used anymore.
- bTiming - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
- bUseInt4numbers - Variable in class org.oorexx.handlers.jdor.JavaDrawingHandler
- bUseNames4canonical - Variable in class org.oorexx.handlers.jdor.JavaDrawingHandler
C
- calcCRC32(String) - Static method in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Calculate the CRC32 value for the supplied string and return an uppercased hex-string.
- call(Object, String, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Calls (executes) a Rexx program which code has been supplied before via an invocation of "apply()", "exec()" or "eval()" with the Java-supplied arguments and returns the result.
- call(Object, String, Object[], Object) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Call version that allows for supplying a Rexx class serving as the scope for the method invocation (new in ooRexx 5.0, cf.
- call(RexxProxy, Object, String, String, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Allows forwarding a messages to a RexxProxy using the supplied
methodNamethe suppliedarguments, if any. - call(RexxProxy, Method, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Allows forwarding a messages to a RexxProxy using the method name of the supplied
methodObjectobject with the suppliedarguments, if any. - cD() - Method in class org.oorexx.datergf.DateRGF
-
Checks the date.
- changedUpdate(DocumentEvent) - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- checkBooleanValue(String) - Static method in class org.oorexx.handlers.jdor.JavaDrawingHandler
-
Allow "1", ".true", "true" in any case to resolve to a boolean true; allow "0", ".false", "false" in any case to resolve to a boolean false;
- checkCondition(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Checks to see if any conditions have resulted from a call to a Rexx API (cf "rexxapi.pdf").
- CHI - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- ClassAdapter - Class in org.rexxla.bsf.engines.rexx
-
This class creates a proxied Java class on the fly, which has concrete implementations for all abstract (inherited or not) methods.
- clear() - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- clear() - Method in interface com.sun.star.script.framework.provider.oorexx.ScriptSourceView
- clear() - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
Clears (empties) the system clipboard.
- clearCondition(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Clears any pending condition status (cf "rexxapi.pdf").
- clearErrorLine() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptSourceModel
- clone() - Method in class org.oorexx.datergf.DateRGF
-
Implements the "Clonable" interface.
- clone() - Method in class org.oorexx.datergf.DateTimeRGF
-
Implements the "Clonable" interface.
- clone() - Method in class org.oorexx.datergf.TimeRGF
-
Implements the "Clonable" interface.
- clr_box(String, String) - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Create and return an instance of the
typeIndicatorWrapper class representing thevalueor turn ajava.lang.Stringinto aSystem.Stringand return it. - clr_unbox(Object) - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Utility method for "oorexx.net" to turn values of
clrprimitive types and or System.String values to plain strings, otherwise returns argument unchanged. - com.sun.star.script.framework.provider.oorexx - package com.sun.star.script.framework.provider.oorexx
- com.sun.star.script.framework.provider.oorexx.beanshell - package com.sun.star.script.framework.provider.oorexx.beanshell
- com.sun.star.script.framework.provider.oorexx.bkp - package com.sun.star.script.framework.provider.oorexx.bkp
- com.sun.star.script.framework.provider.oorexx.experimental - package com.sun.star.script.framework.provider.oorexx.experimental
- compareTo(Object) - Method in class org.oorexx.datergf.DateRGF
-
Implements the "Comparable" interface.
- compareTo(Object) - Method in class org.oorexx.datergf.DateTimeRGF
-
Implements the "Comparable" interface.
- compareTo(Object) - Method in class org.oorexx.datergf.TimeRGF
-
Implements the "Comparable" interface.
- compile(Reader) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Compiles (tokenizes) the script (source read from Reader) for later execution.
- compile(String) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Compiles (tokenizes) the script (source given as a String) for later execution.
- componentType - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
- createBindings() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Creates and returns a SimpleBindings instance.
- createProxiedJavaClass(Class, String, String[], Class[]) - Static method in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Creates and returns a proxy class in which Java method invocations get forwarded to a RexxProxy.
D
- D - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
DateRGF.dayfield inDateRGF.get(int flag)andDateRGF.set(int flag, int new_value). - date - Variable in class org.oorexx.datergf.DateTimeRGF
-
DateRGF field to store the date portion.
- DATE_ORDER - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
DateRGF.dateOrderfield inDateRGF.getStatic(int flag)andDateRGF.setStatic(int flag, int new_value). - date2jdn(int, int, int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Calculates the Julian day number of the Julian period from a date which belongs to the Julian or Gregorian calendar, depending on the
flagargument. - date2jdn(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Determines into which calendar a date falls into and calls the appropriate method to calculate the respective Julian day number of the Julian period.
- DateFormatRGF - Class in org.oorexx.datergf
-
This class helps to format DateRGF objects in strings, using various renderings.
- DateFormatRGF() - Constructor for class org.oorexx.datergf.DateFormatRGF
- DateRGF - Class in org.oorexx.datergf
-
DateRGF(int, int, int)is an implementation of Date which allows for date manipulations and date arithmetics. - DateRGF() - Constructor for class org.oorexx.datergf.DateRGF
-
Creates a DateRGF object with all fields set to 1.
- DateRGF(int, int, int) - Constructor for class org.oorexx.datergf.DateRGF
-
Creates a DateRGF from the three integers, representing year, month and day.
- dateSeparator - Static variable in class org.oorexx.datergf.DateRGF
-
Stores the desired string to be used to delimit date fields in
DateRGF.toString(). - DateTimeRGF - Class in org.oorexx.datergf
- DateTimeRGF() - Constructor for class org.oorexx.datergf.DateTimeRGF
-
Creates a DateTimeRGF object set to "0001-01-01 00:00:00.000".
- DateTimeRGF(int, int, int, int, int, int) - Constructor for class org.oorexx.datergf.DateTimeRGF
-
Creates a DateTimeRGF object set to the values from the arguments.
- DateTimeRGF(int, int, int, int, int, int, int) - Constructor for class org.oorexx.datergf.DateTimeRGF
-
Creates a DateTimeRGF object set to the values from the arguments.
- DateTimeRGF(DateRGF, TimeRGF) - Constructor for class org.oorexx.datergf.DateTimeRGF
-
Creates a DateTimeRGF object set to the arguments
dateandtime. - day - Variable in class org.oorexx.datergf.DateRGF
-
Stores the day, a value between 1 and 28, 29, 30, 31, depending on the month and year.
- DAY_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
DateRGF.dayfield inDateRGF.get(int flag)andDateRGF.set(int flag, int new_value). - DAYS_IN_MONTH - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'total of days in month'.
- daysInMonth(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Determines the number of days for the date's month.
- DECEMBER - Static variable in interface org.oorexx.datergf.DTC
-
December, has value 12 (ISO).
- declareBean(BSFDeclaredBean) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Saves the supplied bean in
RexxEngine.engineDeclaredBeanswhich will be looked up by RexxAndJava.lookupBean() if a bean with the supplied name is not present in RexxAndJava's registry. - DEFAULT_REXX_SCRIPT_ENGINE_FACTORY - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
If a RexxScriptEngine gets created directly, allow it to fetch an instance of the RexxScriptEngineFactory.
- DELTA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- dimension(int) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Returns the size of the given dimension.
- dimensions - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Stores the total number of dimensions.
- DMY - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate the order Day/Month/Year.
- DN - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'day name'.
- doChanged(DocumentEvent) - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- dow(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Calculates the day of week (DOW).
- DOW - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'day of week' (DOW).
- dow_ord(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Calculates the ordinal value of the day of week (DOW), which is relative to
DateRGF.weekStart. - DOW_ORDINAL - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'day of week relative to day which begins the week (
DateRGF.weekStart. - dropContextVariable(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Drops a Rexx variable from the context.
- DTC - Interface in org.oorexx.datergf
-
This interface serves as a container for constants used in the classes of the datergf package in order to minimize the needed space of compiled classes.
- dumpScriptContext(ScriptContext) - Static method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Utility method to dump the content of the supplied
ScriptContext. - dynamicallyRequireBSF - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Rexx code to dynamically require "
BSF.CLS".
E
- easter(int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Calculate the Julian (Orthodox) or Gregorian (Western) Easter Sunday for the given year.
- easter(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Calculate Easter Sunday for the year of the date.
- edit(XScriptContext, ScriptMetaData) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Opens an editor window for the specified ScriptMetaData.
- ENCODED_AS_INTEGER - Static variable in interface org.oorexx.datergf.DTC
- ENCODED_AS_MILLIS - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate that the time is encoded as an integer representing the time as milliseconds relative to midnight.
- ENCODED_AS_SECONDS - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate that the time is encoded as an integer representing the time as seconds relative to midnight.
- ENGINE_NAME - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- ENGINE_VERSION - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- EnumerationWrapper - Class in org.rexxla.bsf.engines.rexx
-
Class to allow Rexx enumerating objects of classes implementing the Enumeration interface, if running under Java 1.1.
- EnumerationWrapper(Enumeration) - Constructor for class org.rexxla.bsf.engines.rexx.EnumerationWrapper
- EPOCH_DEFAULT - Static variable in interface org.oorexx.datergf.DTC
-
Constant, to indicate to use the default epoch.
- EPOCH_DOS - Static variable in interface org.oorexx.datergf.DTC
-
Constant, epoch starts with 1980-01-01.
- EPOCH_JAVA - Static variable in interface org.oorexx.datergf.DTC
-
Constant, epoch starts with 1970-01-01.
- EPOCH_MACINTOSH - Static variable in interface org.oorexx.datergf.DTC
-
Constant, epoch starts with 1904-01-01.
- EPOCH_MJD - Static variable in interface org.oorexx.datergf.DTC
-
Constant, epoch starts with 1858-11-17 and denotes the epoch of the "modified julian day (MJD)" sometimes used in calendar algorithms.
- EPOCH_PALM - Static variable in interface org.oorexx.datergf.DTC
-
Constant, epoch starts with 1904-01-01.
- EPOCH_USER - Static variable in interface org.oorexx.datergf.DTC
-
Constant, epoch defined by the user (
DateRGF.setDefaultEpochDate(int value). - EPOCH_WIN32 - Static variable in interface org.oorexx.datergf.DTC
-
Constant, epoch starts with 1601-01-01.
- EPSILON - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- equals(DateRGF) - Method in class org.oorexx.datergf.DateRGF
-
Returns true if DateRGFs are equal (both have the same value in the fields
DateRGF.yearDateRGF.monthDateRGF.day). - equals(DateTimeRGF) - Method in class org.oorexx.datergf.DateTimeRGF
-
Implements the "Comparator.equals(Object obj)" interface.
- equals(TimeRGF) - Method in class org.oorexx.datergf.TimeRGF
-
Implements the "Comparator.equals(Object obj)" interface.
- ETA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- eval(Reader, ScriptContext) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Creates the script from the supplied
Readerand uses(String script, ScriptContext sc)to carry out the operation. - eval(String, int, int, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Evaluates (executes) a piece of Rexx code (can be a whole program as well) without any Java-supplied arguments and returns the result.
- eval(String, ScriptContext) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Creates a
RexxCompiledScriptobject for the supplied Rexx script and then usesRexxCompiledScript.eval(ScriptContext sc)to carry out the operation. - eval(ScriptContext) - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Evaluates (executes, runs) the Rexx program stored in this
RexxCompiledScriptobject. - execute() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Executes the script edited by the editor
- execute(XScriptContext, ClassLoader, ScriptMetaData) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptSourceModel
-
This method will be used to execute a script/macro if the user chooses "Run" from the editor window.
- extensionIndicator - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
String that gets appended to the generated class name to ease locating such classes, defaults to
"_$RexxExtendClass$_". - EXTENSIONS - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
F
- FEBRUARY - Static variable in interface org.oorexx.datergf.DTC
-
February, has value (ISO).
- findFirstDigit(String) - Static method in class org.oorexx.datergf.DateFormatRGF
-
Searches a String and returns the 0-based index of the first digit character, -1 else.
- findInterfaceWithMember(Object, String, boolean, int, boolean) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Looks for the interface in a service object (
o) containing a member (a method or attribute) of the givenname. - format(String, Object) - Static method in class org.oorexx.datergf.DateFormatRGF
-
Creates a string according to a format pattern, using objects of type DateTimeRGF, DateRGF or TimeRGF.
- formatDateTime() - Static method in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Creates and formats a
Dateobject. - formatDateTime(Date) - Static method in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Formats a
Dateobject. - FRIDAY - Static variable in interface org.oorexx.datergf.DTC
-
Friday, has value 5 (ISO).
- fromJulianDate(int) - Static method in class org.oorexx.datergf.DateRGF
-
Renders a Julian date into a DateRGF.
G
- GAMMA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- get(int) - Method in class org.oorexx.datergf.DateRGF
-
Allows to retrieve information about this DateRGF.
- get(int) - Method in class org.oorexx.datergf.TimeRGF
-
Allows to retrieve time fields and a rendering of TimeRGF to integer.
- get(int[]) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Get a value (item, element) from the array at the given position.
- GET - Enum constant in enum class org.rexxla.bsf.engines.rexx.RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
- get_rii_ID() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Getter method.
- getAddLatestPackageDynamically() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Returns the current setting of
RexxScriptEngine.bAddLatestPackageDynamically. - getAllCommandHandlers() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an array with two elements, where the first element is a String array denoting the command environment name and the second element is an array of type RexxCommandHandler and RexxDirectingCommandHandler with the matching Java command handler object.
- getAllContextVariables(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Fetches and returns a Rexx directory containing all context variables.
- getAnalyzedData() - Static method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry
-
Returns the analyzed data, runs
RexxAnalyzeRegistry.updateAnalyzeData()to analyze the latest version of the BSF registry. - getAnalyzedDataAsString() - Static method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry
-
Returns the analyzed data as a string, runs
RexxAnalyzeRegistry.updateAnalyzeData()to analyze the latest version of the BSF registry. - getArguments4JNI() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an array of type Object that contains the following options: index
0:INITIAL_ADDRESS_ENVIRONMENT(null or String) index1:EXTERNAL_CALL_PATH(null or String) index2:EXTERNAL_CALL_EXTENSIONS(null or String) index3:LOAD_REQUIRED_LIBRARY(null or String[]) index4:DIRECT_EXITS(null or Object[]={int[],RexxExitHandler[]}) index5:DIRECT_ENVIRONMENTS(null or Object[]={String[],RexxCommandHandler[]}) - getBooleanValue(String) - Static method in class org.oorexx.handlers.jdor.JavaDrawingHandler
-
Determines the boolean value of a BSF4ooRexx850 boolean string and returns it.
- getBSFManager() - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
- getBsfRegistryKey() - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method.
- getBsfRexxEngine() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Getter method that returns the BSF scripting engine in use.
- getCallerContext(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns the Rexx context object
.contextthat can be analyzed to learn about the context of the command/exit. - getCategory() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getClassObject() - Method in class org.rexxla.bsf.engines.rexx.RexxStrictArgument
-
Returns the class object which needs to be strictly matched.
- getCleanInvocationCounter() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Getter method.
- getCommandHandler(String) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns the
RexxCommandHandlerobject associated with the supplied commandnameornull, if none found. - getCommandHandlerNames4JNI() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns a String array denoting the environment names defined at the moment that are backed by a Java implemented non redirectable RexxCommandHandler.
- getCommandHandlers() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an array with two elements, where the first element is a String array denoting the command environment name and the second element is an array of type RexxCommandHandler with the matching Java command handler object.
- getCommandHandlers_ori() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an array with two elements, where the first element is a String array denoting the command environment name and the second element is an array of type RexxCommandHandler with the matching Java command handler object.
- getCommandHandlersAsStringArray() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns a String array where the first word represents the environment followed by a blank and the command handler's String representation.
- getConditionInfo(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a directory object containing the condition information; this is equivalent to calling
condition('O')from within Rexx code (cf "rexxapi.pdf"). - getContext() - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns the value of the current XComponentObject in use, or null, if not set yet.
- getContextVariable(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Fetches and returns the Rexx variable value in the Rexx program for which the handler runs.
- getCounters() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Getter that returns a clone (copy) of the current counters array indexed by ordinal value of
RefKindin first dimension, and by 0 (created instances) and 1 (finalizers ran). - getCultureNeutralParseMethods() - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Returns an unmodifiable
MapofHelper4ooRexx4Net.miCultureNeutralParseMethodsto allow inspection and usage. - getCultureNeutralToStringMethods() - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Returns an unmodifiable
MapofHelper4ooRexx4Net.miCultureNeutralToStringMethodsto allow inspection and usage. - getCurrentPosition() - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- getCurrentPosition() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptSourceModel
- getCurrentScript() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Getter method for "current" (the latest evaluated) script.
- getDataFlavors() - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
Returns an array of java.awt.datatransfer.DataFlavors (formats) currently available on the system clipboard.
- getDebugRexxProxy() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Getter for
bDebugRexxProxy. - getDebugRII() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Returns the current setting of the private boolean field
bDebugRII which controls debug output in the context of terminating a Rexx interpreter instance (RII). - getDefaultEpochDate() - Static method in class org.oorexx.datergf.DateRGF
-
Returns a clone (copy) of the presently defined epoch DateRGF.
- getDefinedExits() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns a cloned BitSet object indicating which Rexx exits got defined to be handled.
- getDefinition(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns a blank delimited string containing the UNOIDL definitions of an UNO object (or a string denoting the fully qualified UNOIDL name).
- getEditedScriptSource() - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Getter for the Rexx edited script source code which got compiled (tokenized), it will have injected code, if any of the Rexx script annotations @GET, @GET("attribute list") or @SET("attribute list") was found in
RexxCompiledScript.scriptSource. - getEditor() - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Returns the global ScriptEditorForooRexx instance.
- getEditor(URL) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Get the ScriptEditorForooRexx instance for this URL
- getEngine() - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Returns the
ScriptEnginewhose compile method created this CompiledScript. - getEngineName() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns the full name of the ScriptEngine.
- getEngineVersion() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns the version of the ScriptEngine.
- getExitHandler(int) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
- getExitHandlers() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an array with two elements, where the first element is an int array of exit numbers and the second element is an array of RexxExitHandler with the matching Java exit handler object (or
null, if not yet handled by the Java side). - getExitHandlers4JNI() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an an int array of exit numbers for which Java exit handlers got defined.
- getExtension() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Returns the default extension for ooRexx scripts
- getExtensions() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns an immutable list of filename extensions, which generally identify scripts written in the language supported by this ScriptEngine.
- getExternalCallExtensions() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns the current value of the externalCallExtensions field.
- getExternalCallPath() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns the current value of the externalCallPath field.
- getFactory() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Returns the default RexxScriptEngineFactory instance for the Rexx scripting language.
- getFieldName(Type, String) - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Searches a field in the supplied type which matches caselessly the supplied needle and returns the spelling found in the
FieldInfoobject. - getFilename() - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Getter method to return the current value of
RexxCompiledScript.filename. - getGcThreshold() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Threshold of unfinalized RexxEngines which will cause a System.gc() to be called.
- getGcThresholdMax() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Return gcThresholdMax attribute.
- getGcThresholdMin() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Return gcThresholdMin attribute.
- getGlobalEnvironment() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Get the ooRexx
.environmentdirectory. - getGlobalEnvironment(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a reference to the Rexx interpreter global
.environmentdirectory. - getGMTFormattedDate4Filename() - Static method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Utility method to format a
SimpleDateFormatsuch that it can be used as part of a generated filename. - getGMTFormattedDateAsISO() - Static method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Utility method that creates and returns a GMT-based ISO date string.
- getGregorianChange() - Static method in class org.oorexx.datergf.DateRGF
-
Returns a clone of the DateRGF object which is set to the first date of the Gregorian calendar.
- getId() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the identifier of this RexxEngine.
- getImage() - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
Gets an image from the system clipboard and returns it.
- getInitialAddressEnvironment() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns the default address environment or
null, if none set. - getInterface(Class<T>) - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Returns an implementation of a Java interface where the Java method invocations will be carried out by the public Rexx routines in the script.
- getInterface(Class<T>) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Returns an implementation of an interface using functions compiled in the interpreter.
- getInterface(Object, Class<T>) - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Returns an implementation of a Java interface where the Java method invocations will be implemented by the methods of the supplied Rexx object (a
RexxProxy. - getInterface(Object, Class<T>) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Returns an implementation of a Java interface where the Java method invocations will be implemented by the methods of the supplied Rexx object (a
RexxProxy. - getInterfaceNamesViaReflection(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns a blank delimited String of the interface names that are defined in UNOIDL for the service object.
- getInterpreterVersion() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
(Copied from the ooRexx
rexxpg.pdfdocumentation) "Returns the version of the interpreter. - getInterpreterVersion(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
(Copied from the ooRexx rexxapi.pdf documentation) "Returns the version of the interpreter." "The returned version is encoded in the 3 least significant bytes of the returned value, using 1 byte each for the interpreter version, release, and revision values." "For example, on a 32-bit platform, this value would be
0x00050000for version 5.0.0." - getLanguageLevel() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
(Copied from the ooRexx
rexxpg.pdfdocumentation) "Returns the language level of the interpreter. - getLanguageLevel(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
(Copied from the ooRexx rexxapi.pdf documentation) "Returns the language level of the interpreter." "The returned language level is encoded in the 2 least significant bytes of the returned value, using 1 byte each for the interpreter version, release, and revision values.
- getLanguageName() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns the name of the scripting langauge supported by this ScriptEngine.
- getLanguageVersion() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns the version of the scripting language supported by this ScriptEngine.
- getLanguageVersionString() - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Getter method.
- getLocalEnvironment() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Get the ooRexx
.localdirectory. - getLocalEnvironment(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a reference to this Rexx interpreter instance
.localenvironment directory. - getMethodCallSyntax(String, String, String...) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns a String which can be used to invoke a method of a Java object using the syntax of the supported scripting language.
- getMethodName(Type, String) - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Searches a method in the supplied type which matches caselessly the supplied needle and returns the spelling found in the
MethodInfoobject. - getMimeTypes() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns an immutable list of mimetypes, associated with scripts that can be executed by the engine.
- getName() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns the short name of the scripting language supported by this ScriptEngine.
- getNames() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns an immutable list of short names for the ScriptEngine, which may be used to identify the ScriptEngine by the ScriptEngineManager.
- getNil() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Get the ooRexx
.nilobject. - getNil() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Getter method that returns the ooRexx
.nilobject. - getNil(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a reference to the Rexx sentinel value
.nil. - getNonBlankWords(String, ArrayList<int[]>) - Static method in class org.oorexx.handlers.jdor.JavaDrawingHandler
-
This will create a word array from the supplied ArrayList returned by getWordBoundaries.
- getOutputStatement(String) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns a String that can be used as a statement to display the specified String using the syntax of the supported scripting language.
- getPackageObject() - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Getter for the
RexxProxyrepresenting the Rexx routine object the script got compiled (tokenized) into. - getParameter(String) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns the value of an attribute whose meaning may be implementation-specific.
- getPrimitiveWrapperClasses() - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Returns an unmodifiable
MapofHelper4ooRexx4Net.tiPrimitiveWrapperClassesto allow inspection and usage. - getProgram(String...) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Returns a valid scripting language executable program with given statements.
- getProperties(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Creates and returns a blank delimited string of property definitions available for the service object
o. - getPropertyName(Type, String) - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Searches a property in the supplied type which matches caselessly the supplied needle and returns the spelling found in the
PropertyInfoobject. - getRawBeanNames() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getRedirectingCommandHandlerNames4JNI() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns a String array denoting the environment names defined at the moment that are backed by a Java implemented RexxRedirectableCommandHandler.
- getRedirectingCommandHandlers() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an array with two elements, where the first element is a String array denoting the command environment name and the second element is an array of type RexxRedirectingCommandHandler with the matching Java command handler object.
- getRefCount() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getRefkinds() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Getter that returns a clone (copy) of the enum constants of the @link{RefKind} enum class.
- getRefMemSize() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getRequiredLibraries() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an array of native library names.
- getRequiredLibraries4JNI() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns an array of native library names or
null, if none were defined. - getResetLocalBeforeTerminate() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the current value of
resetLocalBeforeTerminate - getResetLocalBeforeTerminateDefault() - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the current value of
resetLocalBeforeTerminateDefault - getRexxConditionObject() - Method in exception org.rexxla.bsf.engines.rexx.RexxException
-
Getter method.
- getRexxConfiguration() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Getter method.
- getRexxEngineInstance() - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method.
- getRexxInterface() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the
RexxAndJavainstance that is used for interfacing with Rexx. - getRexxInterpreterID() - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method.
- getRexxObjectID() - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method.
- getRexxScriptEngine() - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Getter to retrieve the RexxScriptEngine used to create this compiled script.
- getRexxUserDataID() - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method.
- getScript(String) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx._ScriptProviderForooRexx
- getScriptEditor() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx._ScriptProviderForooRexx
- getScriptEngine() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Creates and returns a new RexxScriptEngine instance.
- getScriptObject() - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Getter for the
RexxProxyrepresenting the Rexx routine object the script got compiled (tokenized) to. - getScriptSource() - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Getter for the Rexx script source code.
- getServiceNamesViaReflection(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns a blank delimited String of service names that are defined in UNOIDL for the service object.
- getStatic(int) - Static method in class org.oorexx.datergf.DateRGF
-
Allows to query the static fields
DateRGF.weekStartandDateRGF.dateOrder. - getStatistics() - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Creates a string with formatted instances, finalizes and not yet finalized objects grouped by
- getStatistics(String) - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Creates a string with formatted instances, finalizes and not yet finalized objects grouped by
- getStrBeanNameWithInfos() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getString() - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
Returns the string currently in the system clipboard.
- getString(int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Returns the name of the day or of the month according to
flag. - getString(String) - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
Returns the string currently in the system clipboard as a byte array encoded according to the supplied codepage.
- getStringLiteral(String) - Static method in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
-
Creates and returns a quoted Rexx string, with carriage return (CR) and line-feed (LF) characters escaped as concatenated Rexx hex strings.
- getStrMemSizeSummary() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getStrNrRegistryEntries() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getStrRefCountSummary() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getStrTimeHeader() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
- getSupplyBSFExceptionObject() - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Getter for the Rexx script which got compiled (tokenized).
- getSystemPathFromFileURL(XComponentContext, ScriptMetaData) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
-
Returns the fully qualified, operating system dependent path to the script, if it is located in the 'user' or 'share' location.
- getTemplate() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Returns the template text for ooRexx scripts
- getTerminateFixed() - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the string indicating which major ooRexx version and compilation date fixed the Terminate() problem.
- getTerminateOnSeparateThread() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the current value of
TerminateOnSeparateThread - getTerminateOnSeparateThreadDefault() - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the current value of
TerminateOnSeparateThreadDefault - getText() - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- getText() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Returns the text being displayed in this ScriptEditorForooRexx
- getText() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptSourceModel
- getText() - Method in interface com.sun.star.script.framework.provider.oorexx.ScriptSourceView
- getTextArea() - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- getTypeName(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns string indicating the type of the supplied UNO object.
- getValue() - Method in class org.rexxla.bsf.engines.rexx.RexxStrictArgument
-
Returns the Java object to be used as the argument value.
- getValue4Rexx() - Method in class org.rexxla.bsf.engines.rexx.RexxStrictArgument
-
Return the value part in a form that is appropriate for ooRexx, ie.
- getWordBoundaries(String, int) - Static method in class org.oorexx.handlers.jdor.JavaDrawingHandler
-
Parses the string and returns an ArrayList of int[] denoting the start and the end of each word in the string delimited by ' ' or '\t' the Rexx whitespace characters.
- getXTypeProviderTypeNames(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns a blank delimited string of names of the provided interface types.
- GREGORIAN - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate the usage of the Gregorian calendar in the methods
DateRGF.jdn2date(int jdn, DateRGF aDate, int flag)andDateRGF.date2jdn(int year, int month, int day, int flag).
H
- halt() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Halt (raise the
HALTcondition) all Rexx threads of this engine's peer Rexx interperter instance (using the new ooRExx 4.0 APIs). - halt(String) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Allow halting an individual Rexx thread (raising the
HALTcondition) having the given thread ID. - haltThread(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Raises a
HALTcondition on the current (Rexx) thread. - handleCommand(Object, String, String) - Method in class org.oorexx.handlers.jdor.JavaDrawingHandler
-
Callback method of this command handler.
- handleCommand(Object, String, String) - Method in class org.rexxla.bsf.engines.rexx.AbstractDirectCommandHandler
- handleCommand(Object, String, String) - Method in class org.rexxla.bsf.engines.rexx.AbstractRedirectingCommandHandler
- handleCommand(Object, String, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxCommandHandler
-
Command handler signature (called via native code) according to the ooRexx API documentation in
rexxpg.pdf. - handleExit(Object, int, int, Object[]) - Method in class org.rexxla.bsf.engines.rexx.AbstractExitHandler
- handleExit(Object, int, int, Object[]) - Method in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Exit handler signature (called via native code) according to the ooRexx API documentation in
rexxpg.pdf. - hasMoreElements() - Method in class org.rexxla.bsf.engines.rexx.EnumerationWrapper
-
Implements the interface
java.util.Enumeration.hasMoreElements(). - hasMoreElements() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Implements the interface
java.util.Enumeration.hasMoreElements(). - hasScriptEditor() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx._ScriptProviderForooRexx
- Helper4ooRexx4Net - Class in org.oorexx.clr
-
This class helps the ooRexx dynamic language coders to box and unbox numeric values into the common language runtime (CLR) wrapper classes.
- Helper4ooRexx4Net() - Constructor for class org.oorexx.clr.Helper4ooRexx4Net
- hour - Variable in class org.oorexx.datergf.TimeRGF
-
Stores the hour, a value between 0 and 23.
- HOUR_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
TimeRGF.hourfield inTimeRGF.get(int flag)andTimeRGF.set(int flag, int new_value). - HY - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'half year' (semester).
- HYB - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'half year begin' (semester begin).
- HYE - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'half year end' (semester end).
I
- id - Variable in class org.rexxla.bsf.engines.rexx.RexxEngine
- ifpCultureNeutral - Static variable in class org.oorexx.clr.Helper4ooRexx4Net
-
Culture neutral
IFormatProviderfor allowing to parse and create Rexx decimal numbers using the point (dot) character for the decimal point. - index() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Returns the index part of the supplier object.
- indicateErrorLine(int) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Indicates the line where error occured
- indicateErrorLine(int) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptSourceModel
- initial_address_environment - Variable in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
If set, determines the name of the default Rexx address environment.
- initialize(BSFManager, String, Vector) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Initializes the Rexx engine and causes the external functions 'BSF' and 'BSFPollEvents' to be registered with the Rexx interpreter.
- insertUpdate(DocumentEvent) - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- invoke(Object, Method, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Implements the
InvocationHandler's method. - invoke(Object, String, String, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Invokes the given method with the given arguments using a callback to ooRexx using the RexxEngine instance.
- invoke(Method, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Invokes the given method with the given arguments using a callback to ooRexx using the RexxEngine instance.
- invokeFunction(String, Object...) - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Invokes (calls) a public Rexx routine defined in this compiled script.
- invokeFunction(String, Object...) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Invokes (calls) a public Rexx routine defined in this compiled script.
- invokeMethod(Object, String, Object...) - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Sends a Rexx message to the Rexx object contained in the addressed
RexxProxyobject. - invokeMethod(Object, String, Object...) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Sends a Rexx message to the Rexx object contained in the addressed
RexxProxyobject. - IOTA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- IS_ERROR_REDIRECTED - Static variable in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
- IS_INPUT_REDIRECTED - Static variable in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
- IS_OUTPUT_REDIRECTED - Static variable in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
- IS_REDIRECTION_REQUESTED - Static variable in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
- is24Hour - Static variable in class org.oorexx.datergf.TimeRGF
-
Indicates whether 24 hour clock (military time) or am/pm style is in effect in
toString(). - isDebug() - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Getter method for field
Helper4ooRexx4Net.bDebug. - isEmpty() - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
Tests whether the system clipboard is empty (if no data flavors are present).
- isErrorRedirected(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Determines whether this invocation redirects error.
- isInputRedirected(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Determines whether this invocation redirects input.
- isLeapYear(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Determines whether the given DateRGF is a leap year.
- isModifiable() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Access method for field
RexxConfiguration.modifiable - isModified() - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- isModified() - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Returns whether or not the script source being edited in this ScriptEditorForooRexx has been modified
- isModified() - Method in interface com.sun.star.script.framework.provider.oorexx.ScriptSourceView
- isOutputRedirected(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Determines whether this invocation redirects output.
- isoWeek(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Determines into which week of the year the given DateRGF falls into using ISO rules.
- isRedirectable() - Method in interface org.rexxla.bsf.engines.rexx.RexxCommandHandler
-
Indicates that the command handler is not redirectable (a new feature in ooRexx 5.0).
- isRedirectable() - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Indicates that the command handler is redirectable (a new feature in ooRexx 5.0).
- isRedirectionRequested(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Determines whether this invocation employs redirection.
- isResetLocalBeforeTerminate() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the current value of
resetLocalBeforeTerminate - isResetLocalBeforeTerminateDefault() - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the current value of
resetLocalBeforeTerminateDefault - isTerminated() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Getter method for field
bTerminated. - isTerminateOnSeparateThread() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the current value of
TerminateOnSeparateThread - isTerminateOnSeparateThreadDefault() - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the current value of
TerminateOnSeparateThreadDefault - isTerminationFixed() - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Determines whether the ooRexx version string indicates an interpretr that has Terminate() fixed.
- isVerbose() - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Getter method for field
Helper4ooRexx4Net.bVerbose. - item() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Returns the item (value) part of the supplier object.
- items - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Stores the total size (maximum number of entries) of the entire array.
J
- JANUARY - Static variable in interface org.oorexx.datergf.DTC
-
January, has value 1 (ISO).
- JavaDrawingHandler - Class in org.oorexx.handlers.jdor
- JavaDrawingHandler() - Constructor for class org.oorexx.handlers.jdor.JavaDrawingHandler
- jdn - Variable in class org.oorexx.datergf.DateRGF
-
Stores the "jdn" ("Julian day number") value.
- JDN - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
DateRGF.jdnfield inDateRGF.get(int flag)andDateRGF.set(int flag, int new_value). - jdn2date(int, DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Determines into which calendar a Julian day number of the Julian period falls into (Julian calendar or Gregorian calendar) and calls the appropriate method to set the date accordingly.
- jdn2date(int, DateRGF, int) - Static method in class org.oorexx.datergf.DateRGF
-
Sets the date belonging to the Julian calendar or Graegorian calendar according to the given Julian day number of the Julian period.
- jniRexxTerminateInterpreterInstance(String) - Method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
- jniUnregisterRexxObject(String) - Method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Unregisters the Rexx object denoted by 'obj_ID' from the JNI registry.
- JULIAN - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate the usage of the Julian calendar in the methods
DateRGF.jdn2date(int jdn, DateRGF aDate, int flag)andDateRGF.date2jdn(int year, int month, int day, int flag), or to indicate that a 'Julian date' (in the form 'YYYYddd') is desired in the methodDateRGF.get(int flag). - JULY - Static variable in interface org.oorexx.datergf.DTC
-
July, has value 7 (ISO).
- JUNE - Static variable in interface org.oorexx.datergf.DTC
-
June, has value 6 (ISO).
K
- KAPPA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
L
- LAMBDA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- LANGUAGE_NAME - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- LANGUAGE_VERSION - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- languageVersionString - Static variable in class org.rexxla.bsf.engines.rexx.RexxEngine
-
The
PARSE VERSIONstring of the currently ooRexx interpreter in use. - localize() - Static method in class org.oorexx.datergf.DateFormatRGF
-
Sets the national language characteristics of the Date/Time/RGF package.
- localize(Locale) - Static method in class org.oorexx.datergf.DateFormatRGF
-
Sets the national language characteristics of the Date/Time/RGF package using the Java runtime information.
- lookupBean(String) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Allow lookup of BSFRegistry entries.
M
- M - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
DateRGF.monthfield inDateRGF.get(int flag)andDateRGF.set(int flag, int new_value). - main(String[]) - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
mainmethod. - main(String[]) - Static method in class org.oorexx.datergf.DateRGF
-
Main method to give a few hints on the command line.
- main(String[]) - Static method in class org.rexxla.bsf.engines.rexx.AbstractDirectCommandHandler
- main(String[]) - Static method in class org.rexxla.bsf.engines.rexx.AbstractExitHandler
- main(String[]) - Static method in class org.rexxla.bsf.engines.rexx.AbstractRedirectingCommandHandler
- main(String[]) - Static method in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Allow using this class from the command line to create an extended Java class and displaying the generated source.
- main(String[]) - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
- main(String[]) - Static method in class org.rexxla.bsf.RexxDispatcher
-
Dispatches the Rexx/ooRexx program in args[0] and supplies it with the argument, assembled by concatenating all remaining arguments with a blank.
- makearray(boolean, boolean) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Modelled after Object Rexx
MAKEARRAYmethod of the array class. - makeFilenameLegible(String) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
-
Removes curly brackets at the beginning of the string and an optionally trailing '/ucb/' string and returns result.
- MARCH - Static variable in interface org.oorexx.datergf.DTC
-
March, has value 3 (ISO).
- MAY - Static variable in interface org.oorexx.datergf.DTC
-
May, has value 5 (ISO).
- MB - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'month begin'.
- MDY - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate the order Month/Day/Year.
- ME - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'month end'.
- millis - Variable in class org.oorexx.datergf.TimeRGF
-
Stores the milliseconds, a value between 0 and 999.
- MILLIS_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
TimeRGF.millisfield inTimeRGF.get(int flag)andTimeRGF.set(int flag, int new_value). - MILLIS_PER_DAY - Static variable in interface org.oorexx.datergf.DTC
-
Millis in a full day (86.400.000).
- MILLIS_PER_HOUR - Static variable in interface org.oorexx.datergf.DTC
-
Millis in a full hour (3.600.000).
- MILLIS_PER_MINUTE - Static variable in interface org.oorexx.datergf.DTC
-
Millis in a full minute (60.000).
- MILLIS_PER_SECOND - Static variable in interface org.oorexx.datergf.DTC
-
Millis in a full second (1.000).
- MIME_TYPES - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- minute - Variable in class org.oorexx.datergf.TimeRGF
-
Stores the minute, a value between 0 and 59.
- MINUTE_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
TimeRGF.minutefield inTimeRGF.get(int flag)andTimeRGF.set(int flag, int new_value). - MN - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'month name'.
- modifiable - Variable in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
If flag is false, then the configuration cannot be changed anymore.
- MONDAY - Static variable in interface org.oorexx.datergf.DTC
-
Monday, has value 1 (ISO).
- month - Variable in class org.oorexx.datergf.DateRGF
-
Stores the month, a value between 1 and 12.
- MONTH_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
Flag to refer to the
DateRGF.monthfield inDateRGF.get(int flag)andDateRGF.set(int flag, int new_value). - MY - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
N
- NAD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate an impossible value for
DateRGF.jdn, "Not A Date" - newArray(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a newly created ooRexx
Arraycollection object. - newDirectory(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a newly created ooRexx
Directorycollection object. - newExtendedProxyInstance(Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Creates a new class from a supplied abstract class on the fly with all abstract methods being implemented such that they forward their invocations to a RexxProxy.
- newJavaProxyInstance(Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Creates an instance of java.lang.reflect.Proxy using the supplied list of interfaces; will use the RexxProxy as the target object.
- newStem(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a newly created ooRexx
Stemcollection object. - newStringTable(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a newly created ooRexx
StringTablecollection object. - next() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Move to the next item/value pair, if any.
- nextElement() - Method in class org.rexxla.bsf.engines.rexx.EnumerationWrapper
-
Implements the interface
java.util.Enumeration.nextElement(). - nextElement() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Implements the interface
java.util.Enumeration.nextElement(). - NOVEMBER - Static variable in interface org.oorexx.datergf.DTC
-
November, has value 11 (ISO).
- NY - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
O
- OCTOBER - Static variable in interface org.oorexx.datergf.DTC
-
October, has value 10 (ISO).
- OldGreekAlphabetEnum - Enum Class in org.oorexx.misc
- OMEGA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- OMIKRON - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- options - Static variable in class org.oorexx.datergf.DateFormatRGF
-
Supported format character keys in argument
fmtof methodDateFormatRGF.format(String fmt, Object obj). - org.oorexx.clr - package org.oorexx.clr
- org.oorexx.datergf - package org.oorexx.datergf
- org.oorexx.datergf.test - package org.oorexx.datergf.test
- org.oorexx.handlers.jdor - package org.oorexx.handlers.jdor
- org.oorexx.misc - package org.oorexx.misc
- org.oorexx.uno - package org.oorexx.uno
- org.rexxla.bsf - package org.rexxla.bsf
- org.rexxla.bsf.engines.rexx - package org.rexxla.bsf.engines.rexx
P
- packageName - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Package name that will replace the package name of the extended class, defaults to
"org.rexxla.bsf.engines.rexx.onTheFly". - pathToSaveTo - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Path where a generated program should be stored to, defaults to the Java temporary directory
(System.getProperty("java.io.tmpdir")). - PHI - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- PI - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- pinnedReferences - Static variable in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Learned that
PhantomReferencesmust be refenced themselves otherwise they may never be put on the reference queue, so storing them in thisIdentityHashMapuntil the reference is being put on the reference queue for processing, at which time the reference will be removed from theIdentityHashMap. - PlainSourceView - Class in com.sun.star.script.framework.provider.oorexx
- PlainSourceView(ScriptSourceModel) - Constructor for class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- pos(char, String, int) - Static method in class org.oorexx.datergf.DateFormatRGF
-
Returns the 0-based position of
needleinstring, starting the search at the indicated 0-basedstartposition, or-1, if not found. - procEnvironment(int, String, String) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
- proxyEquals(Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
- proxyHashCode(Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
- proxyToString(Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
- PSI - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- put(Object, int[]) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Put a value (item, element) into the array object at the given position.
Q
- Q - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'quarter'.
- QB - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'quarter begin'.
- QE - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'quarter end'.
- queryInterfaceName(Object, String, boolean) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Looks up a (partially qualified) given interface name case-insensitively and returns the fully-qualified mixed case interface name.
- queryInterfaceObjectByName(Object, String, boolean) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Looks up a (partially qualified) given interface name case-insensitively, carries out the appropriate
UnoRuntime.queryInterface()and returns its result. - queryServiceName(Object, String) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Looks up a (partially qualified) given service name case-insensitively and returns the fully-qualified mixed case service name.
R
- raiseCondition(Object, String, String, Object[], Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Raises a condition in the current Rexx thread, pass-through method to the Rexx API, which should be called immediately before returning to Rexx.
- raiseException(Object, long, Object[]) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Raises a Rexx syntax condition of the given error number, call immediately before returning from Java to Rexx.
- raiseException0(Object, long) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Raises a Rexx error without substitution values of the given error number, call immediately before returning from Java.
- raiseException1(Object, long, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Raises a Rexx error of the given error number, call immediately before returning from Java.
- raiseException2(Object, long, String, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Raises a Rexx error of the given error number, call immediately before returning from Java.
- raw_millis - Variable in class org.oorexx.datergf.TimeRGF
-
Stores the "raw milliseconds".
- RAW_MILLIS_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
TimeRGF.raw_millisfield inTimeRGF.get(int flag)andTimeRGF.set(int flag, int new_value). - readInput(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Reads the next line from input.
- readInputAsByteArray(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Reads the next line from input, does not apply a codepage translation to Java but returns the data as a byte array.
- readInputBuffer(Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Reads all remaining items from input separated by the platform specific line-end character(s).
- registerBean(Object) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
This method registers an object with the given beanName that gets created automatically in the BSF registry, if not registered yet.
- registerBean(String, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
This method registers an object with the given beanName with the BSF registry, if not registered yet.
- removeUpdate(DocumentEvent) - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- REXX_ENGINE - Enum constant in enum class org.rexxla.bsf.engines.rexx.RexxCleanupRef.RefKind
- REXX_PROXY - Enum constant in enum class org.rexxla.bsf.engines.rexx.RexxCleanupRef.RefKind
- REXX_SCRIPT_ENGINE - Enum constant in enum class org.rexxla.bsf.engines.rexx.RexxCleanupRef.RefKind
- RexxAnalyzeRegistry - Class in org.rexxla.bsf.engines.rexx
-
This class allows to analyze the registry maintained by RexxAndJava.java, it needs at least Java/OpenJDK version 8.
- RexxAnalyzeRegistry.AnalyzedCategory - Class in org.rexxla.bsf.engines.rexx
- RexxCleanupRef - Class in org.rexxla.bsf.engines.rexx
-
With Java 9 Object.finalize() gets deprecated, therefore we use
PhantomReferencesfor cleanup actions in these two cases: RexxAndJava.java: when the RexxEngine gets terminated we make sure that the peer RexxInterpreter gets terminated and removed from the list of available RexxInterpreter instances. - RexxCleanupRef(Object, RexxCleanupRef.RefKind, Object) - Constructor for class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Constructor.
- RexxCleanupRef.RefKind - Enum Class in org.rexxla.bsf.engines.rexx
-
Defines the valid kinds of Rexx related resources to finalize.
- RexxCommandHandler - Interface in org.rexxla.bsf.engines.rexx
-
Interface class for Rexx command handlers.
- RexxCompiledScript - Class in org.rexxla.bsf.engines.rexx
-
Class that extends the
javax.script.CompiledScriptclass and implements thejavax.script.Invocableinterface as this only makes sense in this class forRexxCompiledScript.getInterface(Class clasz). - RexxConfiguration - Class in org.rexxla.bsf.engines.rexx
-
This class allows to configure a Rexx interpreter instance, before it gets created employing
RexxAndJava.createRexxInterpreterInstance(RexxConfiguration rc). - RexxConfiguration() - Constructor for class org.rexxla.bsf.engines.rexx.RexxConfiguration
- RexxDispatcher - Class in org.rexxla.bsf
-
Invokes given Rexx or ooRexx program and supplies the commandline arguments.
- rexxEngine - Variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
The RexxEngine instance that creates this proxy and which will be used for callbacks.
- RexxEngine - Class in org.rexxla.bsf.engines.rexx
-
This class manages the calls from Java via JNI to Open Object Rexx (ooRexx).
- RexxEngine() - Constructor for class org.rexxla.bsf.engines.rexx.RexxEngine
- RexxException - Exception in org.rexxla.bsf.engines.rexx
-
This class allows to create an exception which contains a reference to the Rexx condition object represented as a RexxProxy object, such that Java programs become able to directly interact with the Rexx condition object.
- RexxException(int, String, RexxProxy) - Constructor for exception org.rexxla.bsf.engines.rexx.RexxException
- RexxException(String) - Constructor for exception org.rexxla.bsf.engines.rexx.RexxException
-
Creates a RexxException with a message.
- RexxException(String, RexxProxy) - Constructor for exception org.rexxla.bsf.engines.rexx.RexxException
-
Creates a RexxException with a message, and a RexxProxy allowing to access the Rexx condition object for further inspection.
- RexxExitHandler - Interface in org.rexxla.bsf.engines.rexx
-
Interface class for Rexx exit handlers.
- RexxHandler - Interface in org.rexxla.bsf.engines.rexx
-
Abstract class to allow Rexx exit and command handlers implemented in Java to use some of the ooRexx exit APIs directly.
- rexxInterpreterID - Variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
The string value of the RexxInstance C++ pointer.
- rexxObjectID - Variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
The string value of the identity hash value of the ooRexx object, which is used as the key in the proxied ooRexx directory in the JNI code.
- RexxProxy - Class in org.rexxla.bsf.engines.rexx
-
This class allows RexxProxy objects to be created from native (JNI) code and will be registered in the BSFRegistry using the String retrievable by
RexxProxy.getBsfRegistryKey(). - RexxRedirectingCommandHandler - Interface in org.rexxla.bsf.engines.rexx
-
Interface class for Rexx redirecting command handlers.
- RexxScriptEngine - Class in org.rexxla.bsf.engines.rexx
-
Class that extends extends the
javax.script.ScriptEngineclass and implements thejavax.script.Compilalbeand * thejavax.script.Invocableinterface, although the latter one would only make sense inRexxCompiledScriptclass, because of theRexxScriptEngine.getInterface(Class clasz)method. - RexxScriptEngine() - Constructor for class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Default constructor which creates the peer BSF Rexx engine instance.
- RexxScriptEngine.RexxAnnotation - Class in org.rexxla.bsf.engines.rexx
-
Inner class for determining a RexxScript annotation, if one exists, the annotation field will refer to the appropriate enum value and all fields are filled in to ease processing of the script's code by the caller.
- RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum - Enum Class in org.rexxla.bsf.engines.rexx
-
The currently supported Rexx script annotation names need to be led in with an at (@) character, the name of the annotation and if values are supplied with it, then they must be given within parenthesis immediately following the annotation name.
- RexxScriptEngineFactory - Class in org.rexxla.bsf.engines.rexx
-
Class that implements the
javax.script.ScriptEngineFactoryinterface for the ooRexx support. - RexxScriptEngineFactory() - Constructor for class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- RexxStrictArgument - Class in org.rexxla.bsf.engines.rexx
-
This class represents values which type must strictly match with the type in a signature.
- RexxStrictArgument(Class<?>, Object) - Constructor for class org.rexxla.bsf.engines.rexx.RexxStrictArgument
-
This constructor allows for casting a Java object to the supplied class object which must be strictly matched.
- RexxStrictArgument(Object) - Constructor for class org.rexxla.bsf.engines.rexx.RexxStrictArgument
-
This constructor accepts any Java object which class object will be queried and stored.
- rexxUserDataID - Variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
The string value of the identity hash value of the optional "userData" ooRexx object, which - if it is not null - will be submitted as part of the callback directory argument to the Rexx object.
- RgfReflectUNO - Class in org.oorexx.uno
-
This class allows reflecting UNO objects and types using the type descriptions and usually returns results as strings only (to facilitate interaction with scripting languages); originally devised for Open Object Rexx (cf.
- RHO - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- ri(int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Convert the primitive Java int tmp to a String and right adjust value with a leading 0 to two places, if necessary.
- romanL - Static variable in class org.oorexx.datergf.DateFormatRGF
-
Array of lowercase roman number strings (1 through 12).
- romanU - Static variable in class org.oorexx.datergf.DateFormatRGF
-
Array of uppercase roman number strings (1 through 12).
- RX_EXIT_NAMES - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Names of Rexx system exit function numbers between number 0 and 15.
- RXCMD - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Process host commands.
- RXCMDHST - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Calls a named subcommand handler.
- RXENDLST - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
End of exit list.
- RXEXF - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
scripting function call
- RXEXFCAL - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Processes calls to external functions.
- RXEXIT_HANDLED - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Exit handled exit event
- RXEXIT_NOT_HANDLED - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Exit passes on exit event
- RXEXIT_RAISE_ERROR - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Exit handler error occurred
- RXFNC - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Process external functions.
- RXFNCCAL - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Processes calls to external functions.
- RXHLT - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Halt processing.
- RXHLTCLR - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Clear HALT indicator
- RXHLTTST - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Test HALT indicator
- RXINI - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Initialization processing.
- RXINIEXT - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Initialization exit.
- RXMSQ - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Manipulate queue.
- RXMSQNAM - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Set active queue name
- RXMSQPLL - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Pull a line from queue
- RXMSQPSH - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Place a line on queue
- RXMSQSIZ - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Return num of lines on queue
- RXNOOFEXITS - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
1 + largest exit number.
- RXNOVAL - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
NOVALUE exit
- RXNOVALCALL - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Processes a Rexx NOVALUE condition.
- RXOFNC - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Process external functions using object values.
- RXOFNCCAL - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Processes calls to external functions.
- RXSIO - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Session I/O.
- RXSIODTR - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
DEBUG read from char stream
- RXSIOSAY - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
SAY a line to STDOUT
- RXSIOTLL - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Return linelength (n/a OS/2)
- RXSIOTRC - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Trace output
- RXSIOTRD - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Read from char stream
- RXTER - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Termination processing.
- RXTEREXT - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Termination exit.
- RXTRC - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Test ext trace indicator.
- RXTRCTST - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Tests the external trace indicator.
- RXVALUE - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
VALUE function exit
- RXVALUECALL - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Processes an extended call to the VALUE() built-in function.
S
- SATURDAY - Static variable in interface org.oorexx.datergf.DTC
-
Saturday, has value 6 (ISO).
- SCRIPT_ENGINE_SHORT_NAMES - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- ScriptEditorForooRexx - Class in com.sun.star.script.framework.provider.oorexx
- ScriptProviderForooRexx - Class in com.sun.star.script.framework.provider.oorexx
- ScriptProviderForooRexx() - Constructor for class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
- ScriptProviderForooRexx._ScriptProviderForooRexx - Class in com.sun.star.script.framework.provider.oorexx
- ScriptSourceModel - Class in com.sun.star.script.framework.provider.oorexx
- ScriptSourceModel(URL) - Constructor for class com.sun.star.script.framework.provider.oorexx.ScriptSourceModel
- ScriptSourceView - Interface in com.sun.star.script.framework.provider.oorexx
- second - Variable in class org.oorexx.datergf.TimeRGF
-
Stores the second, a value between 0 and 59.
- SECOND_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
TimeRGF.secondfield inTimeRGF.get(int flag)andTimeRGF.set(int flag, int new_value). - SECONDS_PER_DAY - Static variable in interface org.oorexx.datergf.DTC
-
Seconds in a full day (86400).
- SECONDS_PER_HOUR - Static variable in interface org.oorexx.datergf.DTC
-
Seconds in a full hour (3600).
- SECONDS_PER_MINUTE - Static variable in interface org.oorexx.datergf.DTC
-
Seconds in a full minute (60).
- sendMessage(String, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage(RexxAndJava, String, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage(RexxEngine, String, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage0(String) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message using a callback to ooRexx using the RexxEngine instance.
- sendMessage0(RexxAndJava, String) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message using a callback to ooRexx using the RexxEngine instance.
- sendMessage0(RexxEngine, String) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message using a callback to ooRexx using the RexxEngine instance.
- sendMessage1(String, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the given argument using a callback to ooRexx using the RexxEngine instance.
- sendMessage1(RexxAndJava, String, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the given argument using a callback to ooRexx using the RexxEngine instance.
- sendMessage1(RexxEngine, String, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the given argument using a callback to ooRexx using the RexxEngine instance.
- sendMessage2(String, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the two given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage2(RexxAndJava, String, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the two given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage2(RexxEngine, String, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the two given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage3(String, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the three given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage3(RexxAndJava, String, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the three given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage3(RexxEngine, String, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the three given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage4(String, Object, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the four given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage4(RexxAndJava, String, Object, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the four given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage4(RexxEngine, String, Object, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the four given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage5(String, Object, Object, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the five given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage5(RexxAndJava, String, Object, Object, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the five given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessage5(RexxEngine, String, Object, Object, Object, Object, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the five given arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessageScoped(String, Object, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message, with the given scope and arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessageScoped(RexxAndJava, String, Object, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the given scope and arguments using a callback to ooRexx using the RexxEngine instance.
- sendMessageScoped(RexxEngine, String, Object, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Sends the given message with the given scope and arguments using a callback to ooRexx using the supplied RexxEngine instance.
- SEPTEMBER - Static variable in interface org.oorexx.datergf.DTC
-
September, has value 9 (ISO).
- set(int, int) - Method in class org.oorexx.datergf.DateRGF
-
Allows to set this DateRGF object to a specific date.
- set(int, int) - Method in class org.oorexx.datergf.TimeRGF
-
Allows to set the indicated time portion.
- set(int, int, int) - Method in class org.oorexx.datergf.DateRGF
-
Set all three DateRGF fields at once.
- SET - Enum constant in enum class org.rexxla.bsf.engines.rexx.RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
- set_rii_ID(String) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Setter method.
- setAddLatestPackageDynamically(boolean) - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
Allows to change the behaviour from adding the
RexxScriptEngine.latestRexxPackageto new Rexx routines. - setCommandHandler(String, RexxCommandHandler) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Allows to replace a defined
RexxCommandHandlerwith a new one. - setContext(XComponentContext) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Sets the component context and gets singletons and type descriptions from it.
- setContextVariable(Object, String, Object) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Allows to set a variable with a value in the Rexx program for which the handler runs.
- setContextVariableToNil(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Allows to set a variable to
.nilin the Rexx program for which the handler runs. - setDebug(boolean) - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Setter method for field
Helper4ooRexx4Net.bDebug. - setDebugRexxProxy(boolean) - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Setter for
bDebugRexxProxy. - setDebugRII(boolean) - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Allows changing Setter for
bDebugRII(Rexx interpreter instance related). - setDefaultEpochDate(int) - Static method in class org.oorexx.datergf.DateRGF
-
Sets the DateRGF which presently serves as the epoch.
- setExitHandler(int, RexxExitHandler) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Allows to replace a defined
RexxExitHandlerwith a new one or to remove it. - setExternalCallExtensions(String) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Allows to set additional directories for Rexx to lookup.
- setExternalCallPath(String) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Allows to set additional directories for Rexx to lookup called Rexx programs.
- setGcThreshold(int) - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Set threshold of unfinalized RexxEngines which will cause a System.gc() to be called.
- setGcThresholdMax(int) - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Set gcThresholdMin attribute:
newValue>=gcThresholdMin. - setGcThresholdMin(int) - Static method in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Set gcThresholdMin attribute:
newValue>=1 && newValue<=gcThresholdMax. - setGivenWeekday(int, DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
From a given DateRGF calculate the previous or next date, which falls on one of the given weekdays.
- setGregorianChange(int, int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Allows to set the date on which the usage of the Gregorian calendar starts.
- setId(long) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Allows to set the id value which will be used starting with BSF4ooReex850 as it became possible to get the ooRexx Rexx interpreter identifier using .context~interpreter.
- setImage(Image) - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
This copies the received image to the clipboard.
- setImageWithoutAlpha(Image) - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
This allows a java.awt.Image image to be copied as a JPG/JPEG (!) image to the system clipboard.
- setInitialAddressEnvironment(String) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Allows to set the default Rexx address environment.
- setModified(boolean) - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- setModified(boolean) - Method in interface com.sun.star.script.framework.provider.oorexx.ScriptSourceView
- setResetLocalBeforeTerminate(boolean) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Determines whether RexxEngine.terminate() executes on the current thread or on a separate thread.
- setResetLocalBeforeTerminateDefault(boolean) - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Determines whether RexxEngine.terminate() executes on the current thread (default) or on a separate thread.
- setScriptMetaData(ScriptMetaData) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
- setStatic(int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Allows to set the static fields
DateRGF.weekStartandDateRGF.dateOrder. - setString(int, String[]) - Static method in class org.oorexx.datergf.DateRGF
-
Allows to set the names of the days or months in either the field
DateRGF.dayNamesorDateRGF.monthNamesaccording toflag. - setString(String) - Static method in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
-
Sets the supplied string to the system clipboard.
- setSupplyBSFExceptionObject(boolean) - Method in class org.rexxla.bsf.engines.rexx.RexxCompiledScript
-
Setter for the Rexx script which got compiled (tokenized).
- setTerminateFixed(String) - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Allows to set the string indicating which major ooRexx version and compilation date fixed the Terminate() problem.
- setTerminateOnSeparateThread(boolean) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Determines whether RexxEngine.terminate() executes on the current thread or on a separate thread.
- setTerminateOnSeparateThreadDefault(boolean) - Static method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Determines whether RexxEngine.terminate() executes on the current thread (default) or on a separate thread.
- setThreadTrace(Object, boolean) - Method in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Sets the interactive trace state for the current thread.
- setVerbose(boolean) - Static method in class org.oorexx.clr.Helper4ooRexx4Net
-
Setter method for field
Helper4ooRexx4Net.bVerbose. - setView(ScriptSourceView) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptSourceModel
- SHORT_NAME - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- showSecs - Static variable in class org.oorexx.datergf.TimeRGF
-
Indicates whether second portion should be shown in
toString(). - SHOWSOURCE - Enum constant in enum class org.rexxla.bsf.engines.rexx.RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
- SIGMA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- sizeOfDimension - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Array of
intwhich stores the size (maximum number of entries) of the appropriate dimension. - strFormatGET - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
The Rexx code to inject for the Rexx script annotation
@GET. - strFormatSET - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngine
-
The Rexx code to inject for the Rexx script annotation
@SET. - subtract(DateRGF) - Method in class org.oorexx.datergf.DateRGF
-
Calculates the differences (in number of days) between two DateRGFs.
- subtract(DateTimeRGF) - Method in class org.oorexx.datergf.DateTimeRGF
-
Subtracts a DateTimeRGF object from this one.
- subtract(TimeRGF) - Method in class org.oorexx.datergf.TimeRGF
-
Subtracts otherTimeRGF and returns the difference as a fraction.
- SUNDAY - Static variable in interface org.oorexx.datergf.DTC
-
Sunday, has value 7 (ISO).
- supplier() - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Creates a supplier object for allowing to enumerate the array together with the appropriate indices (Java style: index starts with
0and is enclosed in square brackets). - supplier() - Method in class org.rexxla.bsf.engines.rexx.Supplier
-
Returns the Supplier object itself.
- supplier(boolean) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Creates a supplier object for allowing to enumerate the array together with the appropriate indices.
- supplier(RexxProxy) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Creates a Rexx supplier object (from the supplied ooRexx .Supplier class object) for allowing to enumerate the array together with the appropriate indices.
- Supplier - Class in org.rexxla.bsf.engines.rexx
-
Class modelled after the ooRexx class "Supplier".
- Supplier(Object) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
-
Creates an instance of the class using the
ArrayWrapperclass. - Supplier(Object[], Object[]) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
-
Creates an instance of the class.
- Supplier(Object, boolean) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
-
Creates an instance of the class using the
ArrayWrapperclass.
T
- TAU - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- terminate() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Waits until all Rexx threads of this engine's Rexx interpreter instance peer have terminated (using the new ooRExx 4.0 APIs); this method must be called from the same thread that created the Rexx interpreter instance (i.e.
- terminateBSFManager() - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
- TEST - Enum constant in enum class org.rexxla.bsf.engines.rexx.RexxCleanupRef.RefKind
- THETA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
- THREADING - Static variable in class org.rexxla.bsf.engines.rexx.RexxScriptEngineFactory
- THURSDAY - Static variable in interface org.oorexx.datergf.DTC
-
Thursday, has value 4 (ISO).
- time - Variable in class org.oorexx.datergf.DateTimeRGF
-
TimeRGF field to store the time portion.
- TimeRGF - Class in org.oorexx.datergf
-
Class to implement the time of the day, consisting of the fields
TimeRGF.hour,TimeRGF.minute,TimeRGF.secondandmillis(econds). - TimeRGF() - Constructor for class org.oorexx.datergf.TimeRGF
-
Creates a TimeRGF object with all fields set to 0.
- TimeRGF(int, int, int) - Constructor for class org.oorexx.datergf.TimeRGF
-
Creates a TimeRGF from the three integers, representing hour, minute and second.
- TimeRGF(int, int, int, int) - Constructor for class org.oorexx.datergf.TimeRGF
-
Creates a TimeRGF from the three integers, representing hour, minute and second.
- timeSeparator - Static variable in class org.oorexx.datergf.TimeRGF
-
Character to be used to delimit time fields in
toString(). - toFloat() - Method in class org.oorexx.datergf.TimeRGF
-
Renders TimeRGF as a fraction of a day.
- toInt(int) - Method in class org.oorexx.datergf.DateTimeRGF
-
Renders the DateTimeRGF object into an
<b<unsigned int, encoded as seconds since/until the given epoch. - toInt(String, int, int) - Static method in class org.oorexx.datergf.DateFormatRGF
-
Calculates the int value from a string built of digit characters only.
- toJulianDate(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Renders the DateRGF into a Julian date.
- toLong(int) - Method in class org.oorexx.datergf.DateTimeRGF
-
Renders the DateTimeRGF object into a long, encoded as milliseconds since/until the given epoch.
- toString() - Method in class org.oorexx.datergf.DateRGF
-
Returns time formatted into a string according to the fields
DateRGF.dateSeparator,DateRGF.dateOrder. - toString() - Method in class org.oorexx.datergf.DateTimeRGF
-
Render the DateTimeRGF object to a string.
- toString() - Method in class org.oorexx.datergf.TimeRGF
-
Renders TimeRGF as a String.
- toString() - Method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry.AnalyzedCategory
-
Creates a string rendering of the analyzed BSF registry data.
- toString() - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns a String representation of the configuration.
- toString() - Method in class org.rexxla.bsf.engines.rexx.RexxScriptEngine.RexxAnnotation
-
Create a string containing all attributes and their values.
- toString() - Method in class org.rexxla.bsf.engines.rexx.RexxStrictArgument
-
Return String representation, showing values of fields.
- toString(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxCommandHandler
-
Create a string rendering of this environment handler.
- toString(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Create a string rendering of this environment handler with current settings.
- TUESDAY - Static variable in interface org.oorexx.datergf.DTC
-
Tuesday, has value 2 (ISO).
U
- undeclareBean(BSFDeclaredBean) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Removes the supplied bean from
RexxEngine.engineDeclaredBeans. - unregisterBean(String) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
This method allows for unregistering Beans, taking into account reference counters.
- update() - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
- update() - Method in interface com.sun.star.script.framework.provider.oorexx.ScriptSourceView
- update() - Method in class org.oorexx.datergf.DateRGF
-
This method sets the DateRGF object to the actual local date of the system.
- update() - Method in class org.oorexx.datergf.DateTimeRGF
-
Updates the DateTimeRGF object to the actual local date and time of the machine.
- update() - Method in class org.oorexx.datergf.TimeRGF
-
This method sets the TimeRGF object to to the actual local time of the system.
- updateAnalyzeData() - Static method in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry
-
Forces the analysis of a new copy of the BSF registry, use @link{getAnalyzedData()} to fetch the
RexxAnalyzeRegistry.AnalyzedCategoryobject.
V
- valueOf(float) - Static method in class org.oorexx.datergf.TimeRGF
-
Creates a TimeRGF object from a fraction of a day.
- valueOf(int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Creates a DateRGF object by adding days to the given DateRGF (which may be an epoch date indicated by the appropriate constant).
- valueOf(int, int) - Static method in class org.oorexx.datergf.DateTimeRGF
-
Creates a DateTimeRGF from the unsigned int relative to the given epoch.
- valueOf(int, int) - Static method in class org.oorexx.datergf.TimeRGF
-
Creates a TimeRGF object from an integer, representing the time.
- valueOf(int, long) - Static method in class org.oorexx.datergf.DateTimeRGF
-
Creates a DateTimeRGF object from the number of milliseconds since/to the given epoch.
- valueOf(String) - Static method in class org.oorexx.datergf.DateRGF
-
Create a DateRGF object from a string containing a DateRGF encoded according to the present setting of
DateRGF.dateOrder. - valueOf(String) - Static method in class org.oorexx.datergf.TimeRGF
-
Create a TimeRGF object from a string containing a TimeRGF encoded exactly according to the present setting of the fields:
timeSeparator,is24Hourandam_pm_string. - valueOf(String) - Static method in enum class org.oorexx.misc.OldGreekAlphabetEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.rexxla.bsf.engines.rexx.RexxCleanupRef.RefKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.rexxla.bsf.engines.rexx.RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.oorexx.misc.OldGreekAlphabetEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.rexxla.bsf.engines.rexx.RexxCleanupRef.RefKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.rexxla.bsf.engines.rexx.RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verify(char, char[]) - Static method in class org.oorexx.datergf.DateFormatRGF
-
Verifies that
needleis in character array ofreference. - version - Static variable in class org.oorexx.clr.Helper4ooRexx4Net
-
Version field, major version before dot, date of version after dot.
- version - Static variable in class org.oorexx.datergf.DateFormatRGF
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.oorexx.datergf.DateRGF
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.oorexx.datergf.DateTimeRGF
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in interface org.oorexx.datergf.DTC
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.oorexx.datergf.TimeRGF
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.oorexx.handlers.jdor.JavaDrawingHandler
- version - Static variable in class org.oorexx.uno.RgfReflectUNO
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.rexxla.bsf.engines.rexx.BsfSystemClipboard
- version - Static variable in class org.rexxla.bsf.engines.rexx.ClassAdapter
-
Version information on this class.
- version - Static variable in class org.rexxla.bsf.engines.rexx.EnumerationWrapper
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry
-
Version information on this class.
- version - Static variable in class org.rexxla.bsf.engines.rexx.RexxCleanupRef
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in interface org.rexxla.bsf.engines.rexx.RexxCommandHandler
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in exception org.rexxla.bsf.engines.rexx.RexxException
-
Version information on this class.
- version - Static variable in interface org.rexxla.bsf.engines.rexx.RexxExitHandler
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in interface org.rexxla.bsf.engines.rexx.RexxHandler
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change), e.g.
- version - Static variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Version information on this class.
- version - Static variable in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.rexxla.bsf.engines.rexx.Supplier
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
- version - Static variable in class org.rexxla.bsf.RexxDispatcher
-
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
W
- W - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'ISO week number'.
- WB - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'week begin'.
- WE - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'week end'.
- WEDNESDAY - Static variable in interface org.oorexx.datergf.DTC
-
Wednesday, has value 3 (ISO).
- WEEK - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'ISO week number'.
- WEEK_START - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to
DateRGF.weekStart. - WEEKDAY - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'weekday' inidicating that the date is to be set to one of the given weekdays using the
DateRGF.set(int flag, int number)method. - writeError(Object, byte[]) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Writes all byte[] data as a single line, does not apply a codepage translation.
- writeError(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Writes a single line of String data.
- writeErrorBuffer(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Writes all String data.
- writeOutput(Object, byte[]) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Writes all byte[] data as a single line, does not apply a codepage translation.
- writeOutput(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Writes a single line of String data.
- writeOutputBuffer(Object, String) - Method in interface org.rexxla.bsf.engines.rexx.RexxRedirectingCommandHandler
-
Writes the supplied string data, ooRexx will split it into individual lines at CR-LF boundaries.
X
- XI - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
Y
- Y - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
DateRGF.yearfield inDateRGF.get(int flag)andDateRGF.set(int flag, int new_value). - YB - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'year begin'.
- YE - Static variable in interface org.oorexx.datergf.DTC
-
Constant 'year end'.
- year - Variable in class org.oorexx.datergf.DateRGF
-
Stores the year, a value between 1 and 9999.
- YEAR_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to refer to the
DateRGF.yearfield inDateRGF.get(int flag)andDateRGF.set(int flag, int new_value). - YMD - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate the order Year/Month/Day.
- YPSILON - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
Z
- ZETA - Enum constant in enum class org.oorexx.misc.OldGreekAlphabetEnum
_
- __getServiceFactory(String, XMultiServiceFactory, XRegistryKey) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
-
Returns a factory for creating the service.
- __writeRegistryServiceInfo(XRegistryKey) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
- _ScriptProviderForooRexx(XComponentContext) - Constructor for class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx._ScriptProviderForooRexx
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form