Base class for all script elements in LotusScript. Each sub-class represents a different element such as a class, sub, function etc.
| Property Summary | |
Public Comment | Comment (Get)Returns the comment (if any) for this ScriptElement. |
Public Comment | Comment (Set)Sets the comment (if any) for this ScriptElement. |
Public String | ElementName (Get)Returns the name of this ScriptElement. |
Public Integer | Modifier (Get)Returns the modifier as an integer. |
Public String | ModifierString (Get)Returns the modifier as a String. |
| Methods Summary | |
Public | New(source_line As String)Constructor. |
| Functions Summary | |
Public String | ToString()Should return a string representation of the ScriptElement object. |
| Method Detail |
Public New(source_line As String)
source_line - A source line from the ScriptParser| Function Detail |
Public Function ToString() As String