- cachedErrorWriter - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Caches the latest writer fetched from the script context.
- cachedReader - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Caches the latest reader fetched from the script context.
- cachedWriter - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Caches the latest writer fetched from the script context.
- 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(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
methodObject
object with the supplied arguments
, if any.
- 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 methodName
the supplied arguments
, if any.
- carryOutSystemExit - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
If set to .false
, then subfunction "EXIT" is not carried out.
- cD() - Method in class org.oorexx.datergf.DateRGF
-
Checks the date.
- changedUpdate(DocumentEvent) - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
-
- check4reflection(String) - Static method in class org.oorexx.uno.RgfReflectUNO
-
2005-12-20: turns out that OOo 2.0 and 1.5 have the module name
"com.sun.star.text.TextField."
spelled wrongly, ".TextField"
should be spelled in lowercase: ".textfield."
.
- checkCondition(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Checks to see if any conditions have resulted from a call to a Rexx API (cf "rexxpg.pdf").
- clear() - Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
-
- clear() - Method in interface com.sun.star.script.framework.provider.oorexx.ScriptSourceView
-
- clearCondition(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Clears any pending condition status (cf "rexxpg.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.
- clz2declMethods - Variable in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool.RunInfos
-
- coerceArgs(Object[], Class[]) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Coerces the arguments from Rexx to the appropriate Java types.
- com.sun.star.script.framework.provider.oorexx - package com.sun.star.script.framework.provider.oorexx
-
- compareRelaxed(String, String) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Compares two strings in a "relaxed" manner, i.e.
- 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.jsr223.RexxScriptEngine
-
Compiles (tokenizes) the script (source read from Reader) for later execution.
- compile(String) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Compiles (tokenizes) the script (source given as a String) for later execution.
- compile(String, String) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Compiles the script (source represented as a String) for later execution.
- componentType - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
- contentAsIs - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation
-
Stores the content as is.
- contentAsRexxString - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation
-
Stores the content as a properly quoted Rexx string.
- contentFirstChar - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation
-
Stores the first non-blank character after the open parenthesis character.
- contentFirstCharPos - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation
-
Stores the character position where the first non-blank character after the open parenthesis is located.
- contentLastChar - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation
-
Stores the last non-blank character before the close parenthesis character.
- contentLastCharPos - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation
-
Stores the character position where the last non-blank character before the close parenthesis is located.
- context - Static variable in class org.oorexx.uno.RgfReflectUNO
-
- convFromRexx(String) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Replaces a reference to a Java object with the Java object.
- copy2clipboard(String) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptImpl
-
- createArgumentHead(Class[], boolean, boolean) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Creates an argument list as a String from the supplied array of Classes representing the types.
- createArgV(Object[], ScriptContext, RexxScriptEngine, RexxCompiledScript) - Static method in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Creates and returns the argument array, append ScriptContext sc as last argument
for the Rexx script to be able to fetch it.
- createBindings() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Creates and returns a SimpleBindings instance.
- createConstructors(StringBuffer, String, Class, boolean, ProxiedJavaClassTool.RunInfos) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
- createConstructorsBase(StringBuffer, String, Class<?>, boolean, ProxiedJavaClassTool.RunInfos) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Creates the base constructor (the default constructor and the default constructor
with a RexxProxy argument) statements, if possible.
- createEpilog(StringBuffer) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Creates the epilog statement.
- createInterfaceMethods(StringBuffer, String, Class, ProxiedJavaClassTool.RunInfos, Class<?>) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Controls the creation of interface methods (they are always public).
- createInterfaceMethodsWorker(StringBuffer, String, Class, ProxiedJavaClassTool.RunInfos, Class<?>) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
- createListOfClassNames(Class[], int) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Create comma-separated list of parameter types, enclosed in round parenthesis.
- createMethod(ClassVisitor) - Method in class org.rexxla.bsf.engines.rexx.MethodForSuperData
-
- createMethod(StringBuffer, Method, String, ProxiedJavaClassTool.RunInfos) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Creates a public method proxy for the supplied Method object.
- createMethods(StringBuffer, String, Class, String[], ProxiedJavaClassTool.RunInfos) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Controls which public methods get created on the fly.
- createProlog(StringBuffer, String, Class, Class[], ProxiedJavaClassTool.RunInfos) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Creates the prolog statements (import, class definition, fields, getter/setter for default
RexxProxy handlers.
- createProxiedJavaClass(Class, String, String[], Class[]) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Creates and returns a proxy class in which Java method invocations get forwarded to
a RexxProxy.
- createReturnStatements(Class) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Creates the statements for returning the result of invoking the RexxProxy, possibly
cast to primitive types.
- createRexxInterpreterInstance(RexxConfiguration) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Creates a new Rexx interpreter instance using the ooRexx 4.0 API RexxCreateInterpreter()
.
- createRexxLikeConditionMessage(RexxProxy) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Utility method that creates the Rexx like condition message from the ooRexx condition object.
- createScriptException(Exception) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Utility method that creates a ScriptException
from the supplied Exception
object.
- createThrowsClause(Class[]) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Create comma-separated list of parameter types, enclosed in round parenthesis.
- currentScript - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Caches the last compiled script.
- cv - Variable in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
The ClassVisitor
to which this adapter delegates calls.
- D - Static variable in interface org.oorexx.datergf.DTC
-
- date - Variable in class org.oorexx.datergf.DateTimeRGF
-
DateRGF field to store the date portion.
- 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.
- 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 flag
argument.
- DATE_ORDER - Static variable in interface org.oorexx.datergf.DTC
-
- 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() - 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
-
- 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(DateRGF, TimeRGF) - Constructor for class org.oorexx.datergf.DateTimeRGF
-
Creates a DateTimeRGF object set to the arguments date
and
time
.
- 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.
- 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
-
- 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
-
Method implemented in order to avoid an exeption to be thrown by the
default implementation.
- DEFAULT_REXX_SCRIPT_ENGINE_FACTORY - Static variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
If a RexxScriptEngine gets created directly, allow it to fetch an instance of the RexxScriptEngineFactory.
- desc - Variable in class org.rexxla.bsf.engines.rexx.MethodForSuperData
-
- determineTypeClass(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Determines the XIdlClass/XTypeDescription and TypeClass of the supplied UNO object/UNOIDL string.
- 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.
- DLL_NAME - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Defines the name of DLL to be used to resolve the native functions.
- 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
-
- dropContextVariable(Object, String) - Static method in class 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.jsr223.RexxScriptEngine
-
Utility method to dump the content of the supplied ScriptContext
.
- dynamicallyRequireBSF - Static variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Rexx code to dynamically require "BSF.CLS
".
- easter(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
-
Calculate Easter Sunday for the year of the date.
- easter(int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Calculate the Julian (Orthodox) or Gregorian (Western) Easter Sunday for
the given year.
- edit(XScriptContext, ScriptMetaData) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Opens an editor window for the specified ScriptMetaData.
- editedScriptSource - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
The source code of the Rexx script that was compiled (tokenized).
- encode4InterfaceXIMTD(StringBuffer, XInterfaceMemberTypeDescription, char) - Static method in class org.oorexx.uno.RgfReflectUNO
-
- ENCODED_AS_INTEGER - Static variable in interface org.oorexx.datergf.DTC
-
Constant to indicate that DateRGF is encoded as an integer in the
form of:
year
*10000+ month
*100+
day
.
- 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.
- 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
-
- EPOCH_WIN32 - Static variable in interface org.oorexx.datergf.DTC
-
Constant, epoch starts with 1601-01-01.
- equals(DateRGF) - Method in class org.oorexx.datergf.DateRGF
-
- 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.
- eval(ScriptContext) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Evaluates (executes, runs) the Rexx program stored in this RexxCompiledScript
object.
- eval(Reader, ScriptContext) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Creates the script from the supplied Reader
and uses eval (String script, ScriptContext sc)
to carry out the operation.
- eval(String, ScriptContext) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Creates a
RexxCompiledScript
object for the supplied Rexx script and then uses
RexxCompiledScript.eval(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.
- EVENT_LISTENER_ARGUMENTS_LEADIN - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Defines the string that leads in the BSFRegistry key to the Object array containing the
event object and additional information.
- EVENT_LISTENER_ARGUMENTS_LEADOUT - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Defines the string that leads out the BSFRegistry key to the Object array containing the
event object and additional information.
- EVENT_TEXT - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Defines the string to indicate an 'eventText' is passed in: "<eventText>".
- eventTextList - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Allows Synchronized access to the vector storing the
text sent by the eventListeners.
- exceptions - Variable in class org.rexxla.bsf.engines.rexx.MethodForSuperData
-
- 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.
- exitCode - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
-
Holds the return value to be returned.
- ExitDelayed(int, long) - Constructor for class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
-
Saves the exitCode
.
- extendSearch(Object, String, int) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Analyzes all implemented services and processes found interfaces or services.
- generateAndLoadExtendedClass(String) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendingClassLoader
-
Reads the given class and generates a new, extended which forwards all method invocations
to a RexxProxy.
- generateAndLoadExtendedClass(String, String, int) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendingClassLoader
-
Reads the given class and generates a new, extended which forwards all method invocations
to a RexxProxy.
- generateAndLoadExtendedClass(String, String, int, String[]) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendingClassLoader
-
Reads the given class and generates a new, extended which forwards all method invocations
to a RexxProxy.
- 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(long) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava.SyncPutGet
-
Get an object from the vector.
- GET_INTERFACES_AS_ARRAY - Static variable in class org.oorexx.uno.RgfReflectUNO
-
- GET_INTERFACES_AS_STRING - Static variable in class org.oorexx.uno.RgfReflectUNO
-
- get_rii_ID() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Getter method.
- get_rii_ID() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Getter method.
- GET_SERVICES_AS_ARRAY - Static variable in class org.oorexx.uno.RgfReflectUNO
-
- GET_SERVICES_AS_STRING - Static variable in class org.oorexx.uno.RgfReflectUNO
-
- getAddLatestPackageDynamically() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Returns the current setting of bAddLatestPackageDynamically
.
- getAllContextVariables(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Fetches and returns a Rexx directory containing all context variables.
- 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)
index 1
: EXTERNAL_CALL_PATH
(null or String)
index 2
: EXTERNAL_CALL_EXTENSIONS
(null or String)
index 3
: LOAD_REQUIRED_LIBRARY
(null or String[])
index 4
: DIRECT_EXITS
(null or Object[]={int[],RexxExitHandler[]})
index 5
: DIRECT_ENVIRONMENTS
(null or Object[]={String[],RexxCommandHandler[]})
- getBSFManager() - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptProviderForooRexx
-
- getBsfManager() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Getter method that returns the BSF manager used for managing this BSF scripting engine.
- getBsfRegistryKey() - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method.
- getBsfRexxEngine() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Getter method that returns the BSF scripting engine in use.
- getCallerContext(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns the Rexx context object .context
that can be analyzed to learn about the context
of the command/exit.
- getCommandHandler(String) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
Returns the
RexxCommandHandler
object associated with the supplied command
name
or
null
, if none found.
- getCommandHandlerNames4JNI() - 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 environment name and the second element is an array of type
RexxCommandHandler with the matching Java command handler object.
- 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 environment name and the second element is an array of type
RexxCommandHandler with the matching Java command handler object.
- getConditionInfo(Object) - Static method in class 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 "rexxpg.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) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Fetches and returns the Rexx variable value in the Rexx program for which the handler runs.
- getCreateRoutine() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Getter method to return rexxCreateRoutineCode
.
- getCreateRoutineAndPackage() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Getter method to return rexxCreateRoutineAndPackage
.
- getCreateSlotArgument() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Getter method to return rexxCreateSlotArgument
.
- 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.jsr223.RexxScriptEngine
-
Getter method for "current" (the latest evaluated) script.
- 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).
- getEditedClassName(Class) - Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
-
Creates and returns the name of the supplied class, taking array classes into consideration.
- getEditedScriptSource() - Method in class org.rexxla.bsf.engines.rexx.jsr223.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
- 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.jsr223.RexxCompiledScript
-
Returns the ScriptEngine
whose compile method created this CompiledScript.
- getEngineName() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
Returns the full name of the ScriptEngine.
- getEngineVersion() - Method in class org.rexxla.bsf.engines.rexx.jsr223.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.
- getExtendUsingJanino() - Static method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method for field extendUsingJanino
.
- 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.jsr223.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.jsr223.RexxScriptEngine
-
Returns the default RexxScriptEngineFactory instance for the Rexx scripting language.
- getFilename() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Getter method to return the current value of filename
.
- getGlobalEnvironment() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Get the ooRexx .environment
directory.
- getGlobalEnvironment(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a reference to the Rexx interpreter global .environment
directory.
- getGMTFormattedDate4Filename() - Static method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Utility method to format a SimpleDateFormat
such that it can be used as part of a generated filename.
- getGMTFormattedDateAsISO() - Static method in class org.rexxla.bsf.engines.rexx.jsr223.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.
- 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.jsr223.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(Object, Class<T>) - Method in class org.rexxla.bsf.engines.rexx.jsr223.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(Class<T>) - Method in class org.rexxla.bsf.engines.rexx.jsr223.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.jsr223.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.pdf
documentation) "Returns
the version of the interpreter.
- getInterpreterVersion(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
(Copied from the ooRexx rexxpg.pdf documentation) "Returns
the version of the interpreter.
- getJavaObject() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava.RAJBean
-
- getLanguageLevel() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
(Copied from the ooRexx rexxpg.pdf
documentation) "Returns the language level of
the interpreter.
- getLanguageLevel(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
(Copied from the ooRexx rexxpg.pdf documentation) "Returns the language level of
the interpreter.
- getLanguageName() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
Returns the name of the scripting langauge supported by this ScriptEngine.
- getLanguageVersion() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
Returns the version of the scripting language supported by this ScriptEngine.
- getLocalEnvironment() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Get the ooRexx .local
directory.
- getLocalEnvironment(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a reference to this Rexx interpreter instance .local
environment directory.
- getMethodAccessAsString(int) - Static method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- getMethodCallSyntax(String, String, String...) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
Returns a String which can be used to invoke a method of a Java object using the
syntax of the supported scripting language.
- getMimeTypes() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
Returns an immutable list of mimetypes, associated with scripts that can be executed by the engine.
- getMonitorWrapper() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Getter method to return the ooRexx routine.
- getName() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
Returns the short name of the scripting language supported by this ScriptEngine.
- getNames() - Method in class org.rexxla.bsf.engines.rexx.jsr223.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.jsr223.RexxScriptEngine
-
Getter method that returns the ooRexx .nil
object.
- getNil() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Get the ooRexx .nil
object.
- getNil(Object) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Returns a reference to the Rexx sentinel value .nil
.
- getOutputStatement(String) - Method in class org.rexxla.bsf.engines.rexx.jsr223.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.jsr223.RexxCompiledScript
-
Getter for the RexxProxy
representing the Rexx routine object the script got compiled (tokenized) into.
- getParameter(String) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
Returns the value of an attribute whose meaning may be implementation-specific.
- getPlainMethodSignature(TransformationData) - Static method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
Create and return a string with the method's "desc"
delimited with
" | "
and followed by the method's signature as one would
have to give it in a Java program.
- getPlainValueSignature(Type) - Static method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
Turn a desc type into the plain Java style; arrays like "[Z" or "[[java.lang.String"
into "boolean []" resp.
- getProgram(String...) - Method in class org.rexxla.bsf.engines.rexx.jsr223.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
.
- getRajRegistry() - Static method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Returns an unmodifiable version of the rajRegistry
Map (for debugging purposes).
- getReaderAsString(Reader) - Static method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Utility method to read all characters of a Reader
using a BufferedReader
if necessary.
- getRedirectStandardFiles() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Getter method to return rexxRedirectStandardFiles
.
- getRefCount() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava.RAJBean
-
- 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.
- getRexxConditionObject() - Method in exception org.rexxla.bsf.engines.rexx.RexxException
-
Getter method.
- getRexxConfiguration() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Getter method.
- getRexxEngine() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
- getRexxEngineInstance() - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method.
- getRexxErrorLineNumber(String) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
Try to locate the error line number in the supplied Rexx error message and return it as an int.
- getRexxInterface() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
-
Returns the
RexxAndJava
instance 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.jsr223.RexxCompiledScript
-
Getter to retrieve the RexxScriptEngine used to create this compiled script.
- getRexxUserDataID() - Method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Getter method.
- getRoutineWrapper() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Getter method to return the ooRexx routine.
- 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.jsr223.RexxScriptEngineFactory
-
Creates and returns an instance of the ScriptEngine associated with this ScriptEngineFactory.
- getScriptObject() - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Getter for the RexxProxy
representing the Rexx routine object the script got compiled (tokenized) to.
- getScriptSource() - Method in class org.rexxla.bsf.engines.rexx.jsr223.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
-
- getString(int, int) - Static method in class org.oorexx.datergf.DateRGF
-
Returns the name of the day or of the month according to flag
.
- getSupplyBSFExceptionObject() - Method in class org.rexxla.bsf.engines.rexx.jsr223.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
- 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
-
- getThrowableInfos(Throwable) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptImpl
-
- getTranData() - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- getTypeName(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns string indicating the type of the supplied UNO object.
- getUnqualifiedName(String) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns unqualified name (string after the last dot) from dotted string or string itself, if no dot in string.
- getXTypeDescription(XIdlClass) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns a XTypeDescription object representing the received XIdlClass object.
- getXTypeProviderTypeNames(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Returns a blank delimited string of names of the provided interface types.
- glob_tcr - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
To store the default TypeConvertorRegistry, if needed.
- GlyphGutter - Class in com.sun.star.script.framework.provider.oorexx
-
- GlyphGutter(PlainSourceView) - Constructor for class com.sun.star.script.framework.provider.oorexx.GlyphGutter
-
- GREGORIAN - Static variable in interface org.oorexx.datergf.DTC
-
- raiseCondition(Object, String, String, Object[], Object) - Static method in class 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[]) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Raises a Rexx error of the given error number, call immediately before returning from
Java.
- raiseException0(Object, long) - Static method in class 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) - Static method in class 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) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Raises a Rexx error of the given error number, call immediately before returning from
Java.
- RAJBean(String, Object) - Constructor for class org.rexxla.bsf.engines.rexx.RexxAndJava.RAJBean
-
Constructor.
- rajRegistryToWatch - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
- raw_millis - Variable in class org.oorexx.datergf.TimeRGF
-
Stores the "raw milliseconds".
- RAW_MILLIS_FIELD - Static variable in interface org.oorexx.datergf.DTC
-
- rawRegisterBean(String, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
This method replaces an already registered Java object with the one supplied as the argument.
- refCount - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava.RAJBean
-
Serves as the reference count field for maintenance purposes of the rajRegistry
.
- registerBean(String, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
This method registers an object with the given beanName with
the BSF registry, if not registered yet.
- 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
-
- RexxAndJava - Class in org.rexxla.bsf.engines.rexx
-
This class manages the calls from Rexx or Object Rexx into Java.
- RexxAndJava(BSFManager, BSFEngine) - Constructor for class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Constructor to receive and store the BSF manager and the Rexx engine.
- RexxAndJava.ExitDelayed - Class in org.rexxla.bsf.engines.rexx
-
Class to exit the JVM, will be executed concurrently, sleeps and then
calls System.exit(exit_number)
.
- RexxAndJava.RAJBean - Class in org.rexxla.bsf.engines.rexx
-
This class maintains the name, the Java object denoted by it and the reference count of the Java object.
- RexxAndJava.SyncPutGet - Class in org.rexxla.bsf.engines.rexx
-
Inner class to implement a Synchronized ReaderWriter, where a
read on an empty Vector blocks the read, until a write occurs (with optional timeout).
- RexxAnnotation(String, String, int) - Constructor for class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation
-
The constructor parses the script
argument for Rexx script
annotations matching the name
argument, starting with the
startPos
argument.
- RexxCommandHandler - Interface in org.rexxla.bsf.engines.rexx
-
Interface class for Rexx command handlers.
- RexxCompiledScript - Class in org.rexxla.bsf.engines.rexx.jsr223
-
Class that extends the javax.script.CompiledScript
class and implements
the javax.script.Invocable
interface as this only makes sense in this
class for T getInterface(Class clasz)
.
- RexxCompiledScript(RexxScriptEngine, String, String, boolean, RexxProxy, RexxProxy) - Constructor for class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Constructor for a compiled (tokenized) Rexx script.
- rexxConditionObject - Variable in exception org.rexxla.bsf.engines.rexx.RexxException
-
Contains a RexxProxy object for the Rexx condition object.
- RexxConfiguration - Class in org.rexxla.bsf.engines.rexx
-
- RexxConfiguration() - Constructor for class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
- rexxCreateRoutineAndPackageCode - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Rexx code to create and return a Rexx RoutineAndPackage, optionally allowing for one entry-name and entry-value.
- rexxCreateRoutineCode - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Rexx code to create and return a Rexx routine object from Rexx code.
- rexxCreateSlotArgumentCode - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Rexx code to create and return a subclass of the Rexx directory class, which carries the name
"Slot.Argument", optionally allowing for one entry-name and entry-value.
- 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.RexxAndJava
-
Stores the Rexx engine.
- RexxEngine - Class in org.rexxla.bsf.engines.rexx
-
This class manages the calls from Java via JNI to Rexx or Object Rexx
using the RexxSAA interface.
- RexxEngine() - Constructor for class org.rexxla.bsf.engines.rexx.RexxEngine
-
- rexxEngine - Variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
The RexxEngine instance that creates this proxy and which will be used for callbacks.
- 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(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.
- RexxException(int, String, RexxProxy) - Constructor for exception org.rexxla.bsf.engines.rexx.RexxException
-
- rexxExceptionName - Static variable in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- RexxExitHandler - Interface in org.rexxla.bsf.engines.rexx
-
Interface class for Rexx exit handlers.
- RexxExtendClass - Class in org.rexxla.bsf.engines.rexx
-
Extends a supplied class and creates proxy methods (dispatching to RexxProxy objects),
if the Java methods are defined as abstract or if a list of Java methods to proxy gets
supplied in the constructor.
- RexxExtendClass(ClassVisitor) - Constructor for class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
Constructs a new ClassAdapter
object.
- RexxExtendClass(ClassVisitor, String, int) - Constructor for class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
Constructs a new ClassAdapter
object.
- RexxExtendClass(ClassVisitor, String, int, String[]) - Constructor for class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
Constructs a new ClassAdapter
object.
- RexxExtendingClassLoader - Class in org.rexxla.bsf.engines.rexx
-
Java class which allows extending (abstract and concrete) Java classes on the fly such that
the methods in the extended class will forward the method invocation to a RexxProxy; the extended
class will be loaded and returned.
- RexxExtendingClassLoader() - Constructor for class org.rexxla.bsf.engines.rexx.RexxExtendingClassLoader
-
- RexxHandler - Class 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.
- RexxHandler() - Constructor for class org.rexxla.bsf.engines.rexx.RexxHandler
-
- rexxInterpreterID - Variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
The string value of the RexxInstance C++ pointer.
- rexxMonitorWrapperCode - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Rexx code to create and return a Rexx routine object from Rexx code.
- 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.
- rexxPackageObject - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
A RexxProxy
representing the script's package (a Rexx package object).
- 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()
.
- rexxProxyName - Static variable in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- rexxRedirectStandardFilesCode - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Rexx code to create and return a Rexx directory, optionally allowing for one entry-name and entry-value.
- rexxRoutineWrapperCode - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Rexx code to create and return a Rexx routine object from Rexx code.
- RexxScriptEngine - Class in org.rexxla.bsf.engines.rexx.jsr223
-
Class that extends extends the
javax.script.ScriptEngine
class and implements the
javax.script.Compilalbe
and * the
javax.script.Invocable
interface,
although the latter one would only make sense in
RexxCompiledScript
class, because of the
T getInterface(Class clasz)
method.
- RexxScriptEngine() - Constructor for class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
Default constructor which creates the peer BSF Rexx engine instance.
- RexxScriptEngine.RexxAnnotation - Class in org.rexxla.bsf.engines.rexx.jsr223
-
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 in org.rexxla.bsf.engines.rexx.jsr223
-
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.jsr223
-
Class that implements the javax.script.ScriptEngineFactory
interface for the ooRexx support.
- RexxScriptEngineFactory() - Constructor for class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngineFactory
-
- rexxScriptObject - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
The RexxProxy
representing the compiled (tokenized) script (a Rexx routine object).
- 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.
- 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).
- rse - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Field that refers to the RexxScriptEngine instance which created this RexxCompiledScript.
- run() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
-
This makes this thread runnable.
- RunInfos() - Constructor for class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool.RunInfos
-
- 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.
- SATURDAY - Static variable in interface org.oorexx.datergf.DTC
-
Saturday, has value 6 (ISO).
- say(String) - Static method in class org.oorexx.uno.RgfReflectUNO
-
Convenience method, will print received string to System.err
.
- ScriptEditorForooRexx - Class in com.sun.star.script.framework.provider.oorexx
-
- ScriptImpl - Class in com.sun.star.script.framework.provider.oorexx
-
- ScriptImpl(XComponentContext, ScriptMetaData, XModel) - Constructor for class com.sun.star.script.framework.provider.oorexx.ScriptImpl
-
- ScriptImpl(XComponentContext, ScriptMetaData, XModel, Object) - Constructor for class com.sun.star.script.framework.provider.oorexx.ScriptImpl
-
- 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
-
- scriptSource - Variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
The source code of the Rexx script that was compiled (tokenized).
- 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
-
- 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(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.
- 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.
- 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(RexxEngine, 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.
- 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(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.
- 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.
- 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(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.
- 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.
- 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(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.
- 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.
- 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(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.
- 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.
- 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(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.
- 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.
- SEPTEMBER - Static variable in interface org.oorexx.datergf.DTC
-
September, has value 9 (ISO).
- SERVICE_NUMBERING - Static variable in class org.oorexx.uno.RgfReflectUNO
-
- set(int, int) - Method in class org.oorexx.datergf.DateRGF
-
Allows to set this DateRGF object to a specific date.
- set(int, int, int) - Method in class org.oorexx.datergf.DateRGF
-
Set all three DateRGF fields at once.
- set(int, int) - Method in class org.oorexx.datergf.TimeRGF
-
Allows to set the indicated time portion.
- set_rii_ID(String) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Setter method.
- 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.jsr223.RexxScriptEngine
-
Allows to change the behaviour from adding the latestRexxPackage
to new Rexx routines.
- setCommandHandler(String, RexxCommandHandler) - Method in class org.rexxla.bsf.engines.rexx.RexxConfiguration
-
- 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) - Static method in class 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) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Allows to set a variable to .nil
in the Rexx program for which the handler runs.
- 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
RexxExitHandler
with a new one or to remove it.
- setExtendUsingJanino(boolean) - Static method in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Setter method for field extendUsingJanino
.
- 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.
- 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.
- 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
-
- setScriptMetaData(ScriptMetaData) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
-
- setStatic(int, int) - Static method in class org.oorexx.datergf.DateRGF
-
- setString(int, String[]) - Static method in class org.oorexx.datergf.DateRGF
-
- setSupplyBSFExceptionObject(boolean) - Method in class org.rexxla.bsf.engines.rexx.jsr223.RexxCompiledScript
-
Setter for the Rexx script which got compiled (tokenized).
- setThreadTrace(Object, boolean) - Static method in class org.rexxla.bsf.engines.rexx.RexxHandler
-
Sets the interactive trace state for the current thread.
- setView(ScriptSourceView) - Method in class com.sun.star.script.framework.provider.oorexx.ScriptSourceModel
-
- showErrorMessage(String) - Static method in class com.sun.star.script.framework.provider.oorexx.ScriptImpl
-
- showSecs - Static variable in class org.oorexx.datergf.TimeRGF
-
Indicates whether second portion should be shown in
toString()
.
- signature - Variable in class org.rexxla.bsf.engines.rexx.MethodForSuperData
-
- simpleMethodNamesAdded - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- simpleMethodNamesToAdd - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- sizeOfDimension - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
Array of int
which stores the size (maximum number of entries) of the appropriate dimension.
- sleepTime - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
-
Holds the time in milliseconds to wait before terminating the virtual machine.
- sourceClassName - Variable in class org.rexxla.bsf.engines.rexx.MethodForSuperData
-
- spilloverCounter - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
Field used, if System.identityHashCode() returns duplicate values in method
RexxAndJava.makeBeanName(Object o)
, to allow adding a unique number to make the
resulting identifying string unique.
- srcArgumentTypes - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcClassAccess - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcClassInterfaces - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcClassName - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcClassSignature - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcClassSuperName - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcClassVersion - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcMethodAccess - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcMethodDesc - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcMethodName - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcMethodsExceptions - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcMethodSignature - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- srcReturnType - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- strFormatGET - Static variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
The Rexx code to inject for the Rexx script annotation @GET
.
- strFormatSET - Static variable in class org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine
-
The Rexx code to inject for the Rexx script annotation @SET
.
- STRING_INDICATOR_PREFIX - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
- 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 0
and is
enclosed in square brackets).
- 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 - Class in org.rexxla.bsf.engines.rexx
-
Class modelled after the
ooRexx class "Supplier".
- Supplier(Object, boolean) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
-
Creates an instance of the class using the
ArrayWrapper
class.
- Supplier(Object) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
-
Creates an instance of the class using the
ArrayWrapper
class.
- Supplier(Object[], Object[]) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
-
Creates an instance of the class.
- SyncPutGet() - Constructor for class org.rexxla.bsf.engines.rexx.RexxAndJava.SyncPutGet
-
- syntheticStaticFieldsToAdd - Variable in class org.rexxla.bsf.engines.rexx.TransformationData
-
- 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(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(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(int, int) - Static method in class org.oorexx.datergf.DateTimeRGF
-
Creates a DateTimeRGF from the unsigned int relative to
the given epoch.
- 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.TimeRGF
-
Creates a TimeRGF object from an integer, representing the time.
- valueOf(String) - Static method in class org.oorexx.datergf.TimeRGF
-
- valueOf(String) - Static method in enum org.oorexx.misc.OldGreekAlphabetEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.oorexx.misc.OldGreekAlphabetEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.rexxla.bsf.engines.rexx.jsr223.RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(char, char[]) - Static method in class org.oorexx.datergf.DateFormatRGF
-
Verifies that needle
is in character array of reference
.
- 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.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.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.Java4Rexx
-
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.ProxiedJavaClassTool
-
Version information on this class.
- version - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
-
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 class 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.
- version - Static variable in class org.rexxla.bsf.engines.rexx.RexxProxy
-
Version information on this class.
- 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.
- visit(int, int, String, String, String, String[]) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- visitAnnotation(String, boolean) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- visitAttribute(Attribute) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- visitEnd() - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- visitField(int, String, String, String, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- visitInnerClass(String, String, String, int) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- visitMethod(int, String, String, String, String[]) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- visitOuterClass(String, String, String) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-
- visitSource(String, String) - Method in class org.rexxla.bsf.engines.rexx.RexxExtendClass
-