Commandline shell syntax tree parser
CommandLineSyntax
01 Syntax
SMRUCC.Rsharp.Language.Syntax.SyntaxParser.SyntaxImplements.CommandLineSyntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| isInterpolation | 1 | Does the given text string contains the syntax of string interpolation? |
03 Members
isInterpolation(
String)Does the given text string contains the syntax of string interpolation?
Parameters
| Name | Type | Description |
|---|---|---|
text | String | - |