Method | Description | |
---|---|---|
AssignStructuralInformation ( IdSplitter splitter, Tagger tagger ) : void |
Assigns the attributes of this field related to its structure within the program.
|
|
FieldDeclarationNode ( string name ) : System |
Creates a new FieldDeclarationNode with the given name, and no context.
|
|
FieldDeclarationNode ( string name, FieldContext context ) : System |
Creates a new FieldDeclarationNode.
|
|
ToString ( ) : string |
Creates a string representation, including the field's type and name.
|
public AssignStructuralInformation ( IdSplitter splitter, Tagger tagger ) : void | ||
splitter | IdSplitter | An IdSplitter to split the words of identifiers. |
tagger | Tagger | A part-of-speech tagger |
return | void |
public FieldDeclarationNode ( string name ) : System | ||
name | string | The name of the declared field. |
return | System |
public FieldDeclarationNode ( string name, FieldContext context ) : System | ||
name | string | The name of the declared field. |
context | FieldContext | The surrounding context of the field. |
return | System |