Table of Contents

Class WhiteSpaceParser

Namespace
NCalc.Parser
Assembly
NCalc.dll
public class WhiteSpaceParser : Parser<TextSpan>, IParser<TextSpan>
Inheritance
Parser<TextSpan>
WhiteSpaceParser
Implements
IParser<TextSpan>
Inherited Members
Parser<TextSpan>.Compile()
Parser<TextSpan>.Then<U>(U)
Parser<TextSpan>.Then<U>()
Parser<TextSpan>.ThenElse<U>(U, U)
Parser<TextSpan>.WhenFollowedBy<U>(Parser<U>)
Parser<TextSpan>.WhenNotFollowedBy<U>(Parser<U>)
Parser<TextSpan>.Eof()
Parser<TextSpan>.Discard<U>()
Parser<TextSpan>.Discard<U>(U)
Parser<TextSpan>.Else(TextSpan)
Parser<TextSpan>.Lookup(params ISeekable[])
Parser<TextSpan>.Parse(ParseContext)
Parser<TextSpan>.TryParse(ParseContext, out TextSpan, out ParseError)
Parser<TextSpan>.Name

Constructors

WhiteSpaceParser(ExpressionOptions)

public WhiteSpaceParser(ExpressionOptions expressionOptions)

Parameters

expressionOptions ExpressionOptions

Methods

Parse(ParseContext, ref ParseResult<TextSpan>)

public override bool Parse(ParseContext context, ref ParseResult<TextSpan> result)

Parameters

context ParseContext
result ParseResult<TextSpan>

Returns

bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.