Class SingleDoubleQuoteStringLiteralToken
A string literal token that can use either single quote or double quote as the string boundary. The Boundary
property is set to double quote by default. It will be changed to the correct boundary when the expression is parsed.
Inheritance
System.Object
SingleDoubleQuoteStringLiteralToken
Assembly: Albatross.Expression.dll
Syntax
public class SingleDoubleQuoteStringLiteralToken : StringLiteralToken, IOperandToken, IStringLiteralToken, IToken
Properties
Boundary
Declaration
public override char Boundary { get; }
Property Value
Type |
Description |
System.Char |
|
Overrides
Methods
Clone()
Declaration
public override IToken Clone()
Returns
Overrides
Match(String, Int32, out Int32)
Declaration
public override bool Match(string expression, int start, out int next)
Parameters
Type |
Name |
Description |
System.String |
expression |
|
System.Int32 |
start |
|
System.Int32 |
next |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements
Extension Methods