Show / Hide Table of Contents

Class vbaParser.CaseCondElseContext

Inheritance
System.Object
vbaParser.SC_CondContext
vbaParser.CaseCondElseContext
Inherited Members
vbaParser.SC_CondContext.RuleIndex
vbaParser.SC_CondContext.CopyFrom(vbaParser.SC_CondContext)
Namespace: GCore.Antlr.Grammers.Vba
Assembly: Vba.dll
Syntax
public class CaseCondElseContext : vbaParser.SC_CondContext

Constructors

| Improve this Doc View Source

CaseCondElseContext(vbaParser.SC_CondContext)

Declaration
public CaseCondElseContext(vbaParser.SC_CondContext context)
Parameters
Type Name Description
vbaParser.SC_CondContext context

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

ELSE()

Declaration
public ITerminalNode ELSE()
Returns
Type Description
ITerminalNode
| 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

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX