Skip to content

5bab611c ea39 64dc f132 98d964a284a7

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

NotationVisitor Class

Notation visitor for converting Expressions into its string notation.

Inheritance Hierarchy

System.Object
  Sundew.Quantities.Engine.Representations.Hierarchical.Visitors.NotationVisitor
Namespace: Sundew.Quantities.Engine.Representations.Hierarchical.Visitors
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public class NotationVisitor : IExpressionVisitor<IFormatProvider, bool, bool, StringBuilder, string>, 
	IVisitor<Expression, IFormatProvider, bool, bool, StringBuilder, string>

C#

public class NotationVisitor : IExpressionVisitor<IFormatProvider, bool, bool, StringBuilder, string>, 
	IVisitor<Expression, IFormatProvider, bool, bool, StringBuilder, string>

VB

Public Class NotationVisitor
	Implements IExpressionVisitor(Of IFormatProvider, Boolean, Boolean, StringBuilder, String), 
	IVisitor(Of Expression, IFormatProvider, Boolean, Boolean, StringBuilder, String)

VB

Public Class NotationVisitor
	Implements IExpressionVisitor(Of IFormatProvider, Boolean, Boolean, StringBuilder, String), 
	IVisitor(Of Expression, IFormatProvider, Boolean, Boolean, StringBuilder, String)

C++

public ref class NotationVisitor : IExpressionVisitor<IFormatProvider^, bool, bool, StringBuilder^, String^>, 
	IVisitor<Expression^, IFormatProvider^, bool, bool, StringBuilder^, String^>

C++

public ref class NotationVisitor : IExpressionVisitor<IFormatProvider^, bool, bool, StringBuilder^, String^>, 
	IVisitor<Expression^, IFormatProvider^, bool, bool, StringBuilder^, String^>

F#

type NotationVisitor =  
    class
        interface IExpressionVisitor<IFormatProvider, bool, bool, StringBuilder, string>
        interface IVisitor<Expression, IFormatProvider, bool, bool, StringBuilder, string>
    end

F#

type NotationVisitor =  
    class
        interface IExpressionVisitor<IFormatProvider, bool, bool, StringBuilder, string>
        interface IVisitor<Expression, IFormatProvider, bool, bool, StringBuilder, string>
    end

The NotationVisitor type exposes the following members.

Constructors

 

Name Description
Public method NotationVisitor Initializes a new instance of the NotationVisitor class.
  Back to Top

Methods

 

Name Description
Public method Constant Visits a ConstantExpression.
Public method Divide Visits a DivisionExpression.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Magnitude Visits a MagnitudeExpression.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Multiply Visits a MultiplicationExpression.
Public method Parenthesis Visits a ParenthesisExpression.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Unit Visits a UnitExpression.
Public method Variable Visits a VariableExpression.
Public method Visit Visits the specified expression.
  Back to Top

See Also

Reference

Sundew.Quantities.Engine.Representations.Hierarchical.Visitors Namespace

Clone this wiki locally