public System.Object VisitNamedAttributeArgument(System.Management.Automation.Language.NamedAttributeArgumentAst namedAttributeArgumentAst) { IScriptExtent mappedExtent = MapExtent(namedAttributeArgumentAst.Extent); ExpressionAst mappedArgument = _VisitExpression(namedAttributeArgumentAst.Argument); return(new NamedAttributeArgumentAst(mappedExtent, namedAttributeArgumentAst.ArgumentName, mappedArgument, namedAttributeArgumentAst.ExpressionOmitted)); }
public override AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return AstVisitAction.Continue; }
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { Diagnostics.Assert(false, "Nothing to generate for a named attribute argument"); return null; }
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { throw PSTraceSource.NewArgumentException("ast"); }
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return AutomationNull.Value; }
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return(AutomationNull.Value); }
public virtual AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return AstVisitAction.Continue; }
/// <summary/> public virtual AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) => DefaultVisit(namedAttributeArgumentAst);
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return(false); }
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { throw PSTraceSource.NewArgumentException(nameof(namedAttributeArgumentAst)); }
/// <summary/> public virtual AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return(AstVisitAction.Continue); }
public override AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst ast) { return(Check(ast)); }
/// <summary/> public virtual object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return(null); }
/// <summary/> public virtual object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return null; }
/// <summary> /// Visit named attribute /// </summary> /// <param name="namedAttributeArgumentAst"></param> /// <returns></returns> public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { System.Diagnostics.Debug.Assert(false, "Code is unreachable"); return null; }
public override AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { Diagnostics.Assert(FoundError, "VisitAttributedExpression or VisitParameter or VisitParamBlock should have issued an error."); return AstVisitAction.Continue; }
/// <summary/> public virtual object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return _decorated.VisitNamedAttributeArgument(namedAttributeArgumentAst); }
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { throw new UnexpectedElementException(); }
public override AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { throw new NotImplementedException(); //VisitNamedAttributeArgument(namedAttributeArgumentAst); }
public override AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst ast) { return this.Check(ast); }
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { return false; }
public object VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst) { throw new NotImplementedException(); }