ArrayParameter

Undocumented in source.

Members

Functions

hasRange
bool hasRange()
Undocumented in source. Be warned that the author may not have intended to support it.
parameterType
Type parameterType()
Undocumented in source. Be warned that the author may not have intended to support it.
parameterTypeName
string parameterTypeName()
Undocumented in source. Be warned that the author may not have intended to support it.
resolveType
TypeDeclaration resolveType(Module mod)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

element
Parameter element;
Undocumented in source.
elementType
TypeDeclaration elementType;
Undocumented in source.
size
ArrayRange size;
Undocumented in source.
type
string type;
Undocumented in source.

Inherited Members

From Parameter

symbol
string symbol;

Get the name of this parameter.

parameterType
Type parameterType()

Get the fundamental type of this parameter.

parameterTypeName
string parameterTypeName()
Undocumented in source.

Meta