Class VBAParser
Represents a class that performs syntax and lexical analysis of specified VBA code text.
public class VBAParser : VbScriptParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport
- Inheritance
-
VBAParser
- Implements