public static class RexxScriptEngine.RexxAnnotation
extends java.lang.Object
A Rexx script annotation is a block comment at the very beginning or end of a Rexx statement, which starts with the at character (@) and followed by a name. Optionally the name may be followed by a pair of parenthesis that may contain a single (quoted) Rexx string, which gets interpreted according to the annotation name in hand.
Currently the following Rexx script annotations are defined:
Modifier and Type | Class and Description |
---|---|
static class |
RexxScriptEngine.RexxAnnotation.RexxAnnotationEnum
The currently supported Rexx script annotation names need to be led in with an at (@) character,
the name of the annotation and if values are supplied with it, then they must be given within
parenthesis immediately following the annotation name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Create a string containing all attributes and their values.
|