Table of Contents

Class PythonErrorNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class PythonErrorNode : ErrorNode
Inheritance
PythonErrorNode
Inherited Members

Constructors

PythonErrorNode(string, List<Node>?, List<Node>?)

public PythonErrorNode(string errorType, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

errorType string
leadingWhitespace List<Node>
trailingWhitespace List<Node>