Show / Hide Table of Contents

Class vbaParser.SC_CondContext

Inheritance
System.Object
vbaParser.SC_CondContext
vbaParser.CaseCondElseContext
vbaParser.CaseCondSelectionContext
Namespace: GCore.Antlr.Grammers.Vba
Assembly: Vba.dll
Syntax
public class SC_CondContext : ParserRuleContext

Constructors

| Improve this Doc View Source

SC_CondContext()

Declaration
public SC_CondContext()
| Improve this Doc View Source

SC_CondContext(ParserRuleContext, Int32)

Declaration
public SC_CondContext(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_CondContext)

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