Show / Hide Table of Contents

Class vbaParser.ModuleDeclarationsElementContext

Inheritance
System.Object
vbaParser.ModuleDeclarationsElementContext
Namespace: GCore.Antlr.Grammers.Vba
Assembly: Vba.dll
Syntax
public class ModuleDeclarationsElementContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ModuleDeclarationsElementContext(ParserRuleContext, Int32)

Declaration
public ModuleDeclarationsElementContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

comment()

Declaration
public vbaParser.CommentContext comment()
Returns
Type Description
vbaParser.CommentContext
| Improve this Doc View Source

constStmt()

Declaration
public vbaParser.ConstStmtContext constStmt()
Returns
Type Description
vbaParser.ConstStmtContext
| Improve this Doc View Source

declareStmt()

Declaration
public vbaParser.DeclareStmtContext declareStmt()
Returns
Type Description
vbaParser.DeclareStmtContext
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

enumerationStmt()

Declaration
public vbaParser.EnumerationStmtContext enumerationStmt()
Returns
Type Description
vbaParser.EnumerationStmtContext
| Improve this Doc View Source

eventStmt()

Declaration
public vbaParser.EventStmtContext eventStmt()
Returns
Type Description
vbaParser.EventStmtContext
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

implementsStmt()

Declaration
public vbaParser.ImplementsStmtContext implementsStmt()
Returns
Type Description
vbaParser.ImplementsStmtContext
| Improve this Doc View Source

macroStmt()

Declaration
public vbaParser.MacroStmtContext macroStmt()
Returns
Type Description
vbaParser.MacroStmtContext
| Improve this Doc View Source

moduleOption()

Declaration
public vbaParser.ModuleOptionContext moduleOption()
Returns
Type Description
vbaParser.ModuleOptionContext
| Improve this Doc View Source

typeStmt()

Declaration
public vbaParser.TypeStmtContext typeStmt()
Returns
Type Description
vbaParser.TypeStmtContext
| Improve this Doc View Source

variableStmt()

Declaration
public vbaParser.VariableStmtContext variableStmt()
Returns
Type Description
vbaParser.VariableStmtContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX