C# Класс ABT.Env2.FunctionScope

Function info, local symbol tables.
Показать файл Открыть проект

Открытые методы

Метод Описание
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