public class Entry
extends java.lang.Object
Constructor and Description |
---|
Entry()
constructor - create a empty Entry variable
|
Entry(java.lang.Object base,
java.lang.String name)
constructor - create a Entry constant
|
Modifier and Type | Method and Description |
---|---|
void |
assign(Entry cpy)
assign - assign an ENTRY variable or constant to an Entry variable
|
java.lang.Object |
invoke(java.lang.Object... actuals)
invoke - invoke the entry point
|
public Entry()
public Entry(java.lang.Object base, java.lang.String name)
NAME
- condition if name could not be found in basepublic void assign(Entry cpy)
cpy
- - the ENTRY variable or constant to assign this variablepublic java.lang.Object invoke(java.lang.Object... actuals) throws java.lang.Throwable
actuals
- - array of arbitrary number of parms passed to the entry pointNAME
- condition if name could not be found, mismatched formal
and actual parameters, or an Exception occurs during invocationother
- conditions if the invoked PROCEDURE raised a CONDITIONjava.lang.Throwable