Skip to main content

Module ast

Module ast 

Source

Structs§

PowerShellArray
PowerShell 数组
PowerShellAssignment
PowerShell 赋值
PowerShellAttribute
PowerShell 属性
PowerShellBinaryOp
PowerShell 二元操作
PowerShellBlock
PowerShell 代码块
PowerShellBreak
PowerShell break 语句
PowerShellCatch
PowerShell catch 语句
PowerShellClass
PowerShell 类
PowerShellCommand
PowerShell 命令
PowerShellConstructor
PowerShell 构造函数
PowerShellContinue
PowerShell continue 语句
PowerShellElseIf
PowerShell elseif 语句
PowerShellExit
PowerShell exit 语句
PowerShellFor
PowerShell for 语句
PowerShellForEach
PowerShell foreach 语句
PowerShellFunction
PowerShell 函数
PowerShellHashtable
PowerShell 哈希表
PowerShellHashtableEntry
PowerShell 哈希表条目
PowerShellIf
PowerShell if 语句
PowerShellIndexAccess
PowerShell 索引访问
PowerShellMemberAccess
PowerShell 成员访问
PowerShellMethod
PowerShell 方法
PowerShellParameter
PowerShell 参数定义
PowerShellPipeline
PowerShell 管道
PowerShellProperty
PowerShell 属性
PowerShellReturn
PowerShell return 语句
PowerShellRoot
PowerShell AST 根节点
PowerShellScriptBlock
PowerShell 脚本块
PowerShellSwitch
PowerShell switch 语句
PowerShellSwitchCase
PowerShell switch case
PowerShellThrow
PowerShell throw 语句
PowerShellTry
PowerShell try 语句
PowerShellUnaryOp
PowerShell 一元操作
PowerShellVariable
PowerShell 变量
PowerShellWhile
PowerShell while 语句
PowerShellWorkflow
PowerShell 工作流

Enums§

PowerShellArgument
PowerShell 参数
PowerShellAssignmentOperator
PowerShell 赋值操作符
PowerShellBinaryOperator
PowerShell 二元操作符
PowerShellClassMember
PowerShell 类成员
PowerShellExpression
PowerShell 表达式
PowerShellItem
PowerShell 顶级项目
PowerShellLiteral
PowerShell 字面量
PowerShellStatement
PowerShell 语句
PowerShellUnaryOperator
PowerShell 一元操作符