Customizing parameter declarations

 

Introduction

The classes that parameterize the declaration of the parameters have a unique method named "declare", used to generate the declaration of the parameter.

 

 

Customizing the declarations of class parameters

 

The "declare" method for the ... class

is used to customize ...

simpleIOParameter

the declaration of the parameter.

stackIOParameter

the declaration of the parameter.

hashtableIOParameter

the declaration of the parameter.

simpleReturnParameter

the declaration of the parameter.

arrayReturnParameter

the declaration of the parameter.

stackReturnParameter

the declaration of the parameter.

hashtableReturnParameter

the declaration of the parameter.