Method Loop Expression Tokens

unlisted

Method Loop Expression Tokens

 

Method loop expressions are expressions that can only be used within the context of a method loop. CodeGen supports method loop expressions via the <IF expression> and </IF [expression]> tags. Note that loop utility expressions can also be used within method loops.

 

Expression

Description

<IF COMMENT>

The method has an associated comment.

<IF ENCRYPT>

The method requires over-the-wire encryption.

<IF FUNCTION>

 

The method is a function.

<IF PARAMETERS>

 

The method has parameters.

<IF ALPHA>

 

The method returns an alpha value.

<IF COERCE>

 

The return value is coerced to a different type.

<IF COERCE_BOOLEAN>

 

The return value is coerced to BOOLEAN.

<IF COERCE_BYTE>

 

The return value is coerced to BYTE.

<IF COERCE_DATETIME>

 

The return value is coerced to DATETIME.

<IF COERCE_DATETIME_NULLABLE>

 

The return value is coerced to NULLABLE DATETIME.

<IF COERCE_DECIMAL>

 

The return value is coerced to DECIMAL.

<IF COERCE_DECIMAL_NULLABLE>

 

The return value is coerced to NULLABLE DECIMAL.

<IF COERCE_DOUBLE>

 

The return value is coerced to DOUBLE.

<IF COERCE_FLOAT>

 

The return value is coerced to FLOAT.

<IF COERCE_INT>

 

The return value is coerced to INT.

<IF COERCE_LONG>

 

The return value is coerced to LONG.

<IF COERCE_SBYTE>

 

The return value is coerced to SBYTE.

<IF COERCE_SHORT>

 

The return value is coerced to SHORT.

<IF COERCE_UINT>

 

The return value is coerced to UINT.

<IF COERCE_ULONG>

 

The return value is coerced to ULONG.

<IF COERCE_USHORT>

 

The return value is coerced to USHORT.

<IF DECIMAL>

 

The method returns a decimal value.

<IF ENUM>

 

The method returns an enum value.

<IF HATVAL>

 

The method returns a ^VAL (I4) value.

<IF IMPLIED>

 

The method returns an implied decimal value.

<IF INTEGER>

 

The method returns an integer value.

<IF STRING>

 

The method returns a string (it's a subroutine).

<IF SUBROUTINE>

 

The method is a subroutine.

 

 


Copyright © 2018  Synergex International, Inc.