Class MuParserParser.NumberAtomContext
Inheritance
System.Object
MuParserParser.NumberAtomContext
Assembly: Muparser.dll
Syntax
public class NumberAtomContext : MuParserParser.AtomContext
Constructors
|
Improve this Doc
View Source
NumberAtomContext(MuParserParser.AtomContext)
Declaration
public NumberAtomContext(MuParserParser.AtomContext context)
Parameters
Methods
|
Improve this Doc
View Source
Accept<TResult>(IParseTreeVisitor<TResult>)
Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
| Type |
Name |
Description |
| IParseTreeVisitor<TResult> |
visitor |
|
Returns
Type Parameters
|
Improve this Doc
View Source
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
| Type |
Name |
Description |
| IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
| Type |
Name |
Description |
| IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
FLOAT()
Declaration
public ITerminalNode FLOAT()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
INT()
Declaration
public ITerminalNode INT()
Returns
| Type |
Description |
| ITerminalNode |
|