C# Class Prolog.PrologContext.GoalStackFrame

Afficher le fichier Open project: ianhorswill/UnityProlog

Méthodes publiques

Свойство Type Description
Arguments object[]
Functor Symbol
Parent ushort

Méthodes publiques

Méthode Description
GoalStackFrame ( Symbol functor, object args, ushort parentFrame ) : System

Method Details

GoalStackFrame() public méthode

public GoalStackFrame ( Symbol functor, object args, ushort parentFrame ) : System
functor Symbol
args object
parentFrame ushort
Résultat System

Property Details

Arguments public_oe property

The arguments to this goal
public object[] Arguments
Résultat object[]

Functor public_oe property

The functor of this goal
public Symbol,Prolog Functor
Résultat Symbol

Parent public_oe property

The frame of the caller of this goal.
public ushort Parent
Résultat ushort