Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Class and Description |
---|---|
static class |
CachedMethod.ArrayMapCachedMethod
A class representing the invocation of a scalar method on
an array of elements.
|
static class |
CachedMethod.BaseConvertCachedMethod
A cached method that converts the object on which the method
is invoked as well as the arguments.
|
static class |
CachedMethod.MatrixMapCachedMethod
A class representing the invocation of a scalar method on
a matrix of elements.
|
Modifier and Type | Method and Description |
---|---|
static CachedMethod |
CachedMethod.findMethod(java.lang.String methodName,
Type[] argumentTypes,
int type)
Find a method or function with the specified name and argument types.
|
Constructor and Description |
---|
ArrayMapCachedMethod(java.lang.String methodName,
Type[] argumentTypes,
int type,
CachedMethod cachedMethod,
boolean[] reducedArgs)
Constructs a CachedMethod$ArrayMapCachedMethod object.
|
MatrixMapCachedMethod(java.lang.String methodName,
Type[] argumentTypes,
int type,
CachedMethod cachedMethod,
boolean[] reducedArgs)
Constructs a CachedMethod$MatrixMapCachedMethod object.
|