C# 클래스 ABT.Env2.FunctionScope

Function info, local symbol tables.
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
Add ( EnumEntry enumEntry ) : FunctionScope
Add ( FrameObjectEntry frameObjectEntry ) : FunctionScope
Add ( TypeEntry typeEntry ) : FunctionScope
FunctionScope ( FunctionType functionType, ImmutableList functionParams ) : System
FunctionScope ( FunctionType functionType, ImmutableList functionParams, ImmutableStack localScopes ) : System

메소드 상세

Add() 공개 메소드

public Add ( EnumEntry enumEntry ) : FunctionScope
enumEntry EnumEntry
리턴 FunctionScope

Add() 공개 메소드

public Add ( FrameObjectEntry frameObjectEntry ) : FunctionScope
frameObjectEntry FrameObjectEntry
리턴 FunctionScope

Add() 공개 메소드

public Add ( TypeEntry typeEntry ) : FunctionScope
typeEntry TypeEntry
리턴 FunctionScope

FunctionScope() 공개 메소드

public FunctionScope ( FunctionType functionType, ImmutableList functionParams ) : System
functionType FunctionType
functionParams ImmutableList
리턴 System

FunctionScope() 공개 메소드

public FunctionScope ( FunctionType functionType, ImmutableList functionParams, ImmutableStack localScopes ) : System
functionType FunctionType
functionParams ImmutableList
localScopes ImmutableStack
리턴 System