NumericConstant

Represents an integer constant.

Members

Variables

transform
NumericTransform transform;

Any transformations which need to be applied.

value
double value;

The value of this constant.

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