ScriptParser is the class that does the actual parsing of the LotusScript source. ScriptParser is used from the Script object when the Parse() method is called.
| Methods Summary | |
Public | New(line_in As LineInputStream)Constructor. |
Public | ParseToVector(script_elements As Vector)Parses the source given to the parser in the constructor into the vector. |
| Functions Summary | |
Public Vector | Parse()Parses the source given to the parser in the constructor. |
| Method Detail |
Public New(line_in As LineInputStream)
line_in - The LineInputStream to read the source code from.Public Sub ParseToVector(script_elements As Vector)
script_elements - The Vector to store the found ScriptElement objects in.| Function Detail |
Public Function Parse() As Vector