This class represents a comment for a Script (a design element) or ScriptElement (function, a sub, a property, a const or a class).
The class handles parsing the comment text for the following @-parameters:| Property Summary | |
Public String | Comment (Get)Returns the entire comment except |
Public String | FirstSentence (Get)Returns the first sentence (until the first period or |
| Methods Summary | |
Public | AddCommentPart(comment As String)Add a part of the comment as we encouter it while parsing LotusScript source. |
Public | New()Constructor. |
| Functions Summary | |
Public Vector | GetParameters(param_name As String)Returns a vector of Parameter-objects with the supplied name. |
| Method Detail |
Public Sub AddCommentPart(comment As String)
comment - The comment part.Public New()
| Function Detail |
Public Function GetParameters(param_name As String) As Vector
param_name - The name of the @-parameter to get Parameter objects for.