C# 클래스 Mosa.Compiler.Framework.BaseCodeEmitter.Patch

Patch
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 프로퍼티들

프로퍼티 타입 설명
Label int
Position long

공개 메소드들

메소드 설명
Patch ( int label, long position ) : System.Collections.Generic

Initializes a new instance of the Patch struct.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

Patch() 공개 메소드

Initializes a new instance of the Patch struct.
public Patch ( int label, long position ) : System.Collections.Generic
label int The label.
position long The position.
리턴 System.Collections.Generic

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

프로퍼티 상세

Label 공개적으로 프로퍼티

Patch label
public int Label
리턴 int

Position 공개적으로 프로퍼티

The patch's position in the stream
public long Position
리턴 long