Show / Hide Table of Contents

Class vbaParser.IfThenElseStmtContext

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

Constructors

| Improve this Doc View Source

IfThenElseStmtContext()

Declaration
public IfThenElseStmtContext()
| Improve this Doc View Source

IfThenElseStmtContext(ParserRuleContext, Int32)

Declaration
public IfThenElseStmtContext(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.IfThenElseStmtContext)

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