Show / Hide Table of Contents

Class vbaParser.SC_SelectionContext

Inheritance
System.Object
vbaParser.SC_SelectionContext
vbaParser.CaseCondIsContext
vbaParser.CaseCondToContext
vbaParser.CaseCondValueContext
Namespace: GCore.Antlr.Grammers.Vba
Assembly: Vba.dll
Syntax
public class SC_SelectionContext : ParserRuleContext

Constructors

| Improve this Doc View Source

SC_SelectionContext()

Declaration
public SC_SelectionContext()
| Improve this Doc View Source

SC_SelectionContext(ParserRuleContext, Int32)

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

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