Show / Hide Table of Contents

Class vbaParser.ModuleOptionContext

Inheritance
System.Object
vbaParser.ModuleOptionContext
vbaParser.OptionBaseStmtContext
vbaParser.OptionCompareStmtContext
vbaParser.OptionExplicitStmtContext
vbaParser.OptionPrivateModuleStmtContext
Namespace: GCore.Antlr.Grammers.Vba
Assembly: Vba.dll
Syntax
public class ModuleOptionContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ModuleOptionContext()

Declaration
public ModuleOptionContext()
| Improve this Doc View Source

ModuleOptionContext(ParserRuleContext, Int32)

Declaration
public ModuleOptionContext(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

CopyFrom(vbaParser.ModuleOptionContext)

Declaration
public virtual void CopyFrom(vbaParser.ModuleOptionContext context)
Parameters
Type Name Description
vbaParser.ModuleOptionContext context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX