Table of Contents

Class VBAParser

Namespace
Alternet.Syntax.Parsers.Advanced
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

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

Methods

InitReswords()
IsBuiltInType(int)
IsReswordToken(int)
IsType(int)
ParseFieldDeclaration(ISyntaxAttributes, Point, string, ISyntaxNodes, int)
ParseSimpleExpression(ref ISyntaxNode, ref bool)
ParseTypeName(out string)
ParseVariableDeclaration(ISyntaxAttributes, Point, int)