FieldDeclaration

Abstract class representing a field.

Members

Functions

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.
name
string name()

Gets the symbol name of this field.

Variables

id
int id;

The id of this field.

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