C# Class MyC.IAsm

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
getComment ( ) : String
getCommentLine ( ) : int
getICount ( ) : int
getIType ( ) : int
getInsn ( ) : String
getLabel ( ) : String
getNext ( ) : IAsm
getVar ( ) : Var
setComment ( String c ) : void
setCommentLine ( int l ) : void
setICount ( int i ) : void
setIType ( int i ) : void
setInsn ( String s ) : void
setLabel ( String l ) : void
setNext ( IAsm n ) : void
setVar ( Var v ) : void

Method Details

getComment() public method

public getComment ( ) : String
return String

getCommentLine() public method

public getCommentLine ( ) : int
return int

getICount() public method

public getICount ( ) : int
return int

getIType() public method

public getIType ( ) : int
return int

getInsn() public method

public getInsn ( ) : String
return String

getLabel() public method

public getLabel ( ) : String
return String

getNext() public method

public getNext ( ) : IAsm
return IAsm

getVar() public method

public getVar ( ) : Var
return Var

setComment() public method

public setComment ( String c ) : void
c String
return void

setCommentLine() public method

public setCommentLine ( int l ) : void
l int
return void

setICount() public method

public setICount ( int i ) : void
i int
return void

setIType() public method

public setIType ( int i ) : void
i int
return void

setInsn() public method

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

setLabel() public method

public setLabel ( String l ) : void
l String
return void

setNext() public method

public setNext ( IAsm n ) : void
n IAsm
return void

setVar() public method

public setVar ( Var v ) : void
v Var
return void