C# 클래스 ABT.Dereference

*Expr: Expr must be a pointer. Arrays and functions are implicitly converted to pointers. This is an lvalue, so it has an address.
상속: Expr
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
CGenAddress ( CGenState state ) : void
CGenValue ( CGenState state ) : System.Reg
Dereference ( Expr expr, ExprType type ) : System

메소드 상세

CGenAddress() 공개 메소드

public CGenAddress ( CGenState state ) : void
state CodeGeneration.CGenState
리턴 void

CGenValue() 공개 메소드

public CGenValue ( CGenState state ) : System.Reg
state CodeGeneration.CGenState
리턴 System.Reg

Dereference() 공개 메소드

public Dereference ( Expr expr, ExprType type ) : System
expr Expr
type ExprType
리턴 System