C# Class ABT.Env2.FunctionScope

Function info, local symbol tables.
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( EnumEntry enumEntry ) : FunctionScope
enumEntry EnumEntry
Résultat FunctionScope

Add() public méthode

public Add ( FrameObjectEntry frameObjectEntry ) : FunctionScope
frameObjectEntry FrameObjectEntry
Résultat FunctionScope

Add() public méthode

public Add ( TypeEntry typeEntry ) : FunctionScope
typeEntry TypeEntry
Résultat FunctionScope

FunctionScope() public méthode

public FunctionScope ( FunctionType functionType, ImmutableList functionParams ) : System
functionType FunctionType
functionParams ImmutableList
Résultat System

FunctionScope() public méthode

public FunctionScope ( FunctionType functionType, ImmutableList functionParams, ImmutableStack localScopes ) : System
functionType FunctionType
functionParams ImmutableList
localScopes ImmutableStack
Résultat System