C# Класс Prolog.PrologContext.GoalStackFrame

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Arguments object[]
Functor Symbol
Parent ushort

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

Метод Описание
GoalStackFrame ( Symbol functor, object args, ushort parentFrame ) : System

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

GoalStackFrame() публичный Метод

public GoalStackFrame ( Symbol functor, object args, ushort parentFrame ) : System
functor Symbol
args object
parentFrame ushort
Результат System

Описание свойств

Arguments публичное свойство

The arguments to this goal
public object[] Arguments
Результат object[]

Functor публичное свойство

The functor of this goal
public Symbol,Prolog Functor
Результат Symbol

Parent публичное свойство

The frame of the caller of this goal.
public ushort Parent
Результат ushort