A B C D E F G I J L M N O P Q R S T U V Z

A

Apl2Env - Variable in class com.ibm.apl2.Apl2interp
Address of APL2 interpreter's environment block
Apl2cdr - class com.ibm.apl2.Apl2cdr.
Java object class which contains APL2 Canonical Data Representations (CDRs).
Apl2cdr(byte[]) - Constructor for class com.ibm.apl2.Apl2cdr
Construct an object from a byte array containing a CDR.
Apl2exception - exception com.ibm.apl2.Apl2exception.
Thrown by methods in apl2 package.
Apl2exception() - Constructor for class com.ibm.apl2.Apl2exception
Constructor with default message, type, and code.
Apl2exception(String) - Constructor for class com.ibm.apl2.Apl2exception
Constructor with parameter message and default type, and code.
Apl2exception(int, int, String) - Constructor for class com.ibm.apl2.Apl2exception
Constructor with parameter message, type, and code.
Apl2interp - class com.ibm.apl2.Apl2interp.
Start and use APL2 interpreters.
Apl2interp(String[]) - Constructor for class com.ibm.apl2.Apl2interp
Start an APL2 interpreter.
Apl2interp() - Constructor for class com.ibm.apl2.Apl2interp
Start an APL2 interpreter using default invocation options.
Apl2object - class com.ibm.apl2.Apl2object.
Java object class which manages APL2 workspace data objects.
Apl2object(Apl2interp, boolean) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from a boolean value.
Apl2object(Apl2interp, byte) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from a byte value.
Apl2object(Apl2interp, char) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from a char value.
Apl2object(Apl2interp, double) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from a double value.
Apl2object(Apl2interp, float) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from a float value.
Apl2object(Apl2interp, int) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from an int value.
Apl2object(Apl2interp, long) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from a long value.
Apl2object(Apl2interp, short) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from a short value.
Apl2object(Apl2interp, String) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from a String value.
Apl2object(Apl2interp, Object) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from an arbitrary Object.
Apl2object(Apl2interp, Object, boolean) - Constructor for class com.ibm.apl2.Apl2object
Construct an object containing a global reference to an arbitrary Object.
Apl2object(Apl2interp, Apl2cdr) - Constructor for class com.ibm.apl2.Apl2object
Construct an object from an Apl2cdr object
Apl2print - class com.ibm.apl2.Apl2print.
Java object class used to print from APL2
Apl2print(Apl2interp, String) - Constructor for class com.ibm.apl2.Apl2print
Construct an object whose print method calls APL2.
Apl2zip - class com.ibm.apl2.Apl2zip.
Java class which provides access to Java zip tools.
Apl2zip() - Constructor for class com.ibm.apl2.Apl2zip
 
Assign(Apl2object, Apl2object) - Method in class com.ibm.apl2.Apl2interp
Assign a name to a workspace object using Apl2objects for both name and value.
Assign(String, Apl2object) - Method in class com.ibm.apl2.Apl2interp
Assign a name to a workspace object using a String name and an Apl2object value.
Assignment - Static variable in class com.ibm.apl2.Apl2interp
 
Associate(int, int, Apl2object) - Method in class com.ibm.apl2.Apl2interp
Associate a name in the workspace using an int class, an int processor, and an Apl2object name.
Associate(int, int, String) - Method in class com.ibm.apl2.Apl2interp
Associate a name in the workspace using an int class, an int processor, and a String name.
Associate(String, int, Apl2object) - Method in class com.ibm.apl2.Apl2interp
Associate a name in the workspace using a String locator, an int processor, and an Apl2object name.
Associate(String, int, String) - Method in class com.ibm.apl2.Apl2interp
Associate a name in the workspace using a String locator, an int processor, and a String name.

B

Branch - Static variable in class com.ibm.apl2.Apl2interp
 
booleanValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as a boolean.
booleanarrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of booleans.
byteValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as a byte.
bytearrayValue() - Method in class com.ibm.apl2.Apl2cdr
Returns the value of the specified object as an array of bytes.
bytearrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of bytes.

C

CDWRTA - Static variable in class com.ibm.apl2.Apl2object
Workspace object type code: Integer progression vector.
CDWRTB - Static variable in class com.ibm.apl2.Apl2object
Workspace object type code: Boolean.
CDWRTC - Static variable in class com.ibm.apl2.Apl2object
Workspace object type code: Single byte character.
CDWRTD - Static variable in class com.ibm.apl2.Apl2object
Workspace object type code: Four byte character.
CDWRTG - Static variable in class com.ibm.apl2.Apl2object
Workspace object type code: General array.
CDWRTI - Static variable in class com.ibm.apl2.Apl2object
Workspace object type code: Integer.
CDWRTJ - Static variable in class com.ibm.apl2.Apl2object
Workspace object type code: Complex.
CDWRTR - Static variable in class com.ibm.apl2.Apl2object
Workspace object type code: Real.
CODE_DEFAULTS_NOERROR - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_DEFAULTS_UNCLASSIFIED - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_EXPLICIT_AXIS - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_EXPLICIT_DOMAIN - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_EXPLICIT_INDEX - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_EXPLICIT_LENGTH - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_EXPLICIT_RANK - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_EXPLICIT_VALENCE - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_IMPLICIT_CT - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_IMPLICIT_FC - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_IMPLICIT_IO - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_IMPLICIT_PP - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_IMPLICIT_PR - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_IMPLICIT_RL - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_ARRAYRANK - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_ARRAYSIZE - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_DEPTH - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_INTERFACECAP - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_INTERFACENA - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_INTERFACEQUOTA - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_INTERRUPT - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_PROMPTLENGTH - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_RESTRICTION - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_SYMBOLTABLE - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_SYSTEMERROR - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_VALUEUNREP - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_RESOURCE_WSFULL - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_SYNTAX_COMPATABILITY - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_SYNTAX_ILLFORMED - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_SYNTAX_INVALIDOP - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_SYNTAX_NAMECLASS - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_SYNTAX_NOARRAY - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_VALUE_NORESULT - Static variable in class com.ibm.apl2.Apl2exception
 
CODE_VALUE_NOVALUE - Static variable in class com.ibm.apl2.Apl2exception
 
Ceiling - Static variable in class com.ibm.apl2.Apl2interp
 
Circle - Static variable in class com.ibm.apl2.Apl2interp
 
Code - Variable in class com.ibm.apl2.Apl2exception
Exception reason code
Comment - Static variable in class com.ibm.apl2.Apl2interp
 
cdrValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object in its Canonical Data Representation.
charValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as a char.
chararrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of chars.
com.ibm.apl2 - package com.ibm.apl2
 

D

Decode - Static variable in class com.ibm.apl2.Apl2interp
 
Del - Static variable in class com.ibm.apl2.Apl2interp
 
DelTilde - Static variable in class com.ibm.apl2.Apl2interp
 
Delta - Static variable in class com.ibm.apl2.Apl2interp
 
DeltaBar - Static variable in class com.ibm.apl2.Apl2interp
 
Diamond - Static variable in class com.ibm.apl2.Apl2interp
 
Divide - Static variable in class com.ibm.apl2.Apl2interp
 
Drop - Static variable in class com.ibm.apl2.Apl2interp
 
doubleValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as a double.
doublearrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of doubles.

E

Each - Static variable in class com.ibm.apl2.Apl2interp
 
Enclose - Static variable in class com.ibm.apl2.Apl2interp
 
Encode - Static variable in class com.ibm.apl2.Apl2interp
 
Enlist - Static variable in class com.ibm.apl2.Apl2interp
 
Execute - Static variable in class com.ibm.apl2.Apl2interp
 
Execute(Apl2object) - Method in class com.ibm.apl2.Apl2interp
Execute an expression using an Apl2object.
Execute(String) - Method in class com.ibm.apl2.Apl2interp
Execute an expression using a String.
Execute(Apl2object, Apl2object) - Method in class com.ibm.apl2.Apl2interp
Execute a monadic function using Apl2objects for the function and argument.
Execute(String, Apl2object) - Method in class com.ibm.apl2.Apl2interp
Execute a monadic function using a String for the function and an Apl2object for the argument.
Execute(Apl2object, Apl2object, Apl2object) - Method in class com.ibm.apl2.Apl2interp
Execute a dyadic function using Apl2objects for the function and arguments.
Execute(Apl2object, String, Apl2object) - Method in class com.ibm.apl2.Apl2interp
Execute a dyadic function using a String for the function and Apl2objects for the arguments.
Expunge(String) - Method in class com.ibm.apl2.Apl2interp
Expunge a name.

F

Find - Static variable in class com.ibm.apl2.Apl2interp
 
Floor - Static variable in class com.ibm.apl2.Apl2interp
 
Format - Static variable in class com.ibm.apl2.Apl2interp
 
Free() - Method in class com.ibm.apl2.Apl2object
Free the object
floatValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as a float.
floatarrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of floats.

G

GetApl2interp() - Method in class com.ibm.apl2.Apl2object
Get the Apl2interp object used to construct the Apl2object
GradeDown - Static variable in class com.ibm.apl2.Apl2interp
 
GradeUp - Static variable in class com.ibm.apl2.Apl2interp
 
GreaterEqual - Static variable in class com.ibm.apl2.Apl2interp
 

I

IBeam - Static variable in class com.ibm.apl2.Apl2interp
 
Index - Static variable in class com.ibm.apl2.Apl2interp
 
Interval - Static variable in class com.ibm.apl2.Apl2interp
 
IsInterruptPending() - Method in class com.ibm.apl2.Apl2interp
Check if an interrupt is pending
intValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an int.
intarrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of ints.

J

Jot - Static variable in class com.ibm.apl2.Apl2interp
 

L

LessEqual - Static variable in class com.ibm.apl2.Apl2interp
 
longValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as a long.
longarrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of longs.

M

Match - Static variable in class com.ibm.apl2.Apl2interp
 
MatrixInverse - Static variable in class com.ibm.apl2.Apl2interp
 
Multiply - Static variable in class com.ibm.apl2.Apl2interp
 

N

Nand - Static variable in class com.ibm.apl2.Apl2interp
 
NaturalLog - Static variable in class com.ibm.apl2.Apl2interp
 
Nor - Static variable in class com.ibm.apl2.Apl2interp
 
Not - Static variable in class com.ibm.apl2.Apl2interp
 
NotEqual - Static variable in class com.ibm.apl2.Apl2interp
 

O

Or - Static variable in class com.ibm.apl2.Apl2interp
 

P

Pick - Static variable in class com.ibm.apl2.Apl2interp
 
print(Graphics, PageFormat, int) - Method in class com.ibm.apl2.Apl2print
Implementation of Printable interface's print method.

Q

QAF - Static variable in class com.ibm.apl2.Apl2interp
 
QAI - Static variable in class com.ibm.apl2.Apl2interp
 
QAT - Static variable in class com.ibm.apl2.Apl2interp
 
QAV - Static variable in class com.ibm.apl2.Apl2interp
 
QCR - Static variable in class com.ibm.apl2.Apl2interp
 
QCT - Static variable in class com.ibm.apl2.Apl2interp
 
QDL - Static variable in class com.ibm.apl2.Apl2interp
 
QEA - Static variable in class com.ibm.apl2.Apl2interp
 
QEC - Static variable in class com.ibm.apl2.Apl2interp
 
QEM - Static variable in class com.ibm.apl2.Apl2interp
 
QES - Static variable in class com.ibm.apl2.Apl2interp
 
QET - Static variable in class com.ibm.apl2.Apl2interp
 
QEX - Static variable in class com.ibm.apl2.Apl2interp
 
QFC - Static variable in class com.ibm.apl2.Apl2interp
 
QFX - Static variable in class com.ibm.apl2.Apl2interp
 
QIB - Static variable in class com.ibm.apl2.Apl2interp
 
QIO - Static variable in class com.ibm.apl2.Apl2interp
 
QLC - Static variable in class com.ibm.apl2.Apl2interp
 
QLX - Static variable in class com.ibm.apl2.Apl2interp
 
QNA - Static variable in class com.ibm.apl2.Apl2interp
 
QNC - Static variable in class com.ibm.apl2.Apl2interp
 
QNL - Static variable in class com.ibm.apl2.Apl2interp
 
QNLT - Static variable in class com.ibm.apl2.Apl2interp
 
QPK - Static variable in class com.ibm.apl2.Apl2interp
 
QPP - Static variable in class com.ibm.apl2.Apl2interp
 
QPR - Static variable in class com.ibm.apl2.Apl2interp
 
QPW - Static variable in class com.ibm.apl2.Apl2interp
 
QRL - Static variable in class com.ibm.apl2.Apl2interp
 
QSVC - Static variable in class com.ibm.apl2.Apl2interp
 
QSVE - Static variable in class com.ibm.apl2.Apl2interp
 
QSVO - Static variable in class com.ibm.apl2.Apl2interp
 
QSVQ - Static variable in class com.ibm.apl2.Apl2interp
 
QSVR - Static variable in class com.ibm.apl2.Apl2interp
 
QSVS - Static variable in class com.ibm.apl2.Apl2interp
 
QTC - Static variable in class com.ibm.apl2.Apl2interp
 
QTF - Static variable in class com.ibm.apl2.Apl2interp
 
QTS - Static variable in class com.ibm.apl2.Apl2interp
 
QTZ - Static variable in class com.ibm.apl2.Apl2interp
 
QUCS - Static variable in class com.ibm.apl2.Apl2interp
 
QUL - Static variable in class com.ibm.apl2.Apl2interp
 
QWA - Static variable in class com.ibm.apl2.Apl2interp
 
Quad - Static variable in class com.ibm.apl2.Apl2interp
 
QuoteQuad - Static variable in class com.ibm.apl2.Apl2interp
 

R

Reverse - Static variable in class com.ibm.apl2.Apl2interp
 
Rotate - Static variable in class com.ibm.apl2.Apl2interp
 
rank() - Method in class com.ibm.apl2.Apl2object
Returns the specified object's rank.

S

Shape - Static variable in class com.ibm.apl2.Apl2interp
 
SlashBar - Static variable in class com.ibm.apl2.Apl2interp
 
SlopeBar - Static variable in class com.ibm.apl2.Apl2interp
 
Stack - Variable in class com.ibm.apl2.Apl2exception
APL2 stack at time of exception
Stop() - Method in class com.ibm.apl2.Apl2interp
Shut down an interpreter.
shape() - Method in class com.ibm.apl2.Apl2object
Returns the specified object's shape.
shortValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as a short.
shortarrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of shorts.
stringValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as a String.
stringarrayValue() - Method in class com.ibm.apl2.Apl2object
Returns the value of the specified object as an array of Strings.

T

TYPE_DEFAULTS - Static variable in class com.ibm.apl2.Apl2exception
 
TYPE_EXPLICIT - Static variable in class com.ibm.apl2.Apl2exception
 
TYPE_IMPLICIT - Static variable in class com.ibm.apl2.Apl2exception
 
TYPE_RESOURCE - Static variable in class com.ibm.apl2.Apl2exception
 
TYPE_SYNTAX - Static variable in class com.ibm.apl2.Apl2exception
 
TYPE_VALUE - Static variable in class com.ibm.apl2.Apl2exception
 
Take - Static variable in class com.ibm.apl2.Apl2interp
 
Transpose - Static variable in class com.ibm.apl2.Apl2interp
 
Type - Variable in class com.ibm.apl2.Apl2exception
General exception type classification
type() - Method in class com.ibm.apl2.Apl2object
Returns the data type of the specified object.

U

Unzip(byte[]) - Static method in class com.ibm.apl2.Apl2zip
Unzip a character vector

V

ValidateApl2interp(Apl2interp) - Static method in class com.ibm.apl2.Apl2interp
Validate the interpreter

Z

Zip(byte[]) - Static method in class com.ibm.apl2.Apl2zip
Zip a character vector

A B C D E F G I J L M N O P Q R S T U V Z