C# Class Prolog.PrologContext.GoalStackFrame

Mostrar archivo Open project: ianhorswill/UnityProlog

Public Properties

Property Type Description
Arguments object[]
Functor Symbol
Parent ushort

Public Methods

Method Description
GoalStackFrame ( Symbol functor, object args, ushort parentFrame ) : System

Method Details

GoalStackFrame() public method

public GoalStackFrame ( Symbol functor, object args, ushort parentFrame ) : System
functor Symbol
args object
parentFrame ushort
return System

Property Details

Arguments public_oe property

The arguments to this goal
public object[] Arguments
return object[]

Functor public_oe property

The functor of this goal
public Symbol,Prolog Functor
return Symbol

Parent public_oe property

The frame of the caller of this goal.
public ushort Parent
return ushort