CommandTokenizer.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandTokenizer.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-command/Runtime/CommandTokenizer.cs
Source file hash: sha256:3f8a66f2b7b75cc52e3025299346f31288ece0b90942ae6b18d3655773b1bc2e
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CommandTokenizer
Section titled “Type: CommandTokenizer”Original lines: 21-114
Declaration hash: sha256:0e4b02a2ea0e539a2783ded812bce6c4bd1404125b8c909eacc991748374fd1c
public static class CommandTokenizer{}Method: Tokenize(string commandLine)
Section titled “Method: Tokenize(string commandLine)”Original lines: 24-65
Declaration hash: sha256:f8bb25bd91b5206bef2d605fd2c4f62186a0add3d95840a4aec6ff157bd9fe6c
public static IReadOnlyList<string> Tokenize(string commandLine);