C# 클래스 ABT.Utils.StoreEntry

파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 프로퍼티들

프로퍼티 타입 설명
name String
offset System.Int32
type ExprType

공개 메소드들

메소드 설명
StoreEntry ( String name, ExprType type, Int32 offset ) : System

메소드 상세

StoreEntry() 공개 메소드

public StoreEntry ( String name, ExprType type, Int32 offset ) : System
name String
type ExprType
offset System.Int32
리턴 System

프로퍼티 상세

name 공개적으로 프로퍼티

public String name
리턴 String

offset 공개적으로 프로퍼티

public Int32,System offset
리턴 System.Int32

type 공개적으로 프로퍼티

public ExprType,ABT type
리턴 ExprType