MolecularField

Represents a field which swizzles atomic fields.

Members

Functions

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

The names of the references. Used for resolution.

Variables

referenceNames
string[] referenceNames;

The names of the references. Used for resolution.

references
FieldDeclaration[] references;

The atomic fields which make up 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