C# Class Fanx.Fcode.FPrinter

FPod is the read/write fcode representation of sys::Pod.
Inheritance: System.IO.StreamWriter
显示文件 Open project: xored/f4

Public Properties

Property Type Description
m_showCode bool
m_showIndex bool
m_showLines bool
pod FPod

Public Methods

Method Description
All ( ) : void
FPrinter ( FPod pod ) : System
FPrinter ( FPod pod, Stream stream ) : System
attr ( FAttrs attr ) : void
attrs ( FAttrs attrs ) : void
code ( FBuf code ) : void
field ( FField f ) : void
method ( FMethod m ) : void
slot ( FSlot s ) : void
tables ( ) : void
type ( FType type ) : void
types ( ) : void

Private Methods

Method Description
name ( int index ) : string
showIndex ( int index ) : string
typeRef ( int index ) : string

Method Details

All() public method

public All ( ) : void
return void

FPrinter() public method

public FPrinter ( FPod pod ) : System
pod FPod
return System

FPrinter() public method

public FPrinter ( FPod pod, Stream stream ) : System
pod FPod
stream Stream
return System

attr() public method

public attr ( FAttrs attr ) : void
attr FAttrs
return void

attrs() public method

public attrs ( FAttrs attrs ) : void
attrs FAttrs
return void

code() public method

public code ( FBuf code ) : void
code FBuf
return void

field() public method

public field ( FField f ) : void
f FField
return void

method() public method

public method ( FMethod m ) : void
m FMethod
return void

slot() public method

public slot ( FSlot s ) : void
s FSlot
return void

tables() public method

public tables ( ) : void
return void

type() public method

public type ( FType type ) : void
type FType
return void

types() public method

public types ( ) : void
return void

Property Details

m_showCode public_oe property

public bool m_showCode
return bool

m_showIndex public_oe property

public bool m_showIndex
return bool

m_showLines public_oe property

public bool m_showLines
return bool

pod public_oe property

public FPod,Fanx.Fcode pod
return FPod