Show / Hide Table of Contents

Class vbaParser.InlineIfThenElseContext

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

Constructors

| Improve this Doc View Source

InlineIfThenElseContext(vbaParser.IfThenElseStmtContext)

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

blockStmt()

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

blockStmt(Int32)

Declaration
public vbaParser.BlockStmtContext blockStmt(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
vbaParser.BlockStmtContext
| 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

IF()

Declaration
public ITerminalNode IF()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

ifConditionStmt()

Declaration
public vbaParser.IfConditionStmtContext ifConditionStmt()
Returns
Type Description
vbaParser.IfConditionStmtContext
| Improve this Doc View Source

THEN()

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