ICustomAstVisitor2 Interface

Definition

public interface class ICustomAstVisitor2 : System::Management::Automation::Language::ICustomAstVisitor
public interface ICustomAstVisitor2 : System.Management.Automation.Language.ICustomAstVisitor
[System.Runtime.CompilerServices.NullableContext(1)]
public interface ICustomAstVisitor2 : System.Management.Automation.Language.ICustomAstVisitor
type ICustomAstVisitor2 = interface
    interface ICustomAstVisitor
[<System.Runtime.CompilerServices.NullableContext(1)>]
type ICustomAstVisitor2 = interface
    interface ICustomAstVisitor
Public Interface ICustomAstVisitor2
Implements ICustomAstVisitor
Derived
Attributes
Implements

Methods

DefaultVisit(Ast) (Inherited from ICustomAstVisitor)
VisitArrayExpression(ArrayExpressionAst) (Inherited from ICustomAstVisitor)
VisitArrayLiteral(ArrayLiteralAst) (Inherited from ICustomAstVisitor)
VisitAssignmentStatement(AssignmentStatementAst) (Inherited from ICustomAstVisitor)
VisitAttribute(AttributeAst) (Inherited from ICustomAstVisitor)
VisitAttributedExpression(AttributedExpressionAst) (Inherited from ICustomAstVisitor)
VisitBaseCtorInvokeMemberExpression(BaseCtorInvokeMemberExpressionAst)
VisitBinaryExpression(BinaryExpressionAst) (Inherited from ICustomAstVisitor)
VisitBlockStatement(BlockStatementAst) (Inherited from ICustomAstVisitor)
VisitBreakStatement(BreakStatementAst) (Inherited from ICustomAstVisitor)
VisitCatchClause(CatchClauseAst) (Inherited from ICustomAstVisitor)
VisitCommand(CommandAst) (Inherited from ICustomAstVisitor)
VisitCommandExpression(CommandExpressionAst) (Inherited from ICustomAstVisitor)
VisitCommandParameter(CommandParameterAst) (Inherited from ICustomAstVisitor)
VisitConfigurationDefinition(ConfigurationDefinitionAst)
VisitConstantExpression(ConstantExpressionAst) (Inherited from ICustomAstVisitor)
VisitContinueStatement(ContinueStatementAst) (Inherited from ICustomAstVisitor)
VisitConvertExpression(ConvertExpressionAst) (Inherited from ICustomAstVisitor)
VisitDataStatement(DataStatementAst) (Inherited from ICustomAstVisitor)
VisitDoUntilStatement(DoUntilStatementAst) (Inherited from ICustomAstVisitor)
VisitDoWhileStatement(DoWhileStatementAst) (Inherited from ICustomAstVisitor)
VisitDynamicKeywordStatement(DynamicKeywordStatementAst)
VisitErrorExpression(ErrorExpressionAst) (Inherited from ICustomAstVisitor)
VisitErrorStatement(ErrorStatementAst) (Inherited from ICustomAstVisitor)
VisitExitStatement(ExitStatementAst) (Inherited from ICustomAstVisitor)
VisitExpandableStringExpression(ExpandableStringExpressionAst) (Inherited from ICustomAstVisitor)
VisitFileRedirection(FileRedirectionAst) (Inherited from ICustomAstVisitor)
VisitForEachStatement(ForEachStatementAst) (Inherited from ICustomAstVisitor)
VisitForStatement(ForStatementAst) (Inherited from ICustomAstVisitor)
VisitFunctionDefinition(FunctionDefinitionAst) (Inherited from ICustomAstVisitor)
VisitFunctionMember(FunctionMemberAst)
VisitHashtable(HashtableAst) (Inherited from ICustomAstVisitor)
VisitIfStatement(IfStatementAst) (Inherited from ICustomAstVisitor)
VisitIndexExpression(IndexExpressionAst) (Inherited from ICustomAstVisitor)
VisitInvokeMemberExpression(InvokeMemberExpressionAst) (Inherited from ICustomAstVisitor)
VisitMemberExpression(MemberExpressionAst) (Inherited from ICustomAstVisitor)
VisitMergingRedirection(MergingRedirectionAst) (Inherited from ICustomAstVisitor)
VisitNamedAttributeArgument(NamedAttributeArgumentAst) (Inherited from ICustomAstVisitor)
VisitNamedBlock(NamedBlockAst) (Inherited from ICustomAstVisitor)
VisitParamBlock(ParamBlockAst) (Inherited from ICustomAstVisitor)
VisitParameter(ParameterAst) (Inherited from ICustomAstVisitor)
VisitParenExpression(ParenExpressionAst) (Inherited from ICustomAstVisitor)
VisitPipeline(PipelineAst) (Inherited from ICustomAstVisitor)
VisitPipelineChain(PipelineChainAst)
VisitPropertyMember(PropertyMemberAst)
VisitReturnStatement(ReturnStatementAst) (Inherited from ICustomAstVisitor)
VisitScriptBlock(ScriptBlockAst) (Inherited from ICustomAstVisitor)
VisitScriptBlockExpression(ScriptBlockExpressionAst) (Inherited from ICustomAstVisitor)
VisitStatementBlock(StatementBlockAst) (Inherited from ICustomAstVisitor)
VisitStringConstantExpression(StringConstantExpressionAst) (Inherited from ICustomAstVisitor)
VisitSubExpression(SubExpressionAst) (Inherited from ICustomAstVisitor)
VisitSwitchStatement(SwitchStatementAst) (Inherited from ICustomAstVisitor)
VisitTernaryExpression(TernaryExpressionAst)
VisitThrowStatement(ThrowStatementAst) (Inherited from ICustomAstVisitor)
VisitTrap(TrapStatementAst) (Inherited from ICustomAstVisitor)
VisitTryStatement(TryStatementAst) (Inherited from ICustomAstVisitor)
VisitTypeConstraint(TypeConstraintAst) (Inherited from ICustomAstVisitor)
VisitTypeDefinition(TypeDefinitionAst)
VisitTypeExpression(TypeExpressionAst) (Inherited from ICustomAstVisitor)
VisitUnaryExpression(UnaryExpressionAst) (Inherited from ICustomAstVisitor)
VisitUsingExpression(UsingExpressionAst) (Inherited from ICustomAstVisitor)
VisitUsingStatement(UsingStatementAst)
VisitVariableExpression(VariableExpressionAst) (Inherited from ICustomAstVisitor)
VisitWhileStatement(WhileStatementAst) (Inherited from ICustomAstVisitor)

Applies to