Class: QuotedParameter
Extends
Constructors
new QuotedParameter()
new QuotedParameter(
separators: readonlystring[],part:Omit<QuotedToken,"type">):QuotedParameter
Parameters
| Parameter | Type |
|---|---|
separators | readonly string[] |
part | Omit <QuotedToken, "type"> |
Returns
Overrides
Source
lib/lexer/streams/parameters/QuotedParameter.ts:9
Properties
close
readonlyclose:string
Source
lib/lexer/streams/parameters/QuotedParameter.ts:7
open
readonlyopen:string
Source
lib/lexer/streams/parameters/QuotedParameter.ts:6
separators
readonlyseparators: readonlystring[]
Inherited from
Source
lib/lexer/streams/parameters/BaseParameter.ts:2
value
readonlyvalue:string
Source
lib/lexer/streams/parameters/QuotedParameter.ts:5
Accessors
leading
getleading():string
Returns
string
Source
lib/lexer/streams/parameters/BaseParameter.ts:8
raw
getraw():string
Returns
string