CodeInput

Description

sealed class Tinman.Core.Parsing.CodeInput

Derived from

TextBase abstract
ICodeInput

Default implementation of the ICodeInput interface.

Public / Constructors

From​String


public static method FromString → (2)

input in : string

[not-null]
The input string that represents the sequence of input tokens.

path opt : Path = null

The path information to return via IPathInfo.PathInfo or null if none.

returns → CodeInput

The token input object.

Creates a new instance of CodeInput.