Parameter

Abstract class representing a parameter.

Members

Functions

parameterType
Type parameterType()

Get the fundamental type of this parameter.

parameterTypeName
string parameterTypeName()
Undocumented in source.

Variables

symbol
string symbol;

Get the name 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