C# 클래스 Prolog.PrologContext.GoalStackFrame

파일 보기 프로젝트 열기: ianhorswill/UnityProlog

공개 프로퍼티들

프로퍼티 타입 설명
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