CLASS: ScriptElement
Class ScriptElement

Known sub-classes: LotusScriptClass, LotusScriptConst, LotusScriptFunction, LotusScriptMethod, LotusScriptProperty, LotusScriptType

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 CommentComment (Get)
     Returns the comment (if any) for this ScriptElement.
Public CommentComment (Set)
     Sets the comment (if any) for this ScriptElement.
Public StringElementName (Get)
     Returns the name of this ScriptElement.
Public IntegerModifier (Get)
     Returns the modifier as an integer.
Public StringModifierString (Get)
     Returns the modifier as a String.

Methods Summary
PublicNew(source_line As String)
     Constructor.

Functions Summary
Public StringToString()
     Should return a string representation of the ScriptElement object.

Method Detail

New

Public New(source_line As String)
Constructor.
Parameter(s):
source_line - A source line from the ScriptParser

Function Detail

ToString

Public Function ToString() As String
Should return a string representation of the ScriptElement object.
Returns:
A string representation.