Method | Description | |
---|---|---|
ArgumentNode ( |
Creates a new ArgumentNode.
|
|
GetParse ( ) : |
Returns a PhraseNode containing the node's parsed name.
|
|
ToPlainString ( ) : string |
Returns a string representation of the node without any SWUM markup.
|
|
ToString ( ) : string |
Converts the ArgumentNode to a string representation, containing the preposition and a string representation of the argument.
|
public ArgumentNode ( |
||
argument | The node being passed as an argument. | |
preposition | A prepostion describing the argument's relationship to its method. | |
return | System |