C# Class Fanx.Fcode.FCodePrinter

FCodePrinter prints a human readable syntax for fcode.
Inheritance: System.IO.StreamWriter
Afficher le fichier Open project: xored/f4

Méthodes publiques

Свойство Type Description
m_pod FPod
m_showIndex bool

Méthodes publiques

Méthode Description
FCodePrinter ( FPod pod ) : System
FCodePrinter ( FPod pod, Stream stream ) : System
code ( FBuf code ) : void

Private Methods

Méthode Description
FCodePrinter ( ) : System
duration ( ) : string
field ( ) : string
floatpt ( ) : string
integer ( ) : string
jmp ( ) : string
method ( ) : string
op ( int opcode ) : void
parseArg ( string sig ) : int
printSwitch ( ) : void
showIndex ( int index ) : string
str ( ) : string
type ( ) : string
u1 ( ) : int
u2 ( ) : int
u4 ( ) : int
uri ( ) : string

Method Details

FCodePrinter() public méthode

public FCodePrinter ( FPod pod ) : System
pod FPod
Résultat System

FCodePrinter() public méthode

public FCodePrinter ( FPod pod, Stream stream ) : System
pod FPod
stream Stream
Résultat System

code() public méthode

public code ( FBuf code ) : void
code FBuf
Résultat void

Property Details

m_pod public_oe property

public FPod,Fanx.Fcode m_pod
Résultat FPod

m_showIndex public_oe property

public bool m_showIndex
Résultat bool