NumericTransform

Represents a transformation on a NumericParameter or IntConstant.

Constructors

this
this(Operator op, double value, NumericTransform next)

Instantiates an IntTransform.

Members

Variables

next
NumericTransform next;

The next transformation. This may be null.

operator
Operator operator;

The operator to apply.

value
double value;

The value to apply.

Inherited Members

From SyntaxNode

syntaxKind
SyntaxKind syntaxKind()

Gets the SyntaxKind for this type of node.

visit
void visit(Visitor visitor)

Calls the $(S Visitor)'s analogous Visitor.visit method.

Meta