C# Class MyC.Emit

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
BeginClass ( ) : void
BeginModule ( ) : void
Branch ( String s, String lname ) : void
Call ( Var e ) : void
CommentFill ( String comment ) : void
CommentHolder ( ) : void
Emit ( Io o ) : System
EndClass ( ) : void
EndModule ( ) : void
FieldDef ( Var e ) : void
Finish ( ) : void
FuncBegin ( Var e ) : void
FuncEnd ( ) : void
GetFunc ( ) : Var
IL ( ) : void
Insn ( String s ) : void
LIST ( ) : void
Label ( String lname ) : void
Load ( Var e ) : void
LoadConst ( String s ) : void
LocalVars ( VarList v ) : void
Ret ( ) : void
Store ( Var e ) : void

Private Methods

Method Description
NextInsn ( int incr ) : void

Method Details

BeginClass() public method

public BeginClass ( ) : void
return void

BeginModule() public method

public BeginModule ( ) : void
return void

Branch() public method

public Branch ( String s, String lname ) : void
s String
lname String
return void

Call() public method

public Call ( Var e ) : void
e Var
return void

CommentFill() public method

public CommentFill ( String comment ) : void
comment String
return void

CommentHolder() public method

public CommentHolder ( ) : void
return void

Emit() public method

public Emit ( Io o ) : System
o Io
return System

EndClass() public method

public EndClass ( ) : void
return void

EndModule() public method

public EndModule ( ) : void
return void

FieldDef() public method

public FieldDef ( Var e ) : void
e Var
return void

Finish() public method

public Finish ( ) : void
return void

FuncBegin() public method

public FuncBegin ( Var e ) : void
e Var
return void

FuncEnd() public method

public FuncEnd ( ) : void
return void

GetFunc() public method

public GetFunc ( ) : Var
return Var

IL() public method

public IL ( ) : void
return void

Insn() public method

public Insn ( String s ) : void
s String
return void

LIST() public method

public LIST ( ) : void
return void

Label() public method

public Label ( String lname ) : void
lname String
return void

Load() public method

public Load ( Var e ) : void
e Var
return void

LoadConst() public method

public LoadConst ( String s ) : void
s String
return void

LocalVars() public method

public LocalVars ( VarList v ) : void
v VarList
return void

Ret() public method

public Ret ( ) : void
return void

Store() public method

public Store ( Var e ) : void
e Var
return void