Show / Hide Table of Contents

Class vbaParser.CaseCondValueContext

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

Constructors

| Improve this Doc View Source

CaseCondValueContext(vbaParser.SC_SelectionContext)

Declaration
public CaseCondValueContext(vbaParser.SC_SelectionContext context)
Parameters
Type Name Description
vbaParser.SC_SelectionContext 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

valueStmt()

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