Class DataFormatter
Formats ParserTrees to RAPID strings.
Inheritance
System.Object
DataFormatter
Implements
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class DataFormatter : IDataNodeVisitor
Constructors
DataFormatter(DataNode)
Initializes a new instance of the DataFormatter class.
Declaration
public DataFormatter(DataNode node)
Parameters
Type | Name | Description |
---|---|---|
DataNode | node | The node to format. |
Methods
ToString()
Returns the formatted rapid string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Rapid string. |
Overrides
System.Object.ToString()
Explicit Interface Implementations
IDataNodeVisitor.OnNode(DataNode)
Declaration
void IDataNodeVisitor.OnNode(DataNode node)
Parameters
Type | Name | Description |
---|---|---|
DataNode | node |