Show / Hide Table of Contents

Class MuParserParser.AtomContext

Inheritance
System.Object
MuParserParser.AtomContext
MuParserParser.BooleanAtomContext
MuParserParser.IdAtomContext
MuParserParser.NumberAtomContext
MuParserParser.ParExprContext
MuParserParser.PredefinedConstantAtomContext
Namespace: GCore.Antlr.Grammers.Muparser
Assembly: Muparser.dll
Syntax
public class AtomContext : ParserRuleContext

Constructors

| Improve this Doc View Source

AtomContext()

Declaration
public AtomContext()
| Improve this Doc View Source

AtomContext(ParserRuleContext, Int32)

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

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