AtomicField

Represents a method.

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 fundamental type of this field.

type
Type type()

Get the fundamental type of this field.

Variables

keywords
KeywordList keywords;

The keywords applied to this field.

parameters
Parameter[] parameters;

The parameters for this field.

symbol
string symbol;

The name of 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