Show / Hide Table of Contents

Class vbaParser.CaseCondSelectionContext

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

Constructors

| Improve this Doc View Source

CaseCondSelectionContext(vbaParser.SC_CondContext)

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

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

sC_Selection()

Declaration
public vbaParser.SC_SelectionContext[] sC_Selection()
Returns
Type Description
vbaParser.SC_SelectionContext[]
| Improve this Doc View Source

sC_Selection(Int32)

Declaration
public vbaParser.SC_SelectionContext sC_Selection(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
vbaParser.SC_SelectionContext
| Improve this Doc View Source

WS()

Declaration
public ITerminalNode[] WS()
Returns
Type Description
ITerminalNode[]
| Improve this Doc View Source

WS(Int32)

Declaration
public ITerminalNode WS(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
ITerminalNode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX