Visit the specified expression.
Assembly: Epic.Prelude
Declaration Syntax
C# |
TResult Visit( TExpression target, IVisitContext context )
Parameters
- target (TExpression)
- Expression to visit.
- context (IVisitContext)
- Visit context. Contains the state produced by previous visitors.
Return Value
Result of the visit.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | target or context is nullNothingnullptr |
NonExhaustiveVisitorException | The current visitor can not handle
one of the components of target. |