|
20110531, rgf | |||||||||
PREV NEXT | FRAMES NO FRAMES |
true
.
methodObject
object with the supplied arguments
, if any.
methodName
the supplied arguments
, if any.
.false
, then subfunction "EXIT" is not carried out.
"com.sun.star.text.TextField.
- clear() -
Method in class com.sun.star.script.framework.provider.oorexx.PlainSourceView
-
- clear() -
Method in interface com.sun.star.script.framework.provider.oorexx.ScriptSourceView
-
- 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.
- componentType -
Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
-
- 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.
- 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.
- 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.
- 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, 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[]) -
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.
- createThrowsClause(Class[]) -
Static method in class org.rexxla.bsf.engines.rexx.ProxiedJavaClassTool
- Create comma-separated list of parameter types, enclosed in round parenthesis.
- cv -
Variable in class org.rexxla.bsf.engines.rexx.RexxExtendClass
- The
ClassVisitor
to which this adapter delegates calls.
DateRGF.day
field in
DateRGF.get(int flag)
and
DateRGF.set(int flag, int new_value)
.
flag
argument.
DateRGF.dateOrder
field in
DateRGF.getStatic(int flag)
and
DateRGF.setStatic(int flag, int new_value)
.
DateRGF.DateRGF(int, int, int)
is an implementation of Date which allows for date
manipulations and date arithmetics.DateRGF.toString()
.
DateTimeRGF
implements a class consisting of a
DateRGF
and
TimeRGF
.date
and
time
.
DateRGF.day
field in
DateRGF.get(int flag)
and
DateRGF.set(int flag, int new_value)
.
DateRGF.weekStart
.
DateRGF.weekStart
.
year
*10000+ month
*100+
day
.
DateRGF.setDefaultEpochDate(int value)
.
DateRGF.year
DateRGF.month
DateRGF.day
).
o
) containing a member
(a method or attribute) of the given name
.
extendUsingJanino
.
"desc"
delimited with
" | "
and followed by the method's signature as one would
have to give it in a Java program.
o
.
RexxAndJava
instance that is used for interfacing with Rexx.
DateRGF.weekStart
and DateRGF.dateOrder
.
flag
.
DateRGF.jdn2date(int jdn, DateRGF aDate, int flag)
and DateRGF.date2jdn(int year, int month, int day, int flag)
.
HALT
condition) all Rexx threads of this engine's peer
Rexx interperter instance (using the new ooRExx 4.0 APIs).
HALT
condition) having
the given thread ID.
java.util.Enumeration.hasMoreElements()
.
java.util.Enumeration.hasMoreElements()
.
TimeRGF.hour
field in
TimeRGF.get(int flag)
and
TimeRGF.set(int flag, int new_value)
.
InvocationHandler
's method.
toString()
.
BSF4ooRexx
via JNI, after the JVM was created.DateRGF.jdn
field in
DateRGF.get(int flag)
and
DateRGF.set(int flag, int new_value)
.
RexxCreateInterpreter()
.
RexxCreateInterpreter()
.
Halt()
to raise the HALT
condition in all Rexx threads
belonging to the given Rexx interpreter instance.
Terminate()
to wait on all Rexx threads
belonging to the given Rexx interpreter instance to terminate.
DateRGF.jdn2date(int jdn, DateRGF aDate, int flag)
and DateRGF.date2jdn(int year, int month, int day, int flag)
,
or to indicate that a 'Julian date' (in the form 'YYYYddd')
is desired in the method DateRGF.get(int flag)
.
DateRGF.month
field in
DateRGF.get(int flag)
and
DateRGF.set(int flag, int new_value)
.
MAKEARRAY
method of the array class.
TimeRGF.millis
field in
TimeRGF.get(int flag)
and
TimeRGF.set(int flag, int new_value)
.
TimeRGF.minute
field in
TimeRGF.get(int flag)
and
TimeRGF.set(int flag, int new_value)
.
DateRGF.month
field in
DateRGF.get(int flag)
and
DateRGF.set(int flag, int new_value)
.
DateRGF.jdn
, "Not A Date"
java.util.Enumeration.nextElement()
.
java.util.Enumeration.nextElement()
.
null
, by default
".NIL"
.
fmt
of
method
DateFormatRGF.format(String fmt, Object obj)
.
beanName
as the key.
needle
in string
,
starting the search at the indicated 0-based start
position,
or -1
, if not found.
null
as well.
UnoRuntime.queryInterface()
and returns its result.
TimeRGF.raw_millis
field in
TimeRGF.get(int flag)
and
TimeRGF.set(int flag, int new_value)
.
calls System.exit(exit_number)
.exitCode
.
ClassAdapter
object.
ClassAdapter
object.
ClassAdapter
object.
#getRegistryKeyValue()
.System.err
.
TimeRGF.second
field in
TimeRGF.get(int flag)
and
TimeRGF.set(int flag, int new_value)
.
extendUsingJanino
.
DateRGF.weekStart
and DateRGF.dateOrder
.
DateRGF.dayNames
or DateRGF.monthNames
according to flag
.
toString()
.
int
which stores the size (maximum number of entries) of the appropriate dimension.
0
and is
enclosed in square brackets).
ArrayWrapper
class.
ArrayWrapper
class.
TimeRGF.hour
,
TimeRGF.minute
, TimeRGF.second
and millis(econds)
.toString()
.
int
, encoded as seconds since/until
the given epoch.
DateRGF.dateSeparator
,
DateRGF.dateOrder
.
DateRGF.dateOrder
.
timeSeparator
,
is24Hour
and
am_pm_string
.
needle
is in character array of reference
.
DateRGF.weekStart
.
DateRGF.set(int flag, int number)
method.
DateRGF.year
field in
DateRGF.get(int flag)
and
DateRGF.set(int flag, int new_value)
.
DateRGF.year
field in
DateRGF.get(int flag)
and
DateRGF.set(int flag, int new_value)
.
|
20110531, rgf | |||||||||
PREV NEXT | FRAMES NO FRAMES |