Table of Contents

Interface IPrinter

Namespace
gudusoft.gsqlparser.pp.print
Assembly
gudusoft.gsqlparser.dll
public interface IPrinter

Properties

Out

get the output stream

@return

TextWriter Out { get; set; }

Property Value

TextWriter

OutputConfig

OutputConfig OutputConfig { set; }

Property Value

OutputConfig

Methods

print(TSourceToken)

print the source token

void print(TSourceToken t)

Parameters

t TSourceToken

print(TSourceTokenList)

print the source token list

void print(TSourceTokenList t)

Parameters

t TSourceTokenList