SizeConstraint

Represents the constraints on a SizedParameter.

Members

Functions

isFixedLength
bool isFixedLength()

Gets whether this parameter is fixed-length.

Variables

maxSize
int maxSize;

The maximum size of this parameter.

minSize
int minSize;

The minimum size of this parameter.

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