Show / Hide Table of Contents

Class MuParserParser.ProgContext

Inheritance
System.Object
MuParserParser.ProgContext
MuParserParser.ProgExprContext
Namespace: GCore.Antlr.Grammers.Muparser
Assembly: Muparser.dll
Syntax
public class ProgContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ProgContext()

Declaration
public ProgContext()
| Improve this Doc View Source

ProgContext(ParserRuleContext, Int32)

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

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