C# Class Peg.Base.PrintNode

Show file Open project: Andos/BinaryFileSchema

Public Methods

Method Description
IsLeaf ( PegNode p ) : bool
IsSkip ( PegNode p ) : bool
LenDistNext ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : int
LenLeaf ( PegNode p ) : int
LenMaxLine ( ) : int
LenNodeBeg ( PegNode p ) : int
LenNodeEnd ( PegNode p ) : int
PrintDistNext ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
PrintLeaf ( PegNode p, int &nOffsetLineBeg, bool bAlignVertical ) : void
PrintNodeBeg ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
PrintNodeEnd ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void

Method Details

IsLeaf() public abstract method

public abstract IsLeaf ( PegNode p ) : bool
p PegNode
return bool

IsSkip() public method

public IsSkip ( PegNode p ) : bool
p PegNode
return bool

LenDistNext() public abstract method

public abstract LenDistNext ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : int
p PegNode
bAlignVertical bool
nOffsetLineBeg int
nLevel int
return int

LenLeaf() public abstract method

public abstract LenLeaf ( PegNode p ) : int
p PegNode
return int

LenMaxLine() public abstract method

public abstract LenMaxLine ( ) : int
return int

LenNodeBeg() public abstract method

public abstract LenNodeBeg ( PegNode p ) : int
p PegNode
return int

LenNodeEnd() public abstract method

public abstract LenNodeEnd ( PegNode p ) : int
p PegNode
return int

PrintDistNext() public abstract method

public abstract PrintDistNext ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
p PegNode
bAlignVertical bool
nOffsetLineBeg int
nLevel int
return void

PrintLeaf() public abstract method

public abstract PrintLeaf ( PegNode p, int &nOffsetLineBeg, bool bAlignVertical ) : void
p PegNode
nOffsetLineBeg int
bAlignVertical bool
return void

PrintNodeBeg() public abstract method

public abstract PrintNodeBeg ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
p PegNode
bAlignVertical bool
nOffsetLineBeg int
nLevel int
return void

PrintNodeEnd() public abstract method

public abstract PrintNodeEnd ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
p PegNode
bAlignVertical bool
nOffsetLineBeg int
nLevel int
return void