C# 클래스 SharpOS.AOT.IR.Operands.Identifier

Base class for Arguments, Local Variables...
상속: Operand
파일 보기 프로젝트 열기: sharpos/SharpOS

보호된 프로퍼티들

프로퍼티 타입 설명
forceSpill bool

공개 메소드들

메소드 설명
Identifier ( string typeName, int index ) : System

Initializes a new instance of the Identifier class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

메소드 상세

Identifier() 공개 메소드

Initializes a new instance of the Identifier class.
public Identifier ( string typeName, int index ) : System
typeName string Name of the type.
index int The index.
리턴 System

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string

프로퍼티 상세

forceSpill 보호되어 있는 프로퍼티

protected bool forceSpill
리턴 bool