Class MuParserParser.ExprContext
Inheritance
System.Object
MuParserParser.ExprContext
Assembly: Muparser.dll
Syntax
public class ExprContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
ExprContext()
Declaration
|
Improve this Doc
View Source
ExprContext(ParserRuleContext, Int32)
Declaration
public ExprContext(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.ExprContext)
Declaration
public virtual void CopyFrom(MuParserParser.ExprContext context)
Parameters