C# Класс ABB.Swum.Nodes.ArgumentNode

Represents a node that is passed as an argument to a method.
Наследование: Node
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ArgumentNode ( Node argument, WordNode preposition ) : System

Creates a new ArgumentNode.

GetParse ( ) : PhraseNode

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.

Описание методов

ArgumentNode() публичный метод

Creates a new ArgumentNode.
public ArgumentNode ( Node argument, WordNode preposition ) : System
argument Node The node being passed as an argument.
preposition WordNode A prepostion describing the argument's relationship to its method.
Результат System

GetParse() публичный метод

Returns a PhraseNode containing the node's parsed name.
public GetParse ( ) : PhraseNode
Результат PhraseNode

ToPlainString() публичный метод

Returns a string representation of the node without any SWUM markup.
public ToPlainString ( ) : string
Результат string

ToString() публичный метод

Converts the ArgumentNode to a string representation, containing the preposition and a string representation of the argument.
public ToString ( ) : string
Результат string