ArrayRange

Undocumented in source.

Members

Functions

isFixedLength
bool isFixedLength()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

maxLength
int maxLength;
Undocumented in source.
minLength
int minLength;
Undocumented in source.

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