C# 클래스 MyC.IAsm

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getComment() 공개 메소드

public getComment ( ) : String
리턴 String

getCommentLine() 공개 메소드

public getCommentLine ( ) : int
리턴 int

getICount() 공개 메소드

public getICount ( ) : int
리턴 int

getIType() 공개 메소드

public getIType ( ) : int
리턴 int

getInsn() 공개 메소드

public getInsn ( ) : String
리턴 String

getLabel() 공개 메소드

public getLabel ( ) : String
리턴 String

getNext() 공개 메소드

public getNext ( ) : IAsm
리턴 IAsm

getVar() 공개 메소드

public getVar ( ) : Var
리턴 Var

setComment() 공개 메소드

public setComment ( String c ) : void
c String
리턴 void

setCommentLine() 공개 메소드

public setCommentLine ( int l ) : void
l int
리턴 void

setICount() 공개 메소드

public setICount ( int i ) : void
i int
리턴 void

setIType() 공개 메소드

public setIType ( int i ) : void
i int
리턴 void

setInsn() 공개 메소드

public setInsn ( String s ) : void
s String
리턴 void

setLabel() 공개 메소드

public setLabel ( String l ) : void
l String
리턴 void

setNext() 공개 메소드

public setNext ( IAsm n ) : void
n IAsm
리턴 void

setVar() 공개 메소드

public setVar ( Var v ) : void
v Var
리턴 void