Class WhiteSpaceParser
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
expressionOptionsExpressionOptions
Methods
Parse(ParseContext, ref ParseResult<TextSpan>)
public override bool Parse(ParseContext context, ref ParseResult<TextSpan> result)
Parameters
contextParseContextresultParseResult<TextSpan>
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.