C# Класс Axiom.Compiler.Framework.PrologVariableDictionary

Наследование: IDictionary
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( object key, object val ) : void
AllocatePermanentVariable ( PrologVariableDictionaryEntry entry, int reg ) : void
AllocateTemporaryVariable ( PrologVariableDictionaryEntry entry, int reg ) : void
Build ( PrologCodeClause clause ) : void
Clear ( ) : void
ClearTempIndexOfPermanentVariables ( ) : void
Contains ( object key ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
GetVariable ( int register ) : PrologVariableDictionaryEntry
GetVariable ( string name ) : PrologVariableDictionaryEntry
PrologVariableDictionary ( ) : System
PrologVariableDictionary ( int numItems ) : System
Remove ( object key ) : void
Reset ( ) : void
this ( object key ) : object

Приватные методы

Метод Описание
AddGoalArgumentVariables ( PrologCodeTerm term ) : void
AddGoalStructArgumentVariables ( PrologCodeTerm term ) : void
AddGoalVariables ( PrologCodeTerm term ) : void
GetEntry ( string name ) : PrologVariableDictionaryEntry
IEnumerable ( ) : IEnumerator
MarkPermanentVariables ( ) : void
MarkTemporaryVariables ( ) : void

Описание методов

Add() публичный метод

public Add ( object key, object val ) : void
key object
val object
Результат void

AllocatePermanentVariable() публичный метод

public AllocatePermanentVariable ( PrologVariableDictionaryEntry entry, int reg ) : void
entry PrologVariableDictionaryEntry
reg int
Результат void

AllocateTemporaryVariable() публичный метод

public AllocateTemporaryVariable ( PrologVariableDictionaryEntry entry, int reg ) : void
entry PrologVariableDictionaryEntry
reg int
Результат void

Build() публичный метод

public Build ( PrologCodeClause clause ) : void
clause Axiom.Compiler.CodeObjectModel.PrologCodeClause
Результат void

Clear() публичный метод

public Clear ( ) : void
Результат void

ClearTempIndexOfPermanentVariables() публичный метод

public ClearTempIndexOfPermanentVariables ( ) : void
Результат void

Contains() публичный метод

public Contains ( object key ) : bool
key object
Результат bool

CopyTo() публичный метод

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Результат void

GetEnumerator() публичный метод

public GetEnumerator ( ) : IDictionaryEnumerator
Результат IDictionaryEnumerator

GetVariable() публичный метод

public GetVariable ( int register ) : PrologVariableDictionaryEntry
register int
Результат PrologVariableDictionaryEntry

GetVariable() публичный метод

public GetVariable ( string name ) : PrologVariableDictionaryEntry
name string
Результат PrologVariableDictionaryEntry

PrologVariableDictionary() публичный метод

public PrologVariableDictionary ( ) : System
Результат System

PrologVariableDictionary() публичный метод

public PrologVariableDictionary ( int numItems ) : System
numItems int
Результат System

Remove() публичный метод

public Remove ( object key ) : void
key object
Результат void

Reset() публичный метод

public Reset ( ) : void
Результат void

this() публичный метод

public this ( object key ) : object
key object
Результат object