ParameterField

Represents a plain field.

Members

Functions

attributes
string[] attributes()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()

Get the keywords on this field.

Variables

keywords
KeywordList keywords;

Get the keywords on this field.

parameter
Parameter parameter;

Get the parameter for this field.

Inherited Members

From FieldDeclaration

id
int id;

The id of this field.

name
string name()

Gets the symbol name of this field.

attributes
string[] attributes()
Undocumented in source.
hasKeyword
bool hasKeyword(string keyword)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta