Table of Contents

Class TextPrinter

Namespace
gudusoft.gsqlparser.pp.print
Assembly
gudusoft.gsqlparser.dll

the text print

@author zhoujun

public class TextPrinter : IPrinter
Inheritance
TextPrinter
Implements
Inherited Members

Properties

Out

get the output stream

@return

public virtual TextWriter Out { get; set; }

Property Value

TextWriter

OutputConfig

public virtual OutputConfig OutputConfig { set; }

Property Value

OutputConfig

Methods

print(TSourceToken)

print the source token

public virtual void print(TSourceToken t)

Parameters

t TSourceToken

print(TSourceTokenList)

print the source token list

public virtual void print(TSourceTokenList tl)

Parameters

tl TSourceTokenList