Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommandExpressionParser

提供命令行文本解析功能。

interface
version

1.0.0

Hierarchy

  • ICommandExpressionParser

Implemented by

Index

Methods

Methods

parse

  • 将指定的命令行文本解析成命令表达式对象。

    Parameters

    • text: string

      指定的要解析的命令行文本。

    Returns CommandExpression

    CommandExpression 返回解析的命令表达式对象,如果解析失败则返回空(null)。

Generated using TypeDoc